fixing pyro

This commit is contained in:
missingbinary
2021-12-11 17:02:27 -04:00
parent f184472443
commit bf7642ea1c
56 changed files with 2920 additions and 2878 deletions

View File

@@ -0,0 +1,19 @@
{
"type": "origins:action_over_time",
"interval": 20,
"entity_action": {
"type": "origins:damage",
"amount": 2,
"source":{
"name":"hurt_by_water"
},
"condition": {
"type": "origins:fluid_height",
"fluid": "minecraft:water",
"comparison": ">=",
"compare_to": 1
}
},
"name":"Water Damage",
"description":"When you touch water, you receive damage."
}