mirror of
https://github.com/FabricMC/fabric.git
synced 2025-09-07 03:39:18 +00:00
Fix teal sign testmod crash by registering the wood type. (#3599)
This commit is contained in:
@@ -76,6 +76,8 @@ public class TealSignTest implements ModInitializer {
|
||||
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
WoodType.register(TEAL_WOOD_TYPE);
|
||||
|
||||
Registry.register(Registries.BLOCK, ObjectBuilderTestConstants.id("teal_sign"), TEAL_SIGN);
|
||||
Registry.register(Registries.BLOCK, ObjectBuilderTestConstants.id("teal_wall_sign"), TEAL_WALL_SIGN);
|
||||
Registry.register(Registries.BLOCK, ObjectBuilderTestConstants.id("teal_hanging_sign"), TEAL_HANGING_SIGN);
|
||||
|
Reference in New Issue
Block a user