Skip to content

Commit

Permalink
use delay for webbing sub-power
Browse files Browse the repository at this point in the history
  • Loading branch information
Dueris committed Nov 9, 2024
1 parent cd12ac0 commit 355c1c1
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions origins/src/main/resources/data/origins/powers/master_of_webs.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,21 @@
"type": "origins:replaceable"
},
"if_action": {
"type": "origins:set_block",
"block": "origins:temporary_cobweb"
"type": "origins:and",
"actions": [
{
"type": "origins:set_block",
"block": "minecraft:cobweb"
},
{
"type": "origins:delay",
"ticks": 100,
"action": {
"type": "origins:set_block",
"block": "minecraft:air"
}
}
]
}
}
},
Expand Down

0 comments on commit 355c1c1

Please sign in to comment.