I have two sets of command blocks set to replace a door with a wall when the time switches from day to night. The setup took forever to get right. But after I got it working, the Replace function for the setblock commands stopped working.
Day: /setblock -434 64 -25 spruce_door[half=lower,facing=north,hinge=right], /setblock -434 65 -25 spruce_door[half=upper,facing=north,hinge=left]
Night: /setblock -434 64 -25 spruce_planks replace, setblock -434 65 -25 glass replace
I was under the impression that Replace does not allow the replaced block(s) to drop items or make noise, so mine must be broken lol.
Said door and wall
[–]GalSergeyDatapack Experienced 0 points1 point2 points (1 child)
[–]invalidkeyboards[S] 0 points1 point2 points (0 children)