Origins (Fabric)

Origins (Fabric)

15M Downloads

can't get action over time to work with a condition

ShadowShiroe opened this issue ยท 0 comments

commented

{
"type": "origins:action_over_time",
"entity_action": {
"type": "origins:damage",
"amount": 1,
"source": {
"name": "dry_out",
"magic": true,
"bypasses_armor": true,
"entity_condition": {
"type": "origins:submerged_in",
"fluid": "minecraft:water"
}
}
},
"interval": 200,
"name": "Dry Skin",
"description": "Because your frog like atanomy your skin needs the air to hold water so the nether dries you out"

this is what I have made for a custom origin and by no means is it the final outcome... it is just my latest change were I wanted t osee if it would work if I didn't use the dimension condition. The logs says that there is nothing wrong so I don't even have any clue on what to work on