changing keybinds
This commit is contained in:
44
build/resources/main/data/aspects/powers/melt.json
Normal file
44
build/resources/main/data/aspects/powers/melt.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"type":"origins:multiple",
|
||||
"ice":{
|
||||
"type": "origins:action_over_time",
|
||||
"interval": 5,
|
||||
"entity_action": {
|
||||
"type": "origins:if_else",
|
||||
"condition": {
|
||||
"inverted":true,
|
||||
"type": "origins:sneaking"
|
||||
|
||||
},
|
||||
"if_action": {
|
||||
"type":"origins:and",
|
||||
"actions": [
|
||||
{
|
||||
"type":"origins:execute_command",
|
||||
"command": "fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 water replace minecraft:frosted_ice"
|
||||
},
|
||||
{
|
||||
"type":"origins:execute_command",
|
||||
"command": "fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 air replace minecraft:snow"
|
||||
},
|
||||
{
|
||||
"type":"origins:execute_command",
|
||||
"command": "fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 water replace minecraft:ice"
|
||||
},
|
||||
{
|
||||
"type":"origins:execute_command",
|
||||
"command": "fill ~1 ~1 ~1 ~1 ~1 ~1 air replace minecraft:snow"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"name":"Hot Feet",
|
||||
"description":"Ice and snow underneath you will melt.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/equal.png",
|
||||
"text": "Neutral"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user