Skip to content

Commit

Permalink
🐛 fix actbutton interaction entity not ticking
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Oct 24, 2024
1 parent 8471c03 commit 83198f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
execute if entity @s[tag=aj.omegaflowey_act_button.locator] run function omegaflowey.entity:soul/soul_5/act_button/locator with entity @s data
execute if entity @s[tag=aj.omegaflowey_act_button.locator] run function omegaflowey.entity:soul/soul_5/act_button/locator with storage omegaflowey:bossfight
execute if entity @s[tag=aj.omegaflowey_soul_5_bullet.locator] run function omegaflowey.entity:soul/soul_5/bullet/locator with entity @s data
execute if entity @s[tag=aj.omegaflowey_soul_5_gun.locator] run function omegaflowey.entity:soul/soul_5/indicator/locator
Original file line number Diff line number Diff line change
Expand Up @@ -9079,7 +9079,7 @@
"config": {
"use_entity": true,
"entity_type": "minecraft:interaction",
"summon_commands": "data merge entity @s {width: 1.6, height: 0.4375, response: true}\ntag @s add omega-flowey-remastered\ntag @s add soul\ntag @s add soul-interaction",
"summon_commands": "data merge entity @s {width: 1.6, height: 0.4375, response: true}\ntag @s add omega-flowey-remastered\ntag @s add soul\ntag @s add soul-locator\ntag @s add soul-interaction",
"ticking_commands": ""
},
"uuid": "6a552d44-b496-8d51-10da-a8e46c56e82f",
Expand Down Expand Up @@ -9209,7 +9209,7 @@
"config": {
"use_entity": true,
"entity_type": "minecraft:interaction",
"summon_commands": "data merge entity @s {width: 1.6, height: 0.4375, response: true}\ntag @s add omega-flowey-remastered\ntag @s add soul\ntag @s add soul-interaction",
"summon_commands": "data merge entity @s {width: 1.6, height: 0.4375, response: true}\ntag @s add omega-flowey-remastered\ntag @s add soul\ntag @s add soul-locator\ntag @s add soul-interaction",
"ticking_commands": ""
},
"uuid": "fc907fe8-a13c-7f1f-28a2-5bdb0bc7f7f0",
Expand All @@ -9225,7 +9225,7 @@
"config": {
"use_entity": true,
"entity_type": "minecraft:interaction",
"summon_commands": "data merge entity @s {width: 1.6, height: 0.4375, response: true}\ntag @s add omega-flowey-remastered\ntag @s add soul\ntag @s add soul-interaction",
"summon_commands": "data merge entity @s {width: 1.6, height: 0.4375, response: true}\ntag @s add omega-flowey-remastered\ntag @s add soul\ntag @s add soul-locator\ntag @s add soul-interaction",
"ticking_commands": ""
},
"uuid": "d36656af-f859-9567-bebe-dec701f939e9",
Expand Down

0 comments on commit 83198f1

Please sign in to comment.