Skip to content

Commit

Permalink
Update Advancements.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineMachiner committed Sep 29, 2024
1 parent 688cfb3 commit 5714a4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Advancements( generator: FabricDataGenerator ) : FabricAdvancementProvider

Root.build( consumer, "any_instrument" )

Doot.build(consumer); Keyboard.build(consumer)
Keyboard.build(consumer); Doot.build(consumer)

addInstruments( percussion, consumer )
addInstruments( strings, consumer )
Expand Down

0 comments on commit 5714a4b

Please sign in to comment.