finished all 3 types, ready for prerelease

This commit is contained in:
missingbinary
2021-12-12 15:43:31 -04:00
parent 097bc40b50
commit 721b9fffdc
189 changed files with 5072 additions and 3030 deletions

View File

@@ -3,7 +3,7 @@
"entity_action": {
"type": "origins:raycast",
"distance": 8,
"block": false,
"block": true,
"entity": true,
"shape_type": "visual",
"fluid_handling": "any",
@@ -18,18 +18,21 @@
}
}
},
"command_at_hit": "particle minecraft:snowflake ~ ~ ~ 0 0 0 0.0 1 normal @a",
"command_along_ray": "particle minecraft:snowflake",
"command_at_hit": "function aspects:freeze_focus",
"command_along_ray": "function aspects:freeze_ray",
"command_step": 1,
"command_along_ray_only_on_hit": false
},
"cooldown": 240,
"hud_render": {
"should_render": true
"should_render": true,
"sprite_location": "origins:textures/gui/resource_bar.png",
"bar_index":5,
"inverted":true
},
"name":"Freeze Focus",
"description":"When pressing the respective key, you will fire a ray of ice in the direction you are facing that will deal freeze damage to the target on impact."
"description":"When pressing the respective key, you will fire a ray of ice in the direction you are facing that will deal freeze damage to the target and freeze over ice on impact."
}