Merge branch 'development'

This commit is contained in:
Brianna 2020-05-16 14:23:58 -04:00
commit c6c7bd8186
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ stages:
variables:
name: "SongodaCore"
path: "/builds/$CI_PROJECT_PATH"
version: "2.3.35"
version: "2.3.36"
build:
stage: build

View File

@ -170,7 +170,7 @@ public enum LegacyMaterialAnalouge {
ELYTRA(ServerVersion.V1_9, "IRON_CHESTPLATE"),
END_CRYSTAL(ServerVersion.V1_9, "STAINED_GLASS", (byte) 0),
END_GATEWAY(ServerVersion.V1_9, "BEACON"),
END_PORTAL(ServerVersion.V1_9, "PORTAL"),
END_PORTAL(ServerVersion.V1_9, "ENDER_PORTAL"),
END_ROD(ServerVersion.V1_9, "STAINED_GLASS_PANE", (byte) 0),
END_STONE_BRICK_SLAB(ServerVersion.V1_14, "STONE_SLAB", "STEP", (byte) 0),
END_STONE_BRICK_STAIRS(ServerVersion.V1_14, "SANDSTONE_STAIRS"),