mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-21 14:39:01 +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),
|
SUGAR(353),
|
||||||
CAKE(354, 1),
|
CAKE(354, 1),
|
||||||
BED(355),
|
BED(355),
|
||||||
DIODE(100),
|
DIODE(356),
|
||||||
GOLD_RECORD(2256, 1),
|
GOLD_RECORD(2256, 1),
|
||||||
GREEN_RECORD(2257, 1);
|
GREEN_RECORD(2257, 1);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue