-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae3baf1
commit 22c7445
Showing
250 changed files
with
58,457 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ dist/ | |
static/ | ||
node_modules/ | ||
dist.zip | ||
artifacts/ | ||
server-patches/*/mods |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Server Patches | ||
============== | ||
|
||
Each server patch describes the patch that updates the previous version to the new version on the server. | ||
|
||
This is done so that the maintainer doesn't have to transfer all the files to the server, just the ones that are needed. | ||
|
||
As usual the mods directory is not versioned, and instead a snapshot of the manifest at that release is versioned. |
25 changes: 25 additions & 0 deletions
25
server-patches/v0.1.0/config/Additional Structures - General.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Configuration file | ||
|
||
general { | ||
# Activate the Debug Mode from Additional Structures | ||
B:activateDebugMode=false | ||
|
||
# Activate structure generation in the End | ||
B:activateEndGeneration=true | ||
|
||
# Activate structure generation in the Nether | ||
B:activateNetherGeneration=true | ||
|
||
# Activate structure generation in the Overworld | ||
B:activateOverworldGeneration=true | ||
|
||
# Activate the ingame Update Checker from Additional Structures | ||
B:activateUpdateChecker=true | ||
|
||
# Adds extra dimensions from other mods to the AS generator (No support for this dimensions!) [Don't add -1 or 1] [0 = vanilla overworld] | ||
I:additionalDimensions < | ||
0 | ||
> | ||
} | ||
|
||
|
235 changes: 235 additions & 0 deletions
235
server-patches/v0.1.0/config/Additional Structures - Structures.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,235 @@ | ||
# Configuration file | ||
|
||
structures { | ||
# This value multiplies the spawnchance! E.g. spawnchance is 1000 and the config says 0.3 ==> 1000 x 0.3 = 300 '300' is now the new spawnchance. | ||
# Min: 0.10000000149011612 | ||
# Max: 10.0 | ||
D:generationModifier=1.0 | ||
|
||
# This are the chances of the structure types (higher value = rarer structure | ||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceBiggerCacti=1000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceBoats=6000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceBones=2000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceBushes=2000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceCamps=1500 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceDeadTrees=1000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceDesertPillars=2000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceEndBuildings=3500 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceEndCrystals=2000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceEndTowers=2500 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceFallenTrees=1500 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceFarm=3000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceFlotsam=5000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceFossils=2000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceGrave=4000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceIllagerHouses=6000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceLavaFountain=4000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceLogBundle=3000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceLogs=1000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceMayaTemple=5000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceMeteor=5000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceMineEntry=2000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceMushrooms=8000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceNetherBuildings=5000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceNetherPillars=3000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceNetherPortals=5000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceOasis=3000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceObsidianPillars=1000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceObsidianSpikes=500 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceOthers=2000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchancePalms=1000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchancePyramideDungeon=5000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchancePyramides=4000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceRocks=1000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceRuins=4000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceScarecrow=2000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceSilverfishCluster=5000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceSkulls=2000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceSnowPiles=1000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceSnowmen=1500 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceSpawnAltars=3000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceSpecials=30000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceSphinx=4000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceSpiderNests=5000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceStonePillars=3000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceTemple=2000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceTombs=3000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceTotems=1500 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceTowers=5000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceTraps=5000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceUndergroundBases=5000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceUndergroundDungeons=3000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceVillagerHouses=5000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceWallRuins=2000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceWell=2000 | ||
|
||
# Min: 1 | ||
# Max: 2147483647 | ||
I:spawnchanceWheatBalls=3000 | ||
} | ||
|
||
|
Oops, something went wrong.