18 lines
452 B
JSON
18 lines
452 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."
|
|
}
|