This commit is contained in:
paulevsGitch 2020-11-27 13:03:36 +03:00
parent 352e169ab3
commit bdbacda675
3 changed files with 5 additions and 1 deletions

View file

@ -97,6 +97,9 @@ public class BoneMealItemMixin {
else if (block == EndBlocks.SHADOW_GRASS) {
return EndBlocks.SHADOW_PLANT.getDefaultState();
}
else if (block == EndBlocks.PINK_MOSS) {
return EndBlocks.BUSHY_GRASS.getDefaultState();
}
return null;
}