-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dead bushes can be placed on glazed terracotta, unlike vanilla. #306
Comments
Looking through the code shows the cause to be simple: in the That is in error, since there is no vanilla plant which is placeable on glazed terracora, and there is no reason that plants should be placeable on glazed terracotta. After a bit of patch hunting throughout the ages, I believe I've narrowed down the source of that particular error. In MinecraftForge/MinecraftForge@7c0d94c#diff-67749f72fc217feef6791d7e82996c56ab23ef92ce892c85560585198543f040R233, one of the patches of the 1.13 porting efforts, it seems the While I think the best long-term course of action here is to revisit the Footnotes
|
Fixes #306 by removing glazed terracotta as acceptable farmland for the `DESERT` plant type. Also includes a related fix to expand `DESERT` plant types to be plantable on both uncolored/raw terracotta and stained terracotta, to match with the plantability of dead bushes on both. (This only really matters for modded plants, because dead bushes extend `BushBlock` and therefore have their `mayPlaceOn` method called to allow placing on stained terracotta anyway.)
MinecraftForge/MinecraftForge#8732
The text was updated successfully, but these errors were encountered: