Started by
Yusufhum3
on
Topic category: Troubleshooting, bugs, and solutions
I made a block that when added (placed) will set a logic NBT tag to true and to test it I made it print in chat but it still says false. In the procedure there are only two blocks the set logic nbt of block at XYZ and send to Chat to all Players block. I even tried with Update tick but still doesnt work. So whats wrong? thx for help
Edited by Yusufhum3 on Wed, 04/15/2020 - 18:24
On block added is probably to soon as the tile entity is not loaded yet.
Make sure to enable tile entity too.
Oh ok, works now thanks!