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

@@ -1,5 +1,6 @@
{
"type": "origins:lava_vision",
"s": 0,
"v": 15
"v": 15,
"hidden":true
}

View File

@@ -1,15 +1,19 @@
{
"entity_action": {
"type": "origins:damage",
"amount": 2,
"source":{
"name":"hurt_by_water"
"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
}
},
"condition": {
"type": "origins:fluid_height",
"fluid": "minecraft:water",
"comparison": ">=",
"compare_to": 1
}
}
"name":"Water Damage",
"description":"When you touch water, you receive damage."
}