Skip to content

Commit

Permalink
Fixed block ID for brown mushroom block
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTuxn committed Nov 20, 2021
1 parent 0ceb92c commit 0989bd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class SpecialBlocks {
.emptyLine()
.addLines("Use this tool to place a §fBrown Mushroom§7 block.",
"",
"§7ID: §b99")
"§7ID: §b99:14")
.emptyLine()
.build())
.setEnchantment(true)
Expand Down

0 comments on commit 0989bd1

Please sign in to comment.