mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +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(CURING_JOKE, 60, 100);
|
||||
|
||||
CompostingChanceRegistry.INSTANCE.add(WORM_BLOCK, 8F);
|
||||
CompostingChanceRegistry.INSTANCE.add(WORM_BLOCK, 1F);
|
||||
|
||||
UBlockEntities.bootstrap();
|
||||
EdibleBlock.bootstrap();
|
||||
|
|
Loading…
Reference in a new issue