Run the /fill command with a procedure in Mcreator

Started by iMakeMods123 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Run the /fill command with a procedure in Mcreator

Hi, I'm relatively new to modding with Mcreator and am currently working on making a mod which requires a large area to be filled with a certain block, similar to the /fill command in vanilla minecraft. Is there any way to do this?

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just run the vanilla "/fill"…
Wed, 02/19/2025 - 01:20

Just run the vanilla "/fill" command using the "Execute command" block. 

If you don't want to do that for some reason, you could spawn in a custom feature surrounded in structure void for the same effect.

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thx i eventually did…
Wed, 02/19/2025 - 18:26

thx i eventually did something similar