Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Dec 15, 2024
1 parent 5e27eac commit 41844d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ object Blocks : BlockRegistry by Machines.registry {
}

// Normal blocks
val STAR_DUST_BLOCK = nonInteractiveBlock("star_dust_block") { behaviors(SAND, BlockSounds(SoundGroup.SAND)) }
val STAR_DUST_BLOCK = nonInteractiveBlock("star_dust_block") { behaviors(SAND, BlockSounds(SoundGroup.SAND), BlockDrops) }
val BASIC_MACHINE_FRAME = machineFrame("basic")
val ADVANCED_MACHINE_FRAME = machineFrame("advanced")
val ELITE_MACHINE_FRAME = machineFrame("elite")
Expand Down

0 comments on commit 41844d6

Please sign in to comment.