This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
# Configuration file
general {
# Set the chance for Skeletons to drop their skull. 0.02 = 2%
D:chanceToDropSkull=0.02
# Set this to true to have the Pocket Nether Link recipe use eight Obsidian instead of four.
B:enableAltLinkRecipe=false
# Set this to false to disable the Pocket Nether Link recipes & only use the Overworld Quartz part of the mod.
B:enableNetherLinkRecipes=true
# Set this to true to have Skeletons drop their skulls on death.
B:enableSkeleSkullDrop=true
# Sets the Durability of the Pocket Nether Link.
I:pocketNetherLinkDurability=512
}
"world generation" {
# Sets the chance/rarity of Quartz Ore to spawn.
I:chanceToSpawnQuartzOre=20
# Set this to true to enable Overworld Quartz Ore generation.
B:enableQuartzOreSpawn=true
# Maximum Y-Level for Quartz Ore to spawn.
I:maxY=30
# Minimum Y-Level for Quartz Ore to spawn.
I:minY=20
}