We've split up the commands, scripting and mods, and add ons category! Please be sure you get your thread in the right place.

0

execute 'at' Update

2 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    I think the main thing you're asking for is the addition of a block selector, which is basically a target selector but for blocks. This has been highly requested before, but I don't think it's planned.

    You're going to need to manually iterate through your world to find the blocks you want.

  • 0
    Registered User commented
    Comment actions Permalink

    Manually iterating through my world to find the blocks I want is boring and will take up a lot of time, plus, having a block selector would be better and could find every block in the world in my render distance.

    I could do this command without any data packs and it will find the blocks to run the command.

    execute at block @e[type=minecraft:grass_block] run setblock ~ ~ ~ minecraft:diamond_block