mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 00:07:56 +01:00
SPIGOT-4242: Treat cave / void air as transparent
By: md_5 <git@md-5.net>
This commit is contained in:
parent
1a6f5b7b2c
commit
e753da135e
@ -3526,6 +3526,7 @@ public enum Material implements Keyed {
|
||||
case BROWN_CARPET:
|
||||
case BROWN_MUSHROOM:
|
||||
case CARROTS:
|
||||
case CAVE_AIR:
|
||||
case CHORUS_FLOWER:
|
||||
case CHORUS_PLANT:
|
||||
case COCOA:
|
||||
@ -3622,6 +3623,7 @@ public enum Material implements Keyed {
|
||||
case TRIPWIRE:
|
||||
case TRIPWIRE_HOOK:
|
||||
case VINE:
|
||||
case VOID_AIR:
|
||||
case WALL_TORCH:
|
||||
case WHEAT:
|
||||
case WHITE_CARPET:
|
||||
|
Loading…
Reference in New Issue
Block a user