geforkt von Mirrors/Paper
SPIGOT-4242: Treat cave / void air as transparent
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
1a6f5b7b2c
Commit
e753da135e
@ -3526,6 +3526,7 @@ public enum Material implements Keyed {
|
|||||||
case BROWN_CARPET:
|
case BROWN_CARPET:
|
||||||
case BROWN_MUSHROOM:
|
case BROWN_MUSHROOM:
|
||||||
case CARROTS:
|
case CARROTS:
|
||||||
|
case CAVE_AIR:
|
||||||
case CHORUS_FLOWER:
|
case CHORUS_FLOWER:
|
||||||
case CHORUS_PLANT:
|
case CHORUS_PLANT:
|
||||||
case COCOA:
|
case COCOA:
|
||||||
@ -3622,6 +3623,7 @@ public enum Material implements Keyed {
|
|||||||
case TRIPWIRE:
|
case TRIPWIRE:
|
||||||
case TRIPWIRE_HOOK:
|
case TRIPWIRE_HOOK:
|
||||||
case VINE:
|
case VINE:
|
||||||
|
case VOID_AIR:
|
||||||
case WALL_TORCH:
|
case WALL_TORCH:
|
||||||
case WHEAT:
|
case WHEAT:
|
||||||
case WHITE_CARPET:
|
case WHITE_CARPET:
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren