Skip to content

Commit

Permalink
Remove requiresCorrectToolForDrops on rainbow lamps, fixing #4491
Browse files Browse the repository at this point in the history
  • Loading branch information
quat1024 committed Dec 19, 2023
1 parent b5c8f56 commit dd08948
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public RainbowLampBlock(String regname, int color, @Nullable ZetaModule module,
.instrument(NoteBlockInstrument.HAT)
.sound(SoundType.AMETHYST)
.lightLevel(b -> b.getValue(LIT) ? RainbowLampsModule.lightLevel : 0)
.requiresCorrectToolForDrops()
.noOcclusion());

float r = ((color >> 16) & 0xff) / 255f;
Expand Down

0 comments on commit dd08948

Please sign in to comment.