mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-02 17:32:03 +01:00
... And fixed diodes
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
cce5f895f9
commit
51ec34dd60
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ public enum Material {
|
|||
SUGAR(353),
|
||||
CAKE(354, 1),
|
||||
BED(355),
|
||||
DIODE(100),
|
||||
DIODE(356),
|
||||
GOLD_RECORD(2256, 1),
|
||||
GREEN_RECORD(2257, 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue