mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-02-16 10:30:53 +00:00
Delete Pack (LOOK IN THE RESOURCES FOLDER)
This commit is contained in:
10
src/main/resources/WHERE DID PACK GO.txt
Normal file
10
src/main/resources/WHERE DID PACK GO.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
1. Ensure your test server is NOT RUNNING!
|
||||
2. Ensure Iris is up to date (gitkraken)
|
||||
3. Delete plugins/Iris/pack (server) (keep the folder Iris there)
|
||||
4. Delete plugins/Iris.jar (server)
|
||||
5. Make a new tab in gitkraken, click on clone a repository (github)
|
||||
6. Select "IrisPack" and set the clone path to yourserver/plugins/Iris
|
||||
7. Set the repository name to "pack" and click Clone, then Open Now
|
||||
8. Build Iris (eclipse)
|
||||
9. Start Server
|
||||
10. Profit
|
||||
@@ -1,62 +0,0 @@
|
||||
OCEAN,
|
||||
PLAINS,
|
||||
DESERT,
|
||||
EXTREME_HILLS,
|
||||
FOREST,
|
||||
TAIGA,
|
||||
SWAMPLAND,
|
||||
RIVER,
|
||||
HELL,
|
||||
SKY,
|
||||
FROZEN_OCEAN,
|
||||
FROZEN_RIVER,
|
||||
ICE_FLATS,
|
||||
ICE_MOUNTAINS,
|
||||
MUSHROOM_ISLAND,
|
||||
MUSHROOM_ISLAND_SHORE,
|
||||
BEACHES,
|
||||
DESERT_HILLS,
|
||||
FOREST_HILLS,
|
||||
TAIGA_HILLS,
|
||||
SMALLER_EXTREME_HILLS,
|
||||
JUNGLE,
|
||||
JUNGLE_HILLS,
|
||||
JUNGLE_EDGE,
|
||||
DEEP_OCEAN,
|
||||
STONE_BEACH,
|
||||
COLD_BEACH,
|
||||
BIRCH_FOREST,
|
||||
BIRCH_FOREST_HILLS,
|
||||
ROOFED_FOREST,
|
||||
TAIGA_COLD,
|
||||
TAIGA_COLD_HILLS,
|
||||
REDWOOD_TAIGA,
|
||||
REDWOOD_TAIGA_HILLS,
|
||||
EXTREME_HILLS_WITH_TREES,
|
||||
SAVANNA,
|
||||
SAVANNA_ROCK,
|
||||
MESA,
|
||||
MESA_ROCK,
|
||||
MESA_CLEAR_ROCK,
|
||||
VOID,
|
||||
MUTATED_PLAINS,
|
||||
MUTATED_DESERT,
|
||||
MUTATED_EXTREME_HILLS,
|
||||
MUTATED_FOREST,
|
||||
MUTATED_TAIGA,
|
||||
MUTATED_SWAMPLAND,
|
||||
MUTATED_ICE_FLATS,
|
||||
MUTATED_JUNGLE,
|
||||
MUTATED_JUNGLE_EDGE,
|
||||
MUTATED_BIRCH_FOREST,
|
||||
MUTATED_BIRCH_FOREST_HILLS,
|
||||
MUTATED_ROOFED_FOREST,
|
||||
MUTATED_TAIGA_COLD,
|
||||
MUTATED_REDWOOD_TAIGA,
|
||||
MUTATED_REDWOOD_TAIGA_HILLS,
|
||||
MUTATED_EXTREME_HILLS_WITH_TREES,
|
||||
MUTATED_SAVANNA,
|
||||
MUTATED_SAVANNA_ROCK,
|
||||
MUTATED_MESA,
|
||||
MUTATED_MESA_ROCK,
|
||||
MUTATED_MESA_CLEAR_ROCK
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"name": "Beach",
|
||||
"derivative": "BEACHES",
|
||||
"height": -0.078,
|
||||
"surface": [
|
||||
"SAND"
|
||||
],
|
||||
"dirt": [
|
||||
"SAND",
|
||||
"SAND",
|
||||
"SAND",
|
||||
"CLAY",
|
||||
"GRAVEL"
|
||||
],
|
||||
"objects": [
|
||||
"tree/palm/medium=0.45",
|
||||
"tree/palm/small=4.95"
|
||||
]
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"name": "Desert",
|
||||
"derivative": "DESERT",
|
||||
"region": "HotDry",
|
||||
"surface": [
|
||||
"SAND"
|
||||
],
|
||||
"dirt": [
|
||||
"SANDSTONE"
|
||||
],
|
||||
"scatter":[
|
||||
"DEAD_BUSH=0.008"
|
||||
],
|
||||
"objects": [
|
||||
"colossal/dead/massive=0.00023"
|
||||
]
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"name": "Desert Hills",
|
||||
"derivative": "DESERT_HILLS",
|
||||
"region": "HotDry",
|
||||
"surface": [
|
||||
"SAND"
|
||||
],
|
||||
"dirt": [
|
||||
"SANDSTONE"
|
||||
],
|
||||
"scatter":[
|
||||
"DEAD_BUSH=0.005"
|
||||
],
|
||||
"objects": [
|
||||
"colossal/dead/massive=0.00023"
|
||||
]
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"name": "Desert Red",
|
||||
"derivative": "MUTATED_DESERT",
|
||||
"region": "HotDry",
|
||||
"surface": [
|
||||
"SAND:1"
|
||||
],
|
||||
"dirt": [
|
||||
"RED_SANDSTONE"
|
||||
],
|
||||
"scatter":[
|
||||
"DEAD_BUSH=0.008"
|
||||
],
|
||||
"objects": [
|
||||
"colossal/willow/dead/supermassive=0.00033"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"name": "Forest",
|
||||
"derivative": "FOREST",
|
||||
"region": "Temperate",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
],
|
||||
"objects": [
|
||||
"tree/oak/medium=0.83",
|
||||
"tree/oak/small=3.2",
|
||||
"colossal/oak/massive=0.001",
|
||||
"colossal/oak/superlarge=0.0004",
|
||||
"colossal/oak/supermassive=0.0001",
|
||||
"tree/fantasyoak/large=0.18",
|
||||
"tree/fantasyoak/medium=0.18"
|
||||
]
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"name": "Birch Forest",
|
||||
"derivative": "BIRCH_FOREST",
|
||||
"region": "Temperate",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
],
|
||||
"objects": [
|
||||
"tree/birch/medium=0.63",
|
||||
"tree/birch/large=0.32",
|
||||
"tree/birch/small=3.2"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"name": "Birch Forest Hills",
|
||||
"derivative": "BIRCH_FOREST_HILLS",
|
||||
"region": "Temperate",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
],
|
||||
"height": 0.14,
|
||||
"objects": [
|
||||
"tree/birch/medium=0.63",
|
||||
"tree/birch/large=0.32",
|
||||
"tree/birch/small=3.2"
|
||||
]
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"name": "Dark Forest",
|
||||
"derivative": "ROOFED_FOREST",
|
||||
"region": "Temperate",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
]
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
{
|
||||
"name": "Haunted Forest",
|
||||
"derivative": "MUTATED_SWAMPLAND",
|
||||
"region": "Temperate",
|
||||
"surface": [
|
||||
"GRASS",
|
||||
"GRASS",
|
||||
"GRASS",
|
||||
"GRASS",
|
||||
"SOUL_SAND",
|
||||
"DIRT",
|
||||
"DIRT:1",
|
||||
"DIRT:2"
|
||||
],
|
||||
"dirt": [
|
||||
"DIRT",
|
||||
"DIRT:1",
|
||||
"SOUL_SAND"
|
||||
],
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.13"
|
||||
],
|
||||
"surfaceType": "simplex",
|
||||
"objects": [
|
||||
"colossal/dead/fallen/massive=0.0005",
|
||||
"colossal/dead/massive=0.0007",
|
||||
"colossal/dead/tainted/massive=0.0007",
|
||||
"colossal/dead/superlarge=0.0006",
|
||||
"colossal/dead/wilted/supermassive=0.0004",
|
||||
"colossal/dead/supermassive=0.0005"
|
||||
]
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"name": "Forest Hills",
|
||||
"derivative": "FOREST_HILLS",
|
||||
"region": "Temperate",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
],
|
||||
"height": 0.11,
|
||||
"objects": [
|
||||
"tree/oak/medium=0.83",
|
||||
"tree/oak/small=2.8",
|
||||
"colossal/oak/massive=0.001",
|
||||
"colossal/oak/superlarge=0.0004",
|
||||
"colossal/oak/supermassive=0.0001",
|
||||
"tree/fantasyoak/large=0.18",
|
||||
"tree/fantasyoak/medium=0.18"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"name": "Forest Mountains",
|
||||
"derivative": "MUTATED_EXTREME_HILLS_WITH_TREES",
|
||||
"region": "Temperate",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.13",
|
||||
"LONG_GRASS:2=0.13"
|
||||
],
|
||||
"height": 0.225,
|
||||
"objects": [
|
||||
"tree/spruce/medium=0.67",
|
||||
"tree/spruce/small=2.7",
|
||||
"tree/spruce/dead/medium=0.09"
|
||||
]
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"name": "Ice Mountains",
|
||||
"derivative": "ICE_MOUNTAINS",
|
||||
"height": 0.412,
|
||||
"region": "Cold",
|
||||
"objects": [
|
||||
"tree/spruce/medium=0.07",
|
||||
"tree/spruce/small=0.25",
|
||||
"tree/spruce/dead/medium=0.035"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"name": "Ice Plains",
|
||||
"region": "Cold",
|
||||
"derivative": "ICE_FLATS"
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"name": "Jungle",
|
||||
"derivative": "JUNGLE",
|
||||
"region": "Humid",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.58",
|
||||
"LONG_GRASS:2=0.13"
|
||||
],
|
||||
"objects": [
|
||||
"colossal/jungle/massive=0.0005"
|
||||
]
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"name": "Jungle Hills",
|
||||
"derivative": "JUNGLE_HILLS",
|
||||
"region": "Humid",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.33",
|
||||
"LONG_GRASS:2=0.02"
|
||||
],
|
||||
"objects": [
|
||||
"colossal/jungle/massive=0.0005"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"name": "Mesa",
|
||||
"derivative": "Mesa",
|
||||
"height": 0.125,
|
||||
"region": "HotDry",
|
||||
"surface": [
|
||||
"HARD_CLAY",
|
||||
"STAINED_CLAY:1",
|
||||
"STAINED_CLAY:8",
|
||||
"STAINED_CLAY:12"
|
||||
],
|
||||
"dirt": [
|
||||
"CLAY",
|
||||
"SAND:1",
|
||||
"SAND"
|
||||
],
|
||||
"surfaceType": "simplex"
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"name": "Mesa Blue",
|
||||
"derivative": "Mesa",
|
||||
"height": 0.125,
|
||||
"region": "HotDry",
|
||||
"surface": [
|
||||
"STAINED_CLAY:9",
|
||||
"STAINED_CLAY:3",
|
||||
"STAINED_CLAY:11",
|
||||
"STAINED_CLAY:10",
|
||||
"STAINED_CLAY:2",
|
||||
"STAINED_CLAY:6"
|
||||
],
|
||||
"dirt": [
|
||||
"CLAY",
|
||||
"SAND:1",
|
||||
"SAND"
|
||||
],
|
||||
"surfaceType": "simplex"
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"name": "Mesa Mountains",
|
||||
"derivative": "Mesa",
|
||||
"height": 0.325,
|
||||
"region": "HotDry",
|
||||
"surface": [
|
||||
"HARD_CLAY",
|
||||
"STAINED_CLAY:1",
|
||||
"STAINED_CLAY:8",
|
||||
"STAINED_CLAY:12"
|
||||
],
|
||||
"dirt": [
|
||||
"CLAY",
|
||||
"SAND:1",
|
||||
"SAND"
|
||||
],
|
||||
"surfaceType": "simplex"
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"name": "Mountains",
|
||||
"height": 0.35,
|
||||
"region": "Cold",
|
||||
"derivative": "EXTREME_HILLS",
|
||||
"scatter":[
|
||||
"LONG_GRASS:2=0.04"
|
||||
]
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"name": "Mushroom Island",
|
||||
"derivative": "MUSHROOM_ISLAND",
|
||||
"region": "Cold",
|
||||
"surface": [
|
||||
"MYCEL"
|
||||
],
|
||||
"objects":[
|
||||
"mushroom/red=0.23"
|
||||
]
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"name": "Plains",
|
||||
"derivative": "PLAINS",
|
||||
"region": "Temperate",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.37",
|
||||
"LONG_GRASS:2=0.09"
|
||||
],
|
||||
"objects": [
|
||||
"colossal/blossom/massive=0.0008",
|
||||
"colossal/blossom/supermassive=0.00011",
|
||||
"colossal/blossom/superlarge=0.00054"
|
||||
]
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"name": "Redwood Forest",
|
||||
"derivative": "REDWOOD_TAIGA",
|
||||
"region": "Cold",
|
||||
"surface": [
|
||||
"DIRT",
|
||||
"DIRT:1",
|
||||
"DIRT:2"
|
||||
],
|
||||
"height": 0.096,
|
||||
"surfaceType": "simplex",
|
||||
"scatter": [
|
||||
"LONG_GRASS:2=0.07"
|
||||
],
|
||||
"objects": [
|
||||
"tree/spruce/medium=0.87",
|
||||
"tree/spruce/small=3.7",
|
||||
"tree/spruce/dead/medium=0.01",
|
||||
"tree/evergreen/large=0.17",
|
||||
"tree/evergreen/medium=0.22"
|
||||
]
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"name": "Redwood Forest",
|
||||
"derivative": "REDWOOD_TAIGA",
|
||||
"region": "Cold",
|
||||
"surface": [
|
||||
"DIRT",
|
||||
"DIRT:1",
|
||||
"DIRT:2"
|
||||
],
|
||||
"height":0.15,
|
||||
"surfaceType": "simplex",
|
||||
"scatter": [
|
||||
"LONG_GRASS:2=0.07"
|
||||
],
|
||||
"objects": [
|
||||
"tree/spruce/medium=0.87",
|
||||
"tree/spruce/small=3.7",
|
||||
"tree/spruce/dead/medium=0.01",
|
||||
"tree/evergreen/large=0.27",
|
||||
"tree/evergreen/medium=0.32"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"name": "Sakura",
|
||||
"region": "Temperate",
|
||||
"derivative": "MUTATED_PLAINS",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.37",
|
||||
"LONG_GRASS:2=0.09"
|
||||
],
|
||||
"objects": [
|
||||
"tree/serrulata/bleeding/alt/medium=0.012",
|
||||
"tree/serrulata/bleeding/medium=0.012",
|
||||
"tree/serrulata/nobleed/medium=0.012",
|
||||
"tree/serrulata/sakura/medium=0.012",
|
||||
"tree/serrulata/bleeding/large=0.003"
|
||||
]
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"name": "Savanna",
|
||||
"derivative": "SAVANNA",
|
||||
"region": "HotDry",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.18"
|
||||
],
|
||||
"objects":[
|
||||
"colossal/dead/massive=0.001",
|
||||
"colossal/dead/superlarge=0.0005",
|
||||
"colossal/dead/supermassive=0.0001",
|
||||
"colossal/dead/fallen/massive=0.001"
|
||||
]
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"name": "Savanna Hills",
|
||||
"derivative": "SAVANNA_ROCK",
|
||||
"region": "HotDry",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.18"
|
||||
]
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"name": "Swamp",
|
||||
"derivative": "SWAMPLAND",
|
||||
"region": "Humid",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.04",
|
||||
"LONG_GRASS:2=0.03"
|
||||
]
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"name": "Taiga",
|
||||
"derivative": "TAIGA",
|
||||
"region": "Cold",
|
||||
"scatter":[
|
||||
"LONG_GRASS:2=0.07"
|
||||
],
|
||||
"objects": [
|
||||
"tree/spruce/medium=0.27",
|
||||
"tree/spruce/small=1.7",
|
||||
"tree/spruce/dead/medium=0.39"
|
||||
]
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"name": "Cold Taiga",
|
||||
"derivative": "TAIGA_COLD",
|
||||
"region": "Cold",
|
||||
"scatter":[
|
||||
"LONG_GRASS:2=0.04"
|
||||
],
|
||||
"objects": [
|
||||
"tree/spruce/medium=0.27",
|
||||
"tree/spruce/small=1.7",
|
||||
"tree/spruce/dead/medium=0.39"
|
||||
]
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"name": "Cold Taiga",
|
||||
"derivative": "TAIGA_COLD",
|
||||
"region": "Cold",
|
||||
"scatter":[
|
||||
"LONG_GRASS:2=0.04"
|
||||
],
|
||||
"height":0.12,
|
||||
"objects": [
|
||||
"tree/spruce/medium=0.27",
|
||||
"tree/spruce/small=1.7",
|
||||
"tree/spruce/dead/medium=0.39"
|
||||
]
|
||||
}
|
||||
@@ -1,36 +0,0 @@
|
||||
{
|
||||
"name": "Overworld",
|
||||
"environment": "normal",
|
||||
"biomes": [
|
||||
"desert",
|
||||
"desert_red",
|
||||
"desert_hills",
|
||||
"mesa",
|
||||
"mesa_mountains",
|
||||
"mesa_blue",
|
||||
"savanna",
|
||||
"savanna_hills",
|
||||
"jungle",
|
||||
"jungle_hills",
|
||||
"swamp",
|
||||
"plains",
|
||||
"forest",
|
||||
"forest_hills",
|
||||
"forest_mountains",
|
||||
"forest_haunted",
|
||||
"forest_birch",
|
||||
"forest_birch_hills",
|
||||
"forest_dark",
|
||||
"taiga",
|
||||
"taiga_cold",
|
||||
"mushroom_island",
|
||||
"taiga_cold_hills",
|
||||
"mountains",
|
||||
"ice_plains",
|
||||
"ice_mountains",
|
||||
"redwood_forest",
|
||||
"redwood_forest_hills",
|
||||
"beach",
|
||||
"sakura"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"dimensions":[
|
||||
"overworld"
|
||||
]
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
sink 2
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
sink 6
|
||||
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
sink 8
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
sink 9
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
sink 6
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
sink 9
|
||||
@@ -1 +0,0 @@
|
||||
sink 8
|
||||
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
sink 6
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
sink=8
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
sink 10
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user