Add stair, slab and wall blocks for all metal storage blocks
This commit is contained in:
parent
4c400dd9a4
commit
d92343f5a7
443 changed files with 10811 additions and 33 deletions
|
@ -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!");
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue