Changes

Summary

  1. Force-enable all the modcompat plugins since they can be disabled by (details)
  2. Allow Thaumometers to be added to travellers goggles. (details)
Commit 920edde7fd6120e1565d56751b31513abc25ca35 by bernhard.bonigl
Force-enable all the modcompat plugins since they can be disabled by default if the mod wasn't present on config creation
The file was modifiedsrc/main/java/tconstruct/plugins/imc/TinkerBuildCraft.java (diff)
The file was modifiedsrc/main/java/tconstruct/plugins/imc/TinkerAE2.java (diff)
The file was modifiedsrc/main/java/tconstruct/plugins/te4/TinkerTE4.java (diff)
The file was modifiedsrc/main/java/tconstruct/plugins/ic2/TinkerIC2.java (diff)
The file was modifiedsrc/main/java/tconstruct/plugins/mfr/TinkerMFR.java (diff)
The file was modifiedsrc/main/java/tconstruct/plugins/waila/TinkerWaila.java (diff)
The file was modifiedsrc/main/java/tconstruct/plugins/imc/TinkerThaumcraft.java (diff)
Commit b861a114ca3a76ea13771ac7833eaea907ecca74 by bernhard.bonigl
Allow Thaumometers to be added to travellers goggles.
1 Thaumometer = see nodes
2 Thaumometers = like the goggles of revealing
You can upgrade from 1 to 2 thaumometers.
The file was addedresources/assets/tinker/textures/items/travelgear/goggles_thaumic2.png
The file was addedsrc/main/java/tconstruct/plugins/TinkerThaumcraft.java
The file was addedsrc/api/java/thaumcraft/api/ItemApi.java
The file was modifiedsrc/main/java/tconstruct/TConstruct.java (diff)
The file was addedsrc/main/java/tconstruct/modifiers/armor/AModThaumicVision.java
The file was addedresources/assets/tinker/textures/items/travelgear/goggles_thaumic1.png
The file was addedsrc/api/java/thaumcraft/api/nodes/IRevealer.java
The file was removedsrc/main/java/tconstruct/plugins/imc/TinkerThaumcraft.java
The file was modifiedsrc/main/java/tconstruct/armor/items/TravelGear.java (diff)