Major changes along with some more minor patches + quality upgrades. ✅ Main Changes: - Updated to 1.18.2 - Removed Imber, Altum (for now) and Navitas - Patched issue #1 - Made balancing changes - Cleaned up project - Simplified confusing code
24 lines
619 B
JSON
24 lines
619 B
JSON
{
|
|
"type": "origins:action_over_time",
|
|
"entity_action": {
|
|
"type": "origins:heal",
|
|
"amount": 1
|
|
},
|
|
"interval": 20,
|
|
"condition": {
|
|
"type": "origins:on_block",
|
|
"block_condition": {
|
|
"type": "origins:block",
|
|
"block": "minecraft:magma_block"
|
|
}
|
|
},
|
|
"name":"Back to the Source",
|
|
"description":"As a being of magma, standing on magma blocks gives you regeneration. / +1 health every 20 ticks",
|
|
"badges": [
|
|
{
|
|
"sprite": "aspects:textures/gui/badge/check.png",
|
|
"text": "Positive"
|
|
}
|
|
]
|
|
}
|