Added ind sawmill datagen

This commit is contained in:
Ayutac 2022-02-10 20:21:07 +01:00
parent c928c2b790
commit ee17fe58d8
18 changed files with 124 additions and 352 deletions

View file

@ -110,6 +110,7 @@ public class TRContent {
public static Block REINFORCED_GLASS;
public static Block RUBBER_LEAVES;
public static Block RUBBER_LOG;
public static Tag.Identified<Item> RUBBER_LOGS = TagFactory.ITEM.create(new Identifier(TechReborn.MOD_ID, "rubber_logs"));
public static Block RUBBER_PLANK_SLAB;
public static Block RUBBER_PLANK_STAIR;
public static Block RUBBER_PLANKS;