survives_explosion condition doesn't work with entities
The bug
The minecraft:survives_explosion condition doesn't work with entity loot tables. Using a custom loot table, I killed a lot of entities with tnt directly at them. However the condition didn't stop the item from dropping. There was no warning in the lag saying that I can't use this condition for entity loot tables and it makes sense you would be able to use the trigger.
Created Issue:
survives_explosion condition doesn't work with entities
The bug
The minecraft:survives_explosion condition doesn't work with entity loot tables. Using a custom loot table, I killed a lot of entities with tnt directly at them. However the condition didn't stop the item from dropping. There was no warning in the lag saying that I can't use this condition for entity loot tables and it makes sense you would be able to use the trigger.
Only block break context provides enough information needed to evaluate `survives_explosion` (there should be warning log about that when loading such loot tables, if `type` is provided).