please help me realize a Hoe farm 3x3 Mc Creator 2024.1

Started by TanoZ on

Topic category: Help with MCreator software

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
please help me realize a Hoe farm 3x3 Mc Creator 2024.1

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 .

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello, i may be a bit late…
Thu, 07/10/2025 - 09:56

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.

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hi!! I'm currently creating…
Thu, 07/24/2025 - 15:02

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)

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
sorry for late reply, but…
Sat, 07/26/2025 - 21:08

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

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
EDIT: i made one mistake in…
Sat, 07/26/2025 - 21:10

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"