Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
e176bca
lets fix this up so it actually checks if a materials is enabled befo…
dshadowwolf Mar 12, 2017
dab9c95
Merge pull request #19 from dshadowwolf/master-1.10.2-dev
knoxhack Mar 12, 2017
811e604
fix to match rename/refactor of MMDLib embedded in BMe on 4/1
dshadowwolf Apr 2, 2017
4dadc54
Merge pull request #24 from dshadowwolf/master-1.10.2-dev
jriwanek Apr 2, 2017
74377ca
update to new MMDMaterial API
dshadowwolf Apr 26, 2017
14c37fb
this is going to be needed - add the spongepowered maven
dshadowwolf Apr 26, 2017
ce5a892
Merge pull request #25 from dshadowwolf/master-1.10.2-dev
jriwanek Apr 26, 2017
19f0074
Update to MMDMaterial Internals changes and CreativeTabs API changes
dshadowwolf Apr 29, 2017
26274ff
Merge pull request #26 from dshadowwolf/master-1.10.2-dev
jriwanek Apr 30, 2017
c8e0441
build.gradle
jriwanek Jun 13, 2017
08e6100
It builds!
jriwanek Jun 15, 2017
913898f
Update build.gradle
jriwanek Jun 24, 2017
8a78292
update annotation
jriwanek Jun 25, 2017
fe64883
fix crash without MMe
jriwanek Jun 25, 2017
b0cff77
wtf ? how did this end up in the repo ?
dshadowwolf Jun 25, 2017
5715f61
sonarqube
jriwanek Jun 25, 2017
6ed4d01
Lots of work here to make this more stable and much more capable of r…
dshadowwolf Jun 25, 2017
560994a
Merge pull request #29 from dshadowwolf/master-1.11.2-dev
jriwanek Jun 25, 2017
7fee375
update build.gradle
jriwanek Jun 26, 2017
bd6ccf7
Undo the temporary fix that was here - proper fix is in more recent b…
dshadowwolf Jun 28, 2017
79d1f71
Merge branch 'master-1.11.2-dev' of github.com:MinecraftModDevelopmen…
dshadowwolf Jun 29, 2017
f98b84c
Merge pull request #31 from dshadowwolf/master-1.11.2-dev
jriwanek Jun 29, 2017
fba57d6
Implement some config options that got forgotten about and clear a co…
dshadowwolf Jun 29, 2017
211ce32
Merge pull request #32 from dshadowwolf/master-1.11.2-dev
jriwanek Jun 29, 2017
a9ec05f
Remove last vestiges of OreSpawn 1 interfacing and clean up unused im…
dshadowwolf Jun 29, 2017
260f1aa
Update and rename CHANGELOG.TXT to CHANGELOG.txt
jriwanek Jun 29, 2017
7424573
Fix crash with fake players
dshadowwolf Jun 29, 2017
8f3a0f5
Merge branch 'master-1.11.2-dev' of github.com:MinecraftModDevelopmen…
dshadowwolf Jun 29, 2017
85f3f69
update to OreSpawn 3.1 and latest BMe/MMDLib interfaces
dshadowwolf Jul 7, 2017
cca20b5
1) Somehow the OreSpawn config is still listed as "new" here, so incl…
dshadowwolf Sep 27, 2017
02122b0
change the Tinkers support to default true, change the check in Tinke…
dshadowwolf Sep 28, 2017
be18ddf
Seems that the event handler here was never actually being registered…
dshadowwolf Sep 28, 2017
a1f4093
Finishes re-adding Nether Ores exploding and those explosions angerin…
dshadowwolf Sep 28, 2017
eda4d51
add IC2 macerator integration - if the material the nether ore is mad…
dshadowwolf Sep 29, 2017
9630837
add Mekanism support - a Nether Ore that made from a material that is…
dshadowwolf Sep 29, 2017
29c3b3e
Add a German language translation provided by @D3nnis3n
dshadowwolf Sep 29, 2017
1e324f7
fix the ore dictionary issues by registering them right after all the…
dshadowwolf Sep 30, 2017
5b837a1
update Tinkers' interaction to latest API, apply the hack stopping th…
dshadowwolf Oct 4, 2017
d5a639a
Was not using the material names system and was not checking to make …
dshadowwolf Oct 4, 2017
61d9dcb
no need for the requirement to be a 1.12.1 forge - should work fine i…
dshadowwolf Oct 4, 2017
aab29e4
missed having this fire off the handlers for pre-init somehow
dshadowwolf Oct 4, 2017
baabcdd
cleanups and fixes for fallout from the great Tinkers' rewrite
dshadowwolf Oct 4, 2017
3b4c9e7
cleanups and a modification of the Tinkers' interface to make sure it…
dshadowwolf Oct 4, 2017
1d24de0
update to allow for new fallback ore spawn
dshadowwolf Oct 5, 2017
08f5548
make sure the config is initialized before trying to use it
dshadowwolf Oct 5, 2017
d915e9a
fix a thinko that was causing crashes when IC2 was available and some…
dshadowwolf Dec 15, 2017
d87c151
quick hack to make it so this actually knows that a material is never…
dshadowwolf Dec 15, 2017
eb20049
proper fix of the issue the previous "quick hack" was addressing
dshadowwolf Dec 15, 2017
87ad934
previous fix missed that the recipes setup also needed fixing
dshadowwolf Dec 15, 2017
f9a9c05
fix a stupid copy-pasta
dshadowwolf Dec 19, 2017
36697b3
Update gradle, mappings and add jarsign
jriwanek Jan 4, 2018
58a2334
add the tools, even if most are not needed and update to OreSpawn 3 v…
dshadowwolf Jan 13, 2018
0629a99
Merge pull request #42 from dshadowwolf/master-1.12
jriwanek Jan 13, 2018
88d25b7
bugfix
dshadowwolf Jan 14, 2018
f3e07cb
Merge branch 'master-1.12' of github.com:MinecraftModDevelopmentMods/…
dshadowwolf Jan 14, 2018
c944b4c
fix the build.gradle so it can once more extract the version data fro…
dshadowwolf Jan 14, 2018
305dd38
fix the last issue with the configs (I hope)
dshadowwolf Jan 14, 2018
681b899
update buildscript
jriwanek Jan 19, 2018
f1870bc
Build against 3.2.1
jriwanek Jan 19, 2018
a45c5da
Version updates
jriwanek Feb 11, 2018
b7e82e0
Not great, but atleast it works.
jriwanek Feb 22, 2018
242bb23
Update TinkersConstruct.java
jriwanek Feb 22, 2018
0b9f94f
Fixed missing ores
jriwanek Feb 23, 2018
68615d3
import cleanups, code style cleanups and refactoring cognitive comple…
dshadowwolf Feb 24, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: java
sudo: false
cache:
directories:
- $HOME/.gradle
notifications:
email: false
jdk:
- oraclejdk8
install: ./gradlew setupCIWorkspace -S
script: ./gradlew build -S
before_install:
- chmod a+x gradlew
install: ./gradlew setupCIWorkspace -S
script: ./gradlew clean build -S
Empty file removed CHANGELOG.TXT
Empty file.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed a silly bug in the last release causing nether ores for vanilla mats not to generate
Loading