diff --git a/src/main/java/techreborn/items/ItemParts.java b/src/main/java/techreborn/items/ItemParts.java index 7dbf4193f..07b2b9396 100644 --- a/src/main/java/techreborn/items/ItemParts.java +++ b/src/main/java/techreborn/items/ItemParts.java @@ -16,7 +16,7 @@ public class ItemParts extends Item{ "LazuriteChunk", "SiliconPlate", "MagnaliumPlate", "EnergeyFlowCircuit", "DataControlCircuit", "SuperConductor", "DataStorageCircuit", "ComputerMonitor", "DiamondSawBlade","DiamondGrinder", "KanthalHeatingCoil", "NichromeHeatingCoil", "CupronickelHeatingCoil", "MachineParts", "WolframiamGrinder", - "AluminiumMachineHull", "BronzeMachineHull","SteelMachineHull","TitaniumMachineHull" + "AluminiumMachineHull", "BronzeMachineHull","SteelMachineHull","TitaniumMachineHull", "BrassMachineHull" }; private IIcon[] textures; diff --git a/src/main/resources/assets/techreborn/textures/items/Grid_Data_Orb.png b/src/main/resources/assets/techreborn/textures/items/Grid_Data_Orb.png new file mode 100644 index 000000000..b8787c3cf Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/Grid_Data_Orb.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/dustChrome.png b/src/main/resources/assets/techreborn/textures/items/dustChrome.png new file mode 100644 index 000000000..d80c2380f Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/dustChrome.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/dustDiamond.png b/src/main/resources/assets/techreborn/textures/items/dustDiamond.png new file mode 100644 index 000000000..69f5b9d2f Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/dustDiamond.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/dustMagnesium.png b/src/main/resources/assets/techreborn/textures/items/dustMagnesium.png new file mode 100644 index 000000000..36505b5cd Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/dustMagnesium.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/gemOlivine.png b/src/main/resources/assets/techreborn/textures/items/gemOlivine.png new file mode 100644 index 000000000..9c463dafa Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/gemOlivine.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/gemRedGarnet.png b/src/main/resources/assets/techreborn/textures/items/gemRedGarnet.png new file mode 100644 index 000000000..a46c90ef4 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/gemRedGarnet.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/gemYellowGarnet.png b/src/main/resources/assets/techreborn/textures/items/gemYellowGarnet.png new file mode 100644 index 000000000..bfa48a395 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/gemYellowGarnet.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/ingotAluminium.png b/src/main/resources/assets/techreborn/textures/items/ingotAluminium.png new file mode 100644 index 000000000..cbaae17be Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/ingotAluminium.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/ingotChrome.png b/src/main/resources/assets/techreborn/textures/items/ingotChrome.png new file mode 100644 index 000000000..dc9d593ab Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/ingotChrome.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/ingotIridium.png b/src/main/resources/assets/techreborn/textures/items/ingotIridium.png new file mode 100644 index 000000000..f739662b7 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/ingotIridium.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/ingotIridiumAlloy.png b/src/main/resources/assets/techreborn/textures/items/ingotIridiumAlloy.png new file mode 100644 index 000000000..c303f3711 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/ingotIridiumAlloy.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/ingotSteel.png b/src/main/resources/assets/techreborn/textures/items/ingotSteel.png new file mode 100644 index 000000000..f9eca88b1 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/ingotSteel.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/ingotTungstenSteel.png b/src/main/resources/assets/techreborn/textures/items/ingotTungstenSteel.png new file mode 100644 index 000000000..23afed2d7 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/ingotTungstenSteel.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partAluminiumMachineHull.png b/src/main/resources/assets/techreborn/textures/items/partAluminiumMachineHull.png new file mode 100644 index 000000000..c2385b9e5 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partAluminiumMachineHull.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partBrassMachineHull.png b/src/main/resources/assets/techreborn/textures/items/partBrassMachineHull.png new file mode 100644 index 000000000..609e44524 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partBrassMachineHull.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partBronzeMachineHull.png b/src/main/resources/assets/techreborn/textures/items/partBronzeMachineHull.png new file mode 100644 index 000000000..67fdd3a90 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partBronzeMachineHull.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partComputerMonitor.png b/src/main/resources/assets/techreborn/textures/items/partComputerMonitor.png new file mode 100644 index 000000000..9d5291a16 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partComputerMonitor.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partCupronickelHeatingCoil.png b/src/main/resources/assets/techreborn/textures/items/partCupronickelHeatingCoil.png new file mode 100644 index 000000000..7744914b7 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partCupronickelHeatingCoil.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partDataControlCircuit.png b/src/main/resources/assets/techreborn/textures/items/partDataControlCircuit.png new file mode 100644 index 000000000..50530d96e Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partDataControlCircuit.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partDataStorageCircuit.png b/src/main/resources/assets/techreborn/textures/items/partDataStorageCircuit.png new file mode 100644 index 000000000..80dc748c8 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partDataStorageCircuit.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partDiamondGrinder.png b/src/main/resources/assets/techreborn/textures/items/partDiamondGrinder.png new file mode 100644 index 000000000..e4d07cb54 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partDiamondGrinder.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partDiamondSawBlade.png b/src/main/resources/assets/techreborn/textures/items/partDiamondSawBlade.png new file mode 100644 index 000000000..40aa13dd4 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partDiamondSawBlade.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partEnergeyFlowCircuit.png b/src/main/resources/assets/techreborn/textures/items/partEnergeyFlowCircuit.png new file mode 100644 index 000000000..180218eca Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partEnergeyFlowCircuit.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partKanthalHeatingCoil.png b/src/main/resources/assets/techreborn/textures/items/partKanthalHeatingCoil.png new file mode 100644 index 000000000..4e59852a2 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partKanthalHeatingCoil.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partMachineParts.png b/src/main/resources/assets/techreborn/textures/items/partMachineParts.png new file mode 100644 index 000000000..277de73dd Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partMachineParts.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partMagnaliumPlate.png b/src/main/resources/assets/techreborn/textures/items/partMagnaliumPlate.png new file mode 100644 index 000000000..840e05750 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partMagnaliumPlate.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partNichromeHeatingCoil.png b/src/main/resources/assets/techreborn/textures/items/partNichromeHeatingCoil.png new file mode 100644 index 000000000..18e50d943 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partNichromeHeatingCoil.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partSteelMachineHull.png b/src/main/resources/assets/techreborn/textures/items/partSteelMachineHull.png new file mode 100644 index 000000000..5cd0f1732 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partSteelMachineHull.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partSuperConductor.png b/src/main/resources/assets/techreborn/textures/items/partSuperConductor.png new file mode 100644 index 000000000..304ca6318 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partSuperConductor.png differ diff --git a/src/main/resources/assets/techreborn/textures/items/partWolframiamGrinder.png b/src/main/resources/assets/techreborn/textures/items/partWolframiamGrinder.png new file mode 100644 index 000000000..48143316f Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/partWolframiamGrinder.png differ