Fixes
This commit is contained in:
parent
352e169ab3
commit
bdbacda675
3 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue