More fixes
This commit is contained in:
parent
2f67212725
commit
d2ade23f36
6 changed files with 16 additions and 4 deletions
|
@ -85,6 +85,9 @@ public class BoneMealItemMixin {
|
|||
if (block == BlockRegistry.END_MOSS || block == BlockRegistry.END_MYCELIUM) {
|
||||
return world.random.nextBoolean() ? BlockRegistry.CREEPING_MOSS.getDefaultState() : BlockRegistry.UMBRELLA_MOSS.getDefaultState();
|
||||
}
|
||||
else if (block == BlockRegistry.CAVE_MOSS) {
|
||||
return BlockRegistry.CAVE_GRASS.getDefaultState();
|
||||
}
|
||||
else if (block == BlockRegistry.CHORUS_NYLIUM) {
|
||||
return BlockRegistry.CHORUS_GRASS.getDefaultState();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue