Started by
Darknessay
on
Topic category: Help with MCreator software
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
Do, if block at x y z equals cave air, return true. Else, return false.
Check my screen, there is exectly that condition.
I tried to do not change Y values, it doesnt matter anyway.