In the two first puzzles of the last dungeons of the game, if you encounter a bug that makes disappearing the stone buttons in the room, write these commands to respawn all stone buttons :
for the first puzzle :
/fill -628 16 -299 -617 5 -299 air 0 replace redstone_block
/fill -617 17 -306 -624 6 -306 redstone_block
/fill -617 17 -306 -624 6 -306 air
And for the second puzzle :
/fill -668 23 -306 -657 7 -306 air 0 replace redstone_block
/fill -657 24 -313 -664 8 -313 redstone_block
/fill -657 24 -313 -664 8 -313 air
No responses yet