skylinerw / guides

Creative Commons Attribution 4.0 International
166 stars 29 forks source link

Checking if entity is on fire changed #21

Closed maxaxik closed 5 years ago

maxaxik commented 5 years ago

The condition structure for checking if entity is on fire in 1.14 has changed. Details here: https://bugs.mojang.com/browse/MC-137792 This is also the case for the "killer_player" example, as tested. Removed the bit about IDs for properties being namespaces, which was replaced with a "predicate" object and the flags within it aren't namespaced, as tested.