Skip to content

Commit 71153a2

Browse files
committed
fix: for real
1 parent c91a001 commit 71153a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

smithed_libraries/packs/actionbar/beet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ extend: "@smithed_libraries/common.yaml"
22

33
id: smithed.actionbar
44
name: Smithed Actionbar
5-
version: "0.6.5"
5+
version: "0.6.6"
66
description: Native Actionbar Library for Smithed
77

88
data_pack:

smithed_libraries/packs/actionbar/data/smithed.actionbar/function/impl/vanilla/bed/check_sleep_status.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
execute unless score $is_server smithed.actionbar.temp matches 1.. run function smithed.actionbar:impl/vanilla/bed/get_server_status
88

99
# get required percentage
10-
execute store result score $sleeping_percent smithed.actionbar.temp run gamerule players_sleeping_percentage
10+
execute store result score $sleeping_percent smithed.actionbar.temp run raw gamerule players_sleeping_percentage
1111

1212
# if over 100, send can't pass night message for all worlds
1313
execute if score $sleeping_percent smithed.actionbar.temp matches 101.. run function #smithed.actionbar:message

0 commit comments

Comments
 (0)