Can you help me make a procedures ?

Started by CyncWolf on

Topic category: Advanced modding

Active 3 months ago
Joined Sep 2019
Points:
698

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
Can you help me make a procedures ?
Wed, 02/02/2022 - 22:19 (edited)

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 ?

https://ibb.co/7YFtzrK

Edited by CyncWolf on Wed, 02/02/2022 - 22:19
Active 2 years ago
Joined Dec 2021
Points:
593

User statistics:

  • Modifications: 1
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 110
I think it is because you…
Thu, 02/03/2022 - 20:12

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

Active 3 months ago
Joined Sep 2019
Points:
698

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
I've got it working with…
Thu, 02/03/2022 - 22:42

I've got it working with variables, thank you very much !