Started by
Kisonix
on
Topic category: Help with Minecraft modding (Java Edition)
Hello again everyone.
I have a problem...
I created an entity that you can ride. (In my case, it's a tractor).
Then I created a procedure when the trigger is triggered: When the entity tick is updated.
When I drive over the "Rooty Dirt" block, the block should be replaced with a regular dirt block.
But for some reason the logic doesn't work...
My procedure: https://imgur.com/orjKCz1
this wouldn't be referring to the block it is driving over, rather it's referring to the block at the entity, so the block it's "inside"
I didn't quite understand... It's just that on my second entity the logic of checking the block under the entity and planting seeds on the block works. But in this version I can't figure out how to make it change... hmm.
Yeah the one where you are using farmland, right?
That's because farmland isn't a full block, you "sink into it" slightly, so you are technically inside that block when standing "on" it,
I got it.
I just replaced the coordinates and everything worked, thanks, at first I didn't understand what you were talking about, but then I understood. =)