1.15.2 - mainly mapping updates. Will be backwards compatible with 1.15.1 and 1.15
This commit is contained in:
parent
a543a562b2
commit
1202a1c588
7 changed files with 23 additions and 12 deletions
|
@ -73,7 +73,7 @@ public class DataDrivenBEProvider extends BlockEntityType<DataDrivenBEProvider.D
|
|||
}
|
||||
Identifier id = new Identifier(JsonHelper.getString(jsonObject, "name"));
|
||||
DataDrivenBEProvider provider = new DataDrivenBEProvider(block, jsonObject);
|
||||
Registry.register(Registry.BLOCK_ENTITY, id, provider);
|
||||
Registry.register(Registry.BLOCK_ENTITY_TYPE, id, provider);
|
||||
return provider;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue