Changes

Summary

  1. Add manyullyn armor, better defense than diamond but lower durability (details)
  2. Add Tinkers Chisel (details)
  3. Fix modifier models not loading for chisel and sledge hammer (#1) (details)
  4. Bring back Ex Nihilo Hammer (details)
  5. Add new creative tab for tools and switch tools into that (details)
  6. Add recipes for manyullyn armor (details)
  7. Update to latest Chisel, tweak chisel properties (details)
  8. Update the bucket texture to the 1.12.2 version (new model loading), (details)
  9. Update to 0.2.2 (details)
  10. Restrict chisel version, since I need the latest (details)
  11. Add module checks for various features (#8) (details)
  12. Fix crash on server when loading armor (#9) (details)
  13. Fix crash from class loading being dumb (#7) (details)
  14. Release 0.2.2b (details)
  15. If previously using solid fuel and now using liquid fuel, clear the fuel (details)
  16. Fix wrong mod ID for Ex Nihilo (#16) (details)
  17. Fix missing tool descriptions in the tool table/forge (#11) (details)
  18. Fix temperature in the melter GUI being lower than JEI by 300 degrees (details)
  19. Update Mod versions to target 1.12.2 (details)
  20. Add manyullyn repair material for armor (details)
  21. Tweak manyullyn armor stats (details)
  22. Switch to strings for oredict recipes (details)
  23. Add knightslime armor (details)
  24. Release 0.2.3 (details)
  25. Update required Forge version, remove old textures for bucket for pre (details)
  26. Fix inactive melters still trying to melt items (#19) (details)
  27. Update zh_cn.lang (#18) (details)
  28. Release 0.2.3b (details)
  29. Fix registering tile entities to the wrong mod domain (details)
  30. Add alloy tanks: tanks that pull from surrounding tanks to alloy (details)
  31. Update README.md (details)
Commit 2f738c8ec214e57298121024b88abfed7fc93b03 by KnightMiner
Add manyullyn armor, better defense than diamond but lower durability
and enchantability
The file was addedsrc/main/resources/assets/tcomplement/textures/items/armor/manyullyn_leggings.png
The file was addedsrc/main/java/knightminer/tcomplement/feature/items/ItemArmorBase.java
The file was addedsrc/main/resources/assets/tcomplement/textures/models/armor/manyullyn_leggings.png
The file was addedsrc/main/resources/assets/tcomplement/textures/models/armor/manyullyn.png
The file was addedsrc/main/resources/assets/tcomplement/models/item/manyullyn_leggings.json
The file was addedsrc/main/resources/assets/tcomplement/models/item/manyullyn_boots.json
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/FeatureClientProxy.java (diff)
The file was addedsrc/main/resources/assets/tcomplement/models/item/manyullyn_helmet.json
The file was addedsrc/main/resources/assets/tcomplement/textures/items/armor/manyullyn_chestplate.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/armor/manyullyn_boots.png
The file was addedsrc/main/resources/assets/tcomplement/models/item/manyullyn_chestplate.json
The file was addedsrc/main/resources/assets/tcomplement/textures/items/armor/manyullyn_helmet.png
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/ModuleFeature.java (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/lang/en_us.lang (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_reinforced.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_fortified.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/head_paper.png
The file was modifiedsrc/main/java/knightminer/tcomplement/TinkersComplement.java (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/handle_cactus.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/handle.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_luck.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/head.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_sharpness.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/broken_head_cactus.png
The file was modifiedbuild.properties (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/broken_head.png
The file was addedsrc/main/java/knightminer/tcomplement/plugin/chisel/ChiselPluginClientProxy.java
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_necrotic.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_knockback.png
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/jei/JEIPlugin.java (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_web.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/head_cactus.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_shulking.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_beheading.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_fiery.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/broken_head_paper.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/handle_bone_base.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/head_contrast.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_silk.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_soulbound.png
The file was addedsrc/main/java/knightminer/tcomplement/plugin/chisel/ChiselPlugin.java
The file was addedsrc/main/resources/assets/tcomplement/models/item/parts/chisel_head.tmat.json
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/broken_head_contrast.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_bane_spider.png
The file was modifiedsrc/main/java/knightminer/tcomplement/common/PulseBase.java (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_smite.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_haste.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_blasting.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_mending_moss.png
The file was modifiedbuild.gradle (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/handle_contrast.png
The file was addedsrc/main/resources/assets/tcomplement/models/item/modifiers/chisel.mod.json
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/handle_paper.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_emerald.png
The file was modifiedsrc/main/resources/assets/tcomplement/lang/en_us.lang (diff)
The file was addedsrc/main/resources/assets/tcomplement/models/item/tools/chisel.tcon.json
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_diamond.png
The file was addedsrc/main/java/knightminer/tcomplement/plugin/chisel/items/ItemChisel.java
The file was addedsrc/main/resources/assets/tcomplement/textures/items/chisel/mod_glowing.png
Commit 0fa82e126031fb9264e301a5d98ffca1caacb444 by KnightMiner
Fix modifier models not loading for chisel and sledge hammer (#1)
The file was modifiedsrc/main/java/knightminer/tcomplement/TinkersComplement.java (diff)
The file was removedsrc/main/resources/assets/tconstruct/models/item/modifiers/sledge_hammer.mod.json
The file was addedsrc/main/resources/assets/tcomplement/models/item/tools/sledge_hammer.mod.json
The file was addedsrc/main/resources/assets/tcomplement/models/item/tools/chisel.mod.json
The file was modifiedbuild.properties (diff)
The file was removedsrc/main/resources/assets/tcomplement/models/item/modifiers/chisel.mod.json
Commit 3565d0e9fd84c1cf52f8eb8a9dbfa57393c33b15 by KnightMiner
Bring back Ex Nihilo Hammer
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/jei/JEIPlugin.java (diff)
The file was modifiedbuild.properties (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/TinkersComplement.java (diff)
The file was addedsrc/main/java/knightminer/tcomplement/plugin/exnihilo/ENPluginClientProxy.java
The file was addedsrc/main/java/knightminer/tcomplement/plugin/exnihilo/ENPluginEvents.java
The file was addedsrc/main/java/knightminer/tcomplement/plugin/exnihilo/ExNihiloPlugin.java
The file was addedsrc/main/java/knightminer/tcomplement/plugin/exnihilo/items/SledgeHammer.java
The file was modifiedbuild.gradle (diff)
Commit 0ee2f5fdf20bca99a07e929017ddf6caa0fe4f2d by KnightMiner
Add new creative tab for tools and switch tools into that
The file was addedsrc/main/java/knightminer/tcomplement/plugin/exnihilo/items/ItemSledgeHammer.java
The file was removedsrc/main/java/knightminer/tcomplement/plugin/exnihilo/items/SledgeHammer.java
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/chisel/ChiselPlugin.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/library/TCompRegistry.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/chisel/items/ItemChisel.java (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/lang/en_us.lang (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/exnihilo/ExNihiloPlugin.java (diff)
Commit 977d7c0354327cdeb4455032118c17c21c0f6321 by KnightMiner
Add recipes for manyullyn armor
The file was addedsrc/main/resources/assets/tcomplement/recipes/armor/manyullyn_boots.json
The file was modifiedsrc/main/resources/assets/tcomplement/recipes/_constants.json (diff)
The file was addedsrc/main/resources/assets/tcomplement/recipes/armor/manyullyn_helmet.json
The file was addedsrc/main/resources/assets/tcomplement/recipes/armor/manyullyn_leggings.json
The file was addedsrc/main/resources/assets/tcomplement/recipes/armor/manyullyn_chestplate.json
Commit 40b97cfc03d02c53d82aacda7d71b2c29ab1f1c7 by KnightMiner
Update to latest Chisel, tweak chisel properties
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/chisel/items/ItemChisel.java (diff)
The file was modifiedbuild.properties (diff)
Commit 32f1e79a3b882b9fcdcacc0667d76e9def35592a by KnightMiner
Update the bucket texture to the 1.12.2 version (new model loading),
detect if we are still 1.12.1 or earlier and use the old one
The file was modifiedsrc/main/java/knightminer/tcomplement/common/Config.java (diff)
The file was addedsrc/main/java/knightminer/tcomplement/shared/item/ItemCast.java
The file was addedsrc/main/java/knightminer/tcomplement/shared/item/ItemMaterials.java
The file was modifiedsrc/main/resources/assets/tcomplement/textures/items/materials/cast_bucket.png (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/textures/items/materials/stone_bucket.png (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/blockstates/cast.json (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/shared/ModuleCommons.java (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/items/materials/stone_bucket_old.png
The file was modifiedsrc/main/resources/assets/tcomplement/blockstates/materials.json (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/items/materials/cast_bucket_old.png
The file was modifiedbuild.properties (diff)
Commit e828e42e585cc01008793b329fc4bf45090c6483 by KnightMiner
Restrict chisel version, since I need the latest
The file was modifiedsrc/main/java/knightminer/tcomplement/TinkersComplement.java (diff)
Commit 97293a3d6529d7ab2f967067a19e6ab12ea8175f by KnightMiner
Add module checks for various features (#8)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/exnihilo/ExNihiloPlugin.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/chisel/ChiselPlugin.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/ModuleFeature.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/chisel/ChiselPluginClientProxy.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/exnihilo/ENPluginClientProxy.java (diff)
Commit 9990eb6a06462c07d9a9626f389a40c32ab4172f by KnightMiner
Fix crash on server when loading armor (#9)
The file was addedsrc/main/resources/assets/tcomplement/textures/models/armor/manyullyn_layer_2.png
The file was removedsrc/main/resources/assets/tcomplement/textures/models/armor/manyullyn_leggings.png
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/items/ItemArmorBase.java (diff)
The file was removedsrc/main/resources/assets/tcomplement/textures/models/armor/manyullyn.png
The file was addedsrc/main/resources/assets/tcomplement/textures/models/armor/manyullyn_layer_1.png
Commit 359da927c59926f4c95239fad7fc745139d6e550 by KnightMiner
Fix crash from class loading being dumb (#7)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/chisel/items/ItemChisel.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/exnihilo/items/ItemSledgeHammer.java (diff)
The file was modifiedbuild.properties (diff)
Commit ce7d4d65396d6e93d80d947d55c3572a24ba4536 by KnightMiner
If previously using solid fuel and now using liquid fuel, clear the fuel
to allow the higher temperature
Nicer than having to wait for it to run out Also reduced the amount of
structure updates an inactive melter does
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/tileentity/TileMelter.java (diff)
Commit 4133b5b65c7d499b2327e9d59e74f5666c81bc8f by KnightMiner
Fix wrong mod ID for Ex Nihilo (#16)
The file was modifiedsrc/main/java/knightminer/tcomplement/TinkersComplement.java (diff)
Commit c978a971b6064cdf7332df55b546dbdd9326a51b by KnightMiner
Fix missing tool descriptions in the tool table/forge (#11)
The file was modifiedsrc/main/resources/assets/tcomplement/lang/en_us.lang (diff)
Commit 83df8ce8e502e477625995bf4af636fec1c912a5 by KnightMiner
Fix temperature in the melter GUI being lower than JEI by 300 degrees
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/tileentity/TileMelter.java (diff)
Commit e734cbe6547954443ec1f89ed3a4958be15018fd by KnightMiner
Update Mod versions to target 1.12.2
The file was modifiedbuild.gradle (diff)
The file was modifiedbuild.properties (diff)
Commit bdbd837f436938098982afcd149c9ead1eea5c1f by KnightMiner
Add manyullyn repair material for armor
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/ModuleFeature.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/common/ModIds.java (diff)
Commit 259b68e208482f1d138d23b31bd03f7c2ea117c9 by KnightMiner
Tweak manyullyn armor stats
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/ModuleFeature.java (diff)
Commit 5e52847bae72f7d9733d582fd85666852273cb2c by KnightMiner
Switch to strings for oredict recipes
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/ModuleFeature.java (diff)
The file was addedsrc/main/resources/assets/tcomplement/recipes/armor/knightslime_helmet.json
The file was addedsrc/main/resources/assets/tcomplement/recipes/armor/knightslime_chestplate.json
The file was addedsrc/main/resources/assets/tcomplement/textures/items/armor/knightslime_chestplate.png
The file was addedsrc/main/resources/assets/tcomplement/textures/items/armor/knightslime_leggings.png
The file was addedsrc/main/resources/assets/tcomplement/models/item/knightslime_leggings.json
The file was addedsrc/main/java/knightminer/tcomplement/feature/items/ItemKnightSlimeArmor.java
The file was addedsrc/main/resources/assets/tcomplement/textures/models/armor/knightslime_layer_2.png
The file was addedsrc/main/resources/assets/tcomplement/models/item/knightslime_chestplate.json
The file was addedsrc/main/resources/assets/tcomplement/textures/items/armor/knightslime_helmet.png
The file was modifiedsrc/main/resources/assets/tcomplement/lang/en_us.lang (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/FeatureClientProxy.java (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/items/armor/knightslime_boots.png
The file was addedsrc/main/resources/assets/tcomplement/models/item/knightslime_boots.json
The file was addedsrc/main/resources/assets/tcomplement/recipes/armor/knightslime_leggings.json
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/ModuleFeature.java (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/recipes/_constants.json (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/models/armor/knightslime_layer_1.png
The file was modifiedsrc/main/java/knightminer/tcomplement/common/ModIds.java (diff)
The file was addedsrc/main/resources/assets/tcomplement/models/item/knightslime_helmet.json
The file was addedsrc/main/resources/assets/tcomplement/recipes/armor/knightslime_boots.json
The file was modifiedbuild.properties (diff)
Commit c5d6904a7ef42444a09a27346acfbb21ca9d1440 by KnightMiner
Update required Forge version, remove old textures for bucket for pre
1.12.2
The file was modifiedsrc/main/resources/assets/tcomplement/blockstates/cast.json (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/TinkersComplement.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/common/Config.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/shared/ModuleCommons.java (diff)
The file was removedsrc/main/resources/assets/tcomplement/textures/items/materials/cast_bucket_old.png
The file was removedsrc/main/java/knightminer/tcomplement/shared/item/ItemCast.java
The file was modifiedsrc/main/resources/assets/tcomplement/blockstates/materials.json (diff)
The file was removedsrc/main/resources/assets/tcomplement/textures/items/materials/stone_bucket_old.png
The file was removedsrc/main/java/knightminer/tcomplement/shared/item/ItemMaterials.java
Commit 36f62dabba9e458d78fbf59bfb8fbe5ced7e3461 by KnightMiner
Fix inactive melters still trying to melt items (#19)
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/tileentity/TileMelter.java (diff)
Commit dfb919661272f2451c0e2bedf3344cd2007257fc by KnightMiner
Update zh_cn.lang (#18)
The file was modifiedsrc/main/resources/assets/tcomplement/lang/zh_cn.lang (diff)
The file was modifiedbuild.properties (diff)
Commit 43391fb9dda9f1467c6aafc606995c49b70b0fd7 by KnightMiner
Fix registering tile entities to the wrong mod domain
The file was addedsrc/main/java/knightminer/tcomplement/shared/legacy/TileEntityRenamer.java
The file was modifiedsrc/main/java/knightminer/tcomplement/common/PulseBase.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/TinkersComplement.java (diff)
Commit 2e7e9f6134421af14152c9e8d1a7f9f89735e3b7 by KnightMiner
Add alloy tanks: tanks that pull from surrounding tanks to alloy
The file was addedsrc/main/java/knightminer/tcomplement/library/tanks/FluidHandlerDrainOnlyWrapper.java
The file was addedsrc/main/resources/assets/tcomplement/recipes/feature/alloy_tank.json
The file was addedsrc/main/java/knightminer/tcomplement/library/tanks/AlloyTank.java
The file was addedsrc/main/java/knightminer/tcomplement/feature/blocks/BlockAlloyTank.java
The file was addedsrc/main/resources/assets/tcomplement/textures/blocks/melter/alloy_tank_top.png
The file was addedsrc/main/resources/assets/tcomplement/blockstates/porcelain_alloy_tank.json
The file was modifiedsrc/main/resources/assets/tcomplement/lang/en_us.lang (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/blocks/melter/alloy_tank_side.png
The file was removedsrc/main/java/knightminer/tcomplement/library/feature/MelterTank.java
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/tileentity/TileMelter.java (diff)
The file was addedsrc/main/java/knightminer/tcomplement/feature/tileentity/TileAlloyTank.java
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/FeatureClientProxy.java (diff)
The file was addedsrc/main/resources/assets/tcomplement/blockstates/alloy_tank.json
The file was addedsrc/main/resources/assets/tcomplement/recipes/feature/porcelain_alloy_tank.json
The file was modifiedsrc/main/java/knightminer/tcomplement/feature/ModuleFeature.java (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/blocks/porcelain/alloy_tank_side.png
The file was addedsrc/main/java/knightminer/tcomplement/library/tanks/MelterTank.java
The file was addedsrc/main/resources/assets/tcomplement/textures/blocks/porcelain/alloy_tank_top.png
The file was modifiedsrc/main/java/knightminer/tcomplement/common/ClientProxy.java (diff)
Commit 740fcb3a84ecc359cf87b29394f61353de8f0aec by github
Update README.md
Readme change to bump build
The file was modifiedREADME.md (diff)