various updates, ready for release 2

This commit is contained in:
missingbinary
2021-12-13 18:00:21 -04:00
parent 5de75636bd
commit b7420f3369
297 changed files with 5488 additions and 3533 deletions

View 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"
}
]
}
}