All blocks of type [] in square cube

Started by maxpingouin on

Topic category: Feature requests and ideas for MCreator

Active 2 months ago
Joined Dec 2016
Points:
1126

User statistics:

  • Modifications: 10
  • Forum topics: 26
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 399
All blocks of type [] in square cube
Sat, 12/05/2020 - 17:40 (edited)

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
Active 2 years ago
Joined Nov 2018
Points:
968

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 572
You can already do this with…
Sat, 12/05/2020 - 19:57

You can already do this with for loops checking if the block is at x y or z.

Active 2 months ago
Joined Dec 2016
Points:
1126

User statistics:

  • Modifications: 10
  • Forum topics: 26
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 399
I know , but it's complicated
Sat, 12/05/2020 - 20:33

I know , but it's complicated

Active 2 months ago
Joined Dec 2016
Points:
1126

User statistics:

  • Modifications: 10
  • Forum topics: 26
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 399
and entities got it so why…
Sat, 12/05/2020 - 20:33

and entities got it so why not blocks

Active 2 years ago
Joined Apr 2021
Points:
745

User statistics:

  • Modifications: 1
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 292
*Face Palm* Learn how…
Thu, 06/03/2021 - 19:58

*Face Palm*

Learn how minecraft works, and then ask questions..

Active 3 years ago
Joined Jun 2021
Points:
507

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
I kind of agree. I do…
Sat, 06/12/2021 - 02:43

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. 

Active 2 months ago
Joined Dec 2016
Points:
1126

User statistics:

  • Modifications: 10
  • Forum topics: 26
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 399
yeah
Tue, 07/06/2021 - 10:25

yeah

Active 3 years ago
Joined Jun 2021
Points:
578

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 95
There are lots of…
Sat, 07/10/2021 - 00:05

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

Active 5 days ago
Joined Jul 2022
Points:
337

User statistics:

  • Modifications: 1
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 22
i could really use this…
Sat, 07/13/2024 - 18:00

i could really use this right now because the check for block in a 6x6x6 template never works for me lmao