Skip to content

Commit

Permalink
Merge pull request #9 from edayot/main
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
ICY105 committed Jun 8, 2022
2 parents 93ba09d + f806c6c commit f01ea2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/energy/functions/v1.2/player/modify_energy_2.mcfunction
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

function energy:v1.2/player/modify_energy_4
function energy:v1.2/player/modify_energy_3

#loop over inv
data remove storage energy:temp list[0]
execute unless score #player.energy energy.data matches 0 if data storage energy:temp list[0] run function energy:v1.2/player/modify_energy_3
execute unless score #player.energy energy.data matches 0 if data storage energy:temp list[0] run function energy:v1.2/player/modify_energy_2

0 comments on commit f01ea2e

Please sign in to comment.