mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-24 16:48:02 -05:00
Fix teal sign testmod crash by registering the wood type. (#3599)
(cherry picked from commit 98c5af8bcb
)
This commit is contained in:
parent
f9b333cc5c
commit
080016e424
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue