Suggestion: "block iterator"

Started by WiddleDaufin on

Topic category: Feature requests and ideas for MCreator

Last seen on 03:23, 30. Nov 2023
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Suggestion: "block iterator"

basically, there would be some procedure blocks, like "get all adjacent blocks at x y z as block iterator x y z" or "get all blocks in radius ( ) at x y z as block iterator x y z".

so in a nutshell, block iterator x y z could be 3 special xyz blocks to get coords of multiple blocks at once in regular block procedures, so for example:

"get all adjacent blocks at x y z as block iterator x y z"

      "break block at block iterator x, block iterator y, block iterator z    

this would break all adjacent blocks to a position.

these would heavily simplify "corruption" blocks by letting you use just a few blocks instead of the painful process of duplicating and changing values.

 

if anyone makes/made a plugin for this i would gladly grab that and upvote it   

Last seen on 03:52, 28. Jul 2023
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There's a procedure template…
Wed, 11/16/2022 - 09:20

There's a procedure template called "Check for a block in a 6x6x6 box" that does this