Started by
TanoZ
on
Topic category: Help with MCreator software
I would like to create a hoe that farms in a 3x3 area, but I can't find any help on version 2024.1 of mc Creator. Can you help me make this hoe? Thank you for your help .
Topic category: Help with MCreator software
I would like to create a hoe that farms in a 3x3 area, but I can't find any help on version 2024.1 of mc Creator. Can you help me make this hoe? Thank you for your help .
Hello, i may be a bit late... anyways, there's a procedure for whenever an item is right clicked on a block. detect if said block is a dirt block and if it is, turn it into a farmland block. then make it so every block around it has the same treatment. i'm keeping it short and undetailed because i'm not sure you will read this or if you even still are creating your mod, but if you want the full procedure, just answer.
Hi!! I'm currently creating my mod, and I'd like to create this kind of hoes, so i'm really interested about the full procedure you talked about (i really tried for hours but that seems impossible lmao xD)
sorry for late reply, but here's a procedure that should work when set to your hoe "on item right click". it seems sort of complicated but it's just a modified script from the "check block in 6x6x6 area" template. (templates are on the top left side of the block coding menu) so use the template and modify it to fit the procedure in the picture (also i don't really have time to test but it should work)
https://ibb.co/93HKc1Bw
EDIT: i made one mistake in my procedure, instead of "replace block at X Y Z with farmland", it should be "replace block at x: x + get local variable sx y: y + get local variable sy, z: z + get local variable sz"