Flattened parts
This commit is contained in:
parent
de45f3e68d
commit
8987311694
28 changed files with 515 additions and 437 deletions
|
@ -26,7 +26,7 @@ package techreborn.utils;
|
|||
|
||||
import net.minecraft.creativetab.CreativeTabs;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import techreborn.items.ItemParts;
|
||||
import techreborn.init.ModParts;
|
||||
|
||||
public class TechRebornCreativeTab extends CreativeTabs {
|
||||
|
||||
|
@ -38,6 +38,6 @@ public class TechRebornCreativeTab extends CreativeTabs {
|
|||
|
||||
@Override
|
||||
public ItemStack createIcon() {
|
||||
return ItemParts.getPartByName("machine_parts");
|
||||
return ModParts.MACHINE_PARTS.getStack();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue