Started by
CyncWolf
on
Topic category: Advanced modding
Hello, so I wanted to create a tnt that puts water in a 5x5 zone when i light it with a flint and steel but it dosn't seem to work. Can someone help me spot what's wrong in my procedures ?
Edited by CyncWolf on Wed, 02/02/2022 - 22:19
I think it is because you are using the code block get number tag x y z if it has block entity. Also, there is no reason to use nbt tags, just use local variables. There is a procedure template that checks for a block in a 6x6x6 area, and it might be useful to you to use that as a guide
I've got it working with variables, thank you very much !