Changes

Summary

  1. Added steel armor if steelworks is loaded (details)
  2. Add bacon as an alternative to porkchops in the pig iron recipe (details)
  3. Switch from string to resource location for registering TEs (details)
Commit 51082bd5b1043d7c5b1da8c7b6bf3e87f8b5afdd by KnightMiner
Added steel armor if steelworks is loaded

Also tweaks armor stats for the other two types and makes the recipes support oredict ingots
The file was addedsrc/main/resources/assets/tcomplement/recipes/armor/steel_helmet.json
The file was addedsrc/main/resources/assets/tcomplement/textures/models/armor/steel_layer_2.png
The file was modifiedsrc/main/resources/assets/tcomplement/recipes/_constants.json (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/recipes/armor/knightslime_helmet.json (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/items/armor/steel_boots.png
The file was addedsrc/main/resources/assets/tcomplement/models/item/steel_chestplate.json
The file was addedsrc/main/resources/assets/tcomplement/recipes/armor/steel_chestplate.json
The file was addedsrc/main/resources/assets/tcomplement/recipes/armor/steel_boots.json
The file was modifiedsrc/main/java/knightminer/tcomplement/armor/ArmorClientProxy.java (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/items/armor/steel_helmet.png
The file was modifiedsrc/main/java/knightminer/tcomplement/armor/ArmorModule.java (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/recipes/armor/manyullyn_boots.json (diff)
The file was addedsrc/main/resources/assets/tcomplement/recipes/armor/steel_leggings.json
The file was addedsrc/main/resources/assets/tcomplement/models/item/steel_boots.json
The file was modifiedsrc/main/resources/assets/tcomplement/recipes/armor/knightslime_leggings.json (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/items/armor/steel_chestplate.png
The file was addedsrc/main/resources/assets/tcomplement/textures/models/armor/steel_layer_1.png
The file was modifiedsrc/main/resources/assets/tcomplement/recipes/armor/knightslime_chestplate.json (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/recipes/armor/manyullyn_chestplate.json (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/items/armor/steel_leggings.png
The file was modifiedsrc/main/resources/assets/tcomplement/recipes/armor/knightslime_boots.json (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/recipes/armor/manyullyn_leggings.json (diff)
The file was addedsrc/main/resources/assets/tcomplement/models/item/steel_leggings.json
The file was addedsrc/main/resources/assets/tcomplement/models/item/steel_helmet.json
The file was modifiedsrc/main/resources/assets/tcomplement/lang/en_us.lang (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/recipes/armor/manyullyn_helmet.json (diff)
Commit a638c24329b32043a18be78e6440fbee1cefac75 by KnightMiner
Add bacon as an alternative to porkchops in the pig iron recipe

Because bacon!
The file was modifiedsrc/main/java/knightminer/tcomplement/common/ModIds.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/steelworks/SteelworksModule.java (diff)
Commit a406a6eacee48ceb53a70e42b76767cdb6a9fe51 by KnightMiner
Switch from string to resource location for registering TEs
The file was modifiedsrc/main/java/knightminer/tcomplement/common/PulseBase.java (diff)