Skip to content

Commit b1a0ca7

Browse files
committed
feat: melody and viking region
1 parent 0f6e46d commit b1a0ca7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

configuration/skyblock/Minestom.regions.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ dark_thicket,DARK_THICKET,-333,148,-24,-415,59,-122,THE_PARK
8989
trial_of_fire,TRIALS_OF_FIRE,-369,120,-100,-357,101,-88,THE_PARK
9090
jungle,JUNGLE_ISLAND,-417,149,-130,-507,68,-18,THE_PARK
9191
savanna,SAVANNA_WOODLAND,-467,155,-20,-383,56,102,THE_PARK
92+
viking,VIKING_LONGHOUSE,-349,50,53,-315,131,94,THE_PARK
93+
melody,MELODY_PLATEAU,-434,100,63,-399,132,101,THE_PARK
9294
sherry,SHERRYS_SHOWROOM,21,98,86,7,76,108,JERRYS_WORKSHOP
9395
jerry,JERRYS_WORKSHOP,139,183,200,-163,30,-167,JERRYS_WORKSHOP
9496
terry,TERRYS_SHACK,-87,94,30,-95,76,21,JERRYS_WORKSHOP

type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/region/RegionType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ public enum RegionType {
3939
BIRCH_PARK("Birch Park", "§a", BirchParkConfiguration.class, BirchParkBiome.class),
4040
HOWLING_CAVE("Howling Cave", null, BirchParkBiome.class),
4141
SPRUCE_WOODS("Spruce Woods", "§a", SpruceWoodsConfiguration.class, SpruceWoodsBiome.class),
42+
VIKING_LONGHOUSE("Viking Longhouse", "§b", SpruceWoodsConfiguration.class, SpruceWoodsBiome.class),
4243
DARK_THICKET("Dark Thicket", "§a", DarkOakConfiguration.class, DarkThicketBiome.class),
4344
TRIALS_OF_FIRE("Trials of Fire", "§c", null, DarkThicketBiome.class),
4445
SAVANNA_WOODLAND("Savanna Woodland", "§a", SavannaWoodlandConfiguration.class),
45-
MELODY_PLATEAU("Melody's Plateau", 5", SavannaWoodlandConfiguration.class),
46+
MELODY_PLATEAU("Melody's Plateau", d", SavannaWoodlandConfiguration.class),
4647
JUNGLE_ISLAND("Jungle Island", "§a", JungleIslandConfiguration.class),
4748

4849
JERRYS_WORKSHOP("Jerry's Workshop", "§c"),

0 commit comments

Comments
 (0)