Can't make underground structure spawn

Started by Darknessay on

Topic category: Help with MCreator software

Last seen on 23:12, 10. Jan 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can't make underground structure spawn
Thu, 12/07/2023 - 20:38 (edited)

I made a structure 1x1x1 (mimic-chest) and i want to make it spawn in caves. It spawns correctly when i set to spawn on Ground, and if i just change to Underground - it also spawns, but if i trying to add condition with only one field: get block at x,y,z=cave air, it doesnt spawn nowhere.
I tried everything: just air, cave air, restrict to cave air, restrict to stone + condition with cave air - nothing is works.
I got only two results: chest spawns in walls or chest doesnt spawns.
It's even stupid to attach screens because i tried so many variations, but thats it:
https://imgur.com/gallery/RrtC5yb
HELP PLS, IM INSANE WITH THAT
 

Edited by Darknessay on Thu, 12/07/2023 - 20:38
Last seen on 20:18, 25. Jul 2024
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do, if block at x y z equals…
Fri, 12/08/2023 - 12:22

Do, if block at x y z equals cave air, return true. Else, return false.

Last seen on 23:12, 10. Jan 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Check my screen, there is…
Fri, 12/08/2023 - 19:10

Check my screen, there is exectly that condition.
I tried to do not change Y values, it doesnt matter anyway.