Run the /fill command with a procedure in Mcreator

Started by Firedude123 on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 months ago
Joined Jan 2025
Points:
60

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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?

Active 1 week ago
Joined May 2021
Points:
618

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 66
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.

Active 5 months ago
Joined Jan 2025
Points:
60

User statistics:

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

thx i eventually did something similar

Active 3 months ago
Joined Apr 2025
Points:
23

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
@Firedude123 , can you share…
Tue, 04/08/2025 - 01:05

@Firedude123 , can you share what you did please?