mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-27 12:35:12 +01:00
Fix for weird interaction with crops and older versions of Minecraft.
This commit is contained in:
parent
2064626dfe
commit
312044c8cd
@ -2116,12 +2116,14 @@ public enum CompatibleMaterial {
|
|||||||
case BEETROOTS:
|
case BEETROOTS:
|
||||||
case CACTUS:
|
case CACTUS:
|
||||||
case CARROTS:
|
case CARROTS:
|
||||||
|
case CARROT:
|
||||||
case CHORUS_FLOWER:
|
case CHORUS_FLOWER:
|
||||||
// FROSTED_ICE is Ageable, but not a crop
|
// FROSTED_ICE is Ageable, but not a crop
|
||||||
case KELP:
|
case KELP:
|
||||||
case MELON_STEM:
|
case MELON_STEM:
|
||||||
case NETHER_WART:
|
case NETHER_WART:
|
||||||
case POTATOES:
|
case POTATOES:
|
||||||
|
case POTATO:
|
||||||
case PUMPKIN_STEM:
|
case PUMPKIN_STEM:
|
||||||
case SUGAR_CANE:
|
case SUGAR_CANE:
|
||||||
case WHEAT:
|
case WHEAT:
|
||||||
|
Loading…
Reference in New Issue
Block a user