Skip to content

Commit 40ea4dc

Browse files
authored
fix(actionbar): Added clock specification for time checks (#60)
1 parent 26bc346 commit 40ea4dc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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.6"
5+
version: "0.7.0"
66
description: Native Actionbar Library for Smithed
77

88
data_pack:

smithed_libraries/packs/actionbar/data/smithed.actionbar/predicate/impl/is_day.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"condition": "minecraft:inverted",
1515
"term": {
1616
"condition": "minecraft:time_check",
17+
"clock": "minecraft:overworld",
1718
"value": {
1819
"min": 12542,
1920
"max": 23459
@@ -34,6 +35,7 @@
3435
"condition": "minecraft:inverted",
3536
"term": {
3637
"condition": "minecraft:time_check",
38+
"clock": "minecraft:overworld",
3739
"value": {
3840
"min": 12010,
3941
"max": 23991

0 commit comments

Comments
 (0)