mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-24 02:56:17 +01:00
Merge branch 'development'
This commit is contained in:
commit
fc132b7d1c
@ -4,7 +4,7 @@ stages:
|
||||
variables:
|
||||
name: "SongodaCore"
|
||||
path: "/builds/$CI_PROJECT_PATH"
|
||||
version: "2.3.34"
|
||||
version: "2.3.35"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
@ -172,7 +172,6 @@ public enum LegacyMaterialAnalouge {
|
||||
END_GATEWAY(ServerVersion.V1_9, "BEACON"),
|
||||
END_PORTAL(ServerVersion.V1_9, "PORTAL"),
|
||||
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),
|
||||
END_STONE_BRICK_STAIRS(ServerVersion.V1_14, "SANDSTONE_STAIRS"),
|
||||
END_STONE_BRICK_WALL(ServerVersion.V1_14, "COBBLESTONE_WALL", "COBBLE_WALL"),
|
||||
|
Loading…
Reference in New Issue
Block a user