Add stair, slab and wall blocks for all metal storage blocks

This commit is contained in:
modmuss50 2020-06-28 16:13:39 +01:00
parent 4c400dd9a4
commit d92343f5a7
443 changed files with 10811 additions and 33 deletions

View file

@ -54,6 +54,7 @@ import techreborn.compat.trinkets.Trinkets;
import techreborn.config.TechRebornConfig;
import techreborn.events.ModRegistry;
import techreborn.init.*;
import techreborn.init.template.TechRebornTemplates;
import techreborn.items.DynamicCellItem;
import techreborn.packets.ClientboundPackets;
import techreborn.packets.ServerboundPackets;
@ -153,6 +154,8 @@ public class TechReborn implements ModInitializer {
elytraPredicate = Trinkets.isElytraEquipped();
}
TechRebornTemplates.init();
LOGGER.info("TechReborn setup done!");
}