• Hey! Register here to create your account, engage with the community, and talk about what is new!

Cant format block tags

DaClooz

New member
Joined
Jun 27, 2023
Messages
16
Reaction score
3
I am not sure how to represent block tags in the code. (for context i am using if game block equals and i am checking if a block is water logged)
 

redstone_pro180

New member
Joined
Apr 8, 2023
Messages
2
Reaction score
0
Get the tag "waterlogged" at the block location (in Set Variable), It should return 0 if the tag doesn't exist at the block and "true" or "false" based on if it is waterlogged. (The action should be located in the set variable world section, I don't really know I am typing this at school so I can't check but this should work.)
 

ARMcPro

Forum adept
Overlord
Joined
Oct 20, 2020
Messages
1,263
Reaction score
353
if block's tag parameter is broken at the moment, so you have to use a set variable, unfortunately
 
Top Bottom