Is there a simpler way?

Started by nilek20 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a simpler way?

i am creating a procedure that when you use an item will spawn blocks in a 3X3 area centered around where you are looking. but to do this i need 27 instances on the "place block at" procedure block and was wondering if there was a way to consolidate this at all.

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could make your…
Wed, 01/26/2022 - 03:28

You could make your procedure do /fill?

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You only need one procedure:…
Wed, 01/26/2022 - 07:36

You only need one procedure:

Execute command <""> in the name of (Event/target entity)

In <""> goes:

fill ~-1 ~-1 ~-1 ~1 ~2 ~1 minecraft:prefered_block hollow

example:

fill ~-1 ~-1 ~-1 ~1 ~2 ~1 minecraft:bedrock hollow