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 61f196a commit 1b9973f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 1b9973f

Please sign in to comment.