Help Needed: Irrigating Farmland

Started by znaxcy on

Topic category: Help with MCreator software

Last seen on 17:59, 23. Sep 2021
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help Needed: Irrigating Farmland

I imagine that because minecraft:farmland has a "moisture" block state ("7" is "wet" and "1-6" are "dry") we'll need block state functionality added to MCreator before we can build blocks that will "irrigate" farmland as water does.

Can anyone think of a way to manipulate the farmland blockstate using a procedure in MCreator?

If not, maybe someone can help me figure out the code required. Thanks!

Last seen on 22:49, 17. Mar 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Setblock, fill, any command…
Thu, 11/26/2020 - 18:52

Setblock, fill, any command that can alter/replace blocks at a location. Replace "farmland" with "farmland[moisture=7]"