Skip to content

Commit

Permalink
fix: missed a file in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Mar 29, 2024
1 parent d5ea87b commit d9f27f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bolt/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
AstGamemode,
AstGreedy,
AstItemSlot,
AstItemSlots,
AstJson,
AstJsonObject,
AstMessage,
Expand Down Expand Up @@ -83,6 +84,7 @@ def get_bolt_helpers() -> Dict[str, Any]:
"interpolate_range": converter(AstRange.from_value),
"interpolate_resource_location": converter(AstResourceLocation.from_value),
"interpolate_item_slot": converter(AstItemSlot.from_value),
"interpolate_item_slots": converter(AstItemSlots.from_value),
"interpolate_uuid": converter(AstUUID.from_value),
"interpolate_objective": converter(AstObjective.from_value),
"interpolate_objective_criteria": converter(AstObjectiveCriteria.from_value),
Expand Down

0 comments on commit d9f27f5

Please sign in to comment.