Started by
maxpingouin
on
Topic category: Feature requests and ideas for MCreator
Hello
I have a suggestion
I think it would be a good idea to allow for area scanning similarly to the new [for entities in square cube] block but for blocks.
This way we could (as an example) summon a mob on every gold block in a radius of 10 blocks.
Also I think a block to repeat the same action every tick for a set duration would be a good idea.
I know you're not really working on MCreator anymore but I haven't found anything about this and It'd allow for a lot of cool events.
Edited by maxpingouin on Sat, 12/05/2020 - 17:40
You can already do this with for loops checking if the block is at x y or z.
I know , but it's complicated
and entities got it so why not blocks
*Face Palm*
Learn how minecraft works, and then ask questions..
I kind of agree. I do actually know how minecraft works and if the execute command can find blocks or entities then a procedure should be no exception. I agree that this is a needed feature and there should be no reason to make a huge amount of game impacting code that could just as easily be made with one procedure. Sometimes i think the devs of MCreator don't work with commands that often cause it seems a lot of things like this are just not included. No attribute stuff, no array lists, no ways to get or merge data. It's kind of sad to see all this stuff missing.
yeah
There are lots of preexisting features missing that get explained away by others as something Minecraft/Java dont allow but thats been done multiple times
Like accessing chunk data or blockstates
i could really use this right now because the check for block in a 6x6x6 template never works for me lmao