Origins (Forge)

Origins (Forge)

7M Downloads

On Block

tmanfoo1 opened this issue ยท 0 comments

commented

{
"type": "origins:active_self",
"entity_action": {
"type": "origins:apply_effect",
"effects": [
{
"effect": "minecraft:slowness",
"duration": 150,
"amplifier": 9
},
{
"effect": "minecraft:regeneration",
"duration": 150,
"amplifier": 2
}
]
},
"condition": {
"type": "origins:on_block",
"block_condition": {
"type": "origins:in_tag",
"tag": "minecraft:bamboo_plantable_on"
}
},
"cooldown": 150,
"hud_render": {
"should_render": true,
"sprite_location": "origins:textures/gui/community/huang/resource_bar_02.png",
"bar_index": 8
},
"key": {
"key": "key.origins.primary_active",
"continuous": false
},
"name": "Take Root",
"description": "Lose your ability to move and gain regeneration! Only usable on blocks you can plant stuff on!"
}
On block seems to not work here!