Legacy Fabric-Api

Legacy Fabric-Api

70.5k Downloads

Object builders testmod crashes on a dedicated server

BoogieMonster1O1 opened this issue ยท 0 comments

commented

public static final Block TEST_BLOCK = BlockRegistry.register(new Identifier("fabric-object-builder-api-v1-testmod", "test_block"), new Block(TEST_MATERIAL, MaterialColor.AIR));

The Identifier(String,String) constructor is client only