Merge branch 'master' into hacked
This commit is contained in:
commit
6b8dff970a
3 changed files with 3 additions and 125 deletions
|
@ -1,3 +1,4 @@
|
|||
# v3.1.1-2
|
||||
# v3.1.2
|
||||
replace FTB map with voxelmap
|
||||
remove bluepower due to bug where the client could only join a server once
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"type": "modpack",
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.2",
|
||||
"versionid": -1,
|
||||
"mcversion": [
|
||||
"1.16.4"
|
||||
|
@ -516,21 +516,6 @@
|
|||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "223099",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:223099:3114256",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
"required",
|
||||
"client",
|
||||
"server",
|
||||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "333396",
|
||||
"file": {
|
||||
|
|
|
@ -1,108 +0,0 @@
|
|||
|
||||
["world gen"]
|
||||
#Tungsten Max Y
|
||||
maxTungstenY = 10
|
||||
#Vein Count Tungsten
|
||||
veinCountTungsten = 2
|
||||
#Vein Count Zinc
|
||||
veinCountZinc = 6
|
||||
#Generate Ruby
|
||||
generateRuby = false
|
||||
#Amethyst Min Y
|
||||
minAmethystY = 0
|
||||
#Vein Size Zinc
|
||||
veinSizeZinc = 6
|
||||
#Generate Teslatite
|
||||
generateTeslatite = true
|
||||
#Teslatite Min Y
|
||||
minTeslatiteY = 1
|
||||
#Teslatite Max Y
|
||||
maxTeslatiteY = 20
|
||||
#Generate Amethyst
|
||||
generateAmethyst = true
|
||||
#Generate Zinc
|
||||
generateZinc = true
|
||||
#Vein Size Teslatite
|
||||
veinSizeTeslatite = 8
|
||||
#Generate Copper
|
||||
generateCopper = false
|
||||
#Copper Min Y
|
||||
minCopperY = 35
|
||||
#Volcano Spawn Chance
|
||||
volcanoSpawnChance = 0.005
|
||||
#Vein Count Ruby
|
||||
veinCountRuby = 2
|
||||
#Vein Size Silver
|
||||
veinSizeSilver = 6
|
||||
#Silver Max Y
|
||||
maxSilverY = 20
|
||||
#Copper Max Y
|
||||
maxCopperY = 90
|
||||
#Vein Size Ruby
|
||||
veinSizeRuby = 5
|
||||
#Generate Sapphire
|
||||
generateSapphire = true
|
||||
#Vein Size Copper
|
||||
veinSizeCopper = 7
|
||||
#veinSizeMarble
|
||||
veinSizeMarble = 2048
|
||||
#Amethyst Max Y
|
||||
maxAmethystY = 48
|
||||
#Sapphire Min Y
|
||||
minSapphireY = 0
|
||||
#Vein Count Amethyst
|
||||
veinCountAmethyst = 2
|
||||
#Generate Tungsten
|
||||
generateTungsten = true
|
||||
#Vein Count Teslatite
|
||||
veinCountTeslatite = 4
|
||||
#Ruby Max Y
|
||||
maxRubyY = 48
|
||||
#Vein Count Silver
|
||||
veinCountSilver = 3
|
||||
#Silver Min Y
|
||||
minSilverY = 1
|
||||
#Zinc Min Y
|
||||
minZincY = 15
|
||||
#Volcano Active To Inactive Ratio
|
||||
volcanoActiveToInactiveRatio = 0.5
|
||||
#Sapphire Max Y
|
||||
maxSapphireY = 48
|
||||
#Generate Volcano
|
||||
generateVolcano = true
|
||||
#Vein Size Tungsten
|
||||
veinSizeTungsten = 3
|
||||
#Ruby Min Y
|
||||
minRubyY = 0
|
||||
#Possible to generate Tungsten in the Volcano
|
||||
generateTungstenInVolcano = true
|
||||
#Zinc Max Y
|
||||
maxZincY = 40
|
||||
#Generate Silver
|
||||
generateSilver = true
|
||||
#Vein Size Sapphire
|
||||
veinSizeSapphire = 5
|
||||
#Vein Count Sapphire
|
||||
veinCountSapphire = 2
|
||||
#Vein Size Amethyst
|
||||
veinSizeAmethyst = 5
|
||||
#Tungsten Min Y
|
||||
minTungstenY = 1
|
||||
#Generate Marble
|
||||
generateMarble = true
|
||||
#Vein Count Copper
|
||||
veinCountCopper = 8
|
||||
#Indigo Flower Spawn Chance
|
||||
flowerSpawnChance = 1
|
||||
|
||||
["world gen"."recipe enabling"]
|
||||
#Enable Gate Ticking Sounds
|
||||
tickingSounds = true
|
||||
#Any item name (minecraft:bucket,minecraft:minecart) added here will be blacklisted from being able to melt down into its raw materials.
|
||||
alloyFurnaceBlacklist = "minecraft:iron_nugget,minecraft:gold_nugget,minecraft:gold_ingot,minecraft:iron_ingot"
|
||||
#Server Template Saving by Ops only
|
||||
ServerTemplateOpsonly = false
|
||||
#Generate Json Datapack for Alloy Furnace (Only used to generate recycling recipes)
|
||||
alloyFurnaceDatapackGenerator = true
|
||||
#Albedo Support Lamp Brightness
|
||||
albedoBrightness = 0.01
|
Loading…
Reference in a new issue