mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 18:45:34 +01:00
Fix two blocks
This commit is contained in:
parent
c08add5295
commit
7227830ced
@ -72,7 +72,7 @@ public enum LegacyMaterialAnalouge {
|
||||
BLUE_ICE(ServerVersion.V1_13, "PACKED_ICE"),
|
||||
BLUE_SHULKER_BOX(ServerVersion.V1_11, "ENDER_CHEST"),
|
||||
BLUE_WALL_BANNER(ServerVersion.V1_8, "WALL_SIGN"),
|
||||
BONE_BLOCK(ServerVersion.V1_13, "QUARTZ_BLOCK"),
|
||||
BONE_BLOCK(ServerVersion.V1_10, "QUARTZ_BLOCK"),
|
||||
BRAIN_CORAL(ServerVersion.V1_13, "WOOL", (byte) 6),
|
||||
BRAIN_CORAL_BLOCK(ServerVersion.V1_13, "WOOL", (byte) 6),
|
||||
BRAIN_CORAL_FAN(ServerVersion.V1_13, "WOOL", (byte) 6),
|
||||
@ -171,7 +171,7 @@ public enum LegacyMaterialAnalouge {
|
||||
END_CRYSTAL(ServerVersion.V1_9, "STAINED_GLASS", (byte) 0),
|
||||
END_GATEWAY(ServerVersion.V1_9, "BEACON"),
|
||||
END_PORTAL(ServerVersion.V1_9, "PORTAL"),
|
||||
END_PORTAL_FRAME(ServerVersion.V1_9, "SANDSTONE", (byte) 1),
|
||||
END_PORTAL_FRAME(ServerVersion.V1_13, "ENDER_PORTAL_FRAME", (byte) 1),
|
||||
END_ROD(ServerVersion.V1_9, "STAINED_GLASS_PANE", (byte) 0),
|
||||
END_STONE(ServerVersion.V1_9, "SANDSTONE", (byte) 0),
|
||||
END_STONE_BRICK_SLAB(ServerVersion.V1_14, "STONE_SLAB", "STEP", (byte) 0),
|
||||
|
Loading…
Reference in New Issue
Block a user