Small fixes
This commit is contained in:
parent
5d78a4b28f
commit
67faa4a1d0
2 changed files with 7 additions and 1 deletions
|
@ -91,6 +91,12 @@ public class BoneMealItemMixin {
|
|||
else if (block == EndBlocks.CHORUS_NYLIUM) {
|
||||
return EndBlocks.CHORUS_GRASS.getDefaultState();
|
||||
}
|
||||
else if (block == EndBlocks.CRYSTAL_MOSS) {
|
||||
return EndBlocks.CRYSTAL_GRASS.getDefaultState();
|
||||
}
|
||||
else if (block == EndBlocks.SHADOW_GRASS) {
|
||||
return EndBlocks.SHADOW_PLANT.getDefaultState();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue