mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Fix quilt crash
This commit is contained in:
parent
692db5a070
commit
5cfebba12e
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ public interface UBlocks {
|
||||||
FlammableBlockRegistry.getDefaultInstance().add(BANANAS, 5, 20);
|
FlammableBlockRegistry.getDefaultInstance().add(BANANAS, 5, 20);
|
||||||
FlammableBlockRegistry.getDefaultInstance().add(CURING_JOKE, 60, 100);
|
FlammableBlockRegistry.getDefaultInstance().add(CURING_JOKE, 60, 100);
|
||||||
|
|
||||||
CompostingChanceRegistry.INSTANCE.add(WORM_BLOCK, 8F);
|
CompostingChanceRegistry.INSTANCE.add(WORM_BLOCK, 1F);
|
||||||
|
|
||||||
UBlockEntities.bootstrap();
|
UBlockEntities.bootstrap();
|
||||||
EdibleBlock.bootstrap();
|
EdibleBlock.bootstrap();
|
||||||
|
|
Loading…
Reference in a new issue