Started by
Spleet2.0
on
Topic category: Help with Minecraft modding (Java Edition)
I created crops and set the property to PLANTS. However, when the farmlands on which they grow are not irrigated, they turn back into land because they do not consider my crops as crops.
I do not know how to do.
Do you have a crop in the form of a block?
If so, then the crop must be a plant!
I put crop model and plants material but that didn't change anything
In the Minecraft code, non-irrigated farmlands revert to dirt if they are not cultivated. They therefore do not consider my block as a crop
Your crop needs to be a plant element, not a block set to plant material. I think there is some additional code that plants have the blocks do not, even when set to plant material type.
it needs to be a plant element
However, the plant element does not have the tick property like the block, and I need it for growth.
Well, if you know a bit Java code, then you can use the base CropBlock.
Block the code of your block (must be a plant!)
I know very little java
In this case, you can search YOUTUBE for tutorial videos about MCreator