Started by
nilek20
on
Topic category: Help with Minecraft modding (Java Edition)
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.
You could make your procedure do /fill?
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