Version 1.0.19b

This commit is contained in:
Adrian Marquis
2023-05-29 13:49:34 +00:00
parent 5386f164b9
commit b5ede55eba
927 changed files with 92525 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"max_length": 8,
"ore": "alltheores:aluminum_ore",
"size_variation": 0.7,
"weight": 24
}

View File

@@ -0,0 +1,6 @@
{
"max_length": 2,
"ore": "alltheores:iridium_ore",
"size_variation": 0.5,
"weight": 15
}

View File

@@ -0,0 +1,6 @@
{
"max_length": 8,
"ore": "alltheores:lead_ore",
"size_variation": 0.7,
"weight": 24
}

View File

@@ -0,0 +1,6 @@
{
"max_length": 8,
"ore": "alltheores:nickel_ore",
"size_variation": 0.8,
"weight": 24
}

View File

@@ -0,0 +1,6 @@
{
"max_length": 6,
"ore": "alltheores:osmium_ore",
"size_variation": 0.8,
"weight": 18
}

View File

@@ -0,0 +1,6 @@
{
"max_length": 4,
"ore": "alltheores:platinum_ore",
"size_variation": 0.5,
"weight": 30
}

View File

@@ -0,0 +1,6 @@
{
"max_length": 8,
"ore": "alltheores:silver_ore",
"size_variation": 0.7,
"weight": 24
}

View File

@@ -0,0 +1,6 @@
{
"max_length": 8,
"ore": "alltheores:tin_ore",
"size_variation": 0.7,
"weight": 24
}

View File

@@ -0,0 +1,6 @@
{
"max_length": 8,
"ore": "alltheores:uranium_ore",
"size_variation": 0.8,
"weight": 40
}

View File

@@ -0,0 +1,6 @@
{
"max_length": 8,
"ore": "alltheores:zinc_ore",
"size_variation": 0.7,
"weight": 24
}

View File

@@ -0,0 +1,10 @@
{
"replace": false,
"stalactites": [
"twilightforest:emerald_ore_stalactite",
"twilightforest:diamond_ore_stalactite",
"twilightforest:lapis_ore_stalactite",
"twilightforest:platinum_ore_stalactite",
"twilightforest:iridium_ore_stalactite"
]
}

View File

@@ -0,0 +1,12 @@
{
"replace": false,
"stalactites": [
"twilightforest:gold_ore_stalactite",
"twilightforest:redstone_ore_stalactite",
"twilightforest:zinc_ore_stalactite",
"twilightforest:osmium_ore_stalactite",
"twilightforest:aluminum_ore_stalactite",
"twilightforest:silver_ore_stalactite",
"twilightforest:uranium_ore_stalactite"
]
}

View File

@@ -0,0 +1,12 @@
{
"replace": false,
"stalactites": [
"twilightforest:iron_ore_stalactite",
"twilightforest:glowstone_stalactite",
"twilightforest:copper_ore_stalactite",
"twilightforest:coal_ore_stalactite",
"twilightforest:tin_ore_stalactite",
"twilightforest:lead_ore_stalactite",
"twilightforest:nickel_ore_stalactite"
]
}