MLG-Fortress / ExtraHardMode

The now-official repository for the ExtraHardMode Bukkit Plugin.
http://dev.bukkit.org/bukkit-plugins/fun-hard-mode/
Other
24 stars 21 forks source link

Support 1.18 - Farming difficulty not working #298

Open OhNo2 opened 2 years ago

OhNo2 commented 2 years ago

My players can currently farm anywhere and none of their crops die and turn into dead bushes no matter where they are.

I would attribute part of this to the new biomes, which are not covered under the current build, but I am also getting an error:

Could not pass blockGrowEvent Java.lang.NoSuchFieldError: Desert_Hills

So I would assume that error is stopping the check somewhere.

GiorgioBrux commented 2 years ago

This is because the Desert_Hills biome doesn't exist anymore in 1.18. Merging #296 should fix this.

GiorgioBrux commented 2 years ago

296 merged, should be fixed.