How to make blocks placeable only in farmland

Started by GioMikeRafto on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make blocks placeable only in farmland

So in both of my mods, my main problem is that seeds are placeable even on top of other seeds. Plants can be grown on stone, on trees and basically everywhere. Is there any way to fix this?

Thanks in advance.

Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Add a on tick procedure that…
Sun, 07/14/2019 - 12:37

Add a on tick procedure that if not block at x y-1 z = farmland, than destroy block at x y z with drop. Works 100% of the time.

Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I do so? Can you…
Sun, 07/14/2019 - 22:27

How can I do so? Can you please upload a picture? That would really help

Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Figured it out, thanks for…
Thu, 08/05/2021 - 13:11

Figured it out, thanks for the help anyway!