Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
♻ rename function because beet doesn't acept it
Browse files Browse the repository at this point in the history
  • Loading branch information
PuckiSilver committed Apr 9, 2023
1 parent aeb085f commit 62f5f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: FakeEnderEye
author: PuckiSilver
version: v2.0.0
version: v2.0.1
output: build
require:
- bolt
Expand Down
4 changes: 2 additions & 2 deletions src/data/fee/modules/main.bolt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ function fee:setup/snowball:
execute summon marker function fee:setup/marker:
ride @s mount @e[type=snowball,tag=fee.snowball,dx=0,limit=1]
tag @s add fee.marker
store result score @s fee schedule function fee:clean_up/ 81t append
store result score @s fee schedule function fee:clean_up/init 81t append

function fee:clean_up/:
function fee:clean_up/init:
store result score .gametime fee time query gametime
as @e[type=marker,tag=fee.marker] if score @s fee <= .gametime fee at @s function fee:clean_up/marker:
scoreboard players set .should_drop fee 0
Expand Down

0 comments on commit 62f5f0c

Please sign in to comment.