Upload files to ''

This commit is contained in:
TheOnlyJoeEnderman 2023-02-28 22:53:00 +00:00
parent b3bbcbde9b
commit 509ee1351d
1 changed files with 37 additions and 11 deletions

View File

@ -6,7 +6,7 @@ geodes_lib:register_geode({
y_max = -10,
scarcity = 80,
core = "too_many_stones:amazonite",
core_alt = "too_many_stones:amazonite",
core_alt = "too_many_stones:amazonite_budding",
core_alt_chance = 100,
shell = {"too_many_stones:mudstone", "too_many_stones:calcite"},
radius_min = 2,
@ -19,7 +19,7 @@ geodes_lib:register_geode({
y_max = -10,
scarcity = 80,
core = "too_many_stones:amethyst",
core_alt = "too_many_stones:amethyst",
core_alt = "too_many_stones:amethyst_budding",
core_alt_chance = 100,
shell = {"too_many_stones:gabbro", "too_many_stones:calcite"},
radius_min = 2,
@ -32,7 +32,7 @@ geodes_lib:register_geode({
y_max = -10,
scarcity = 80,
core = "too_many_stones:citrine",
core_alt = "too_many_stones:citrine",
core_alt = "too_many_stones:citrine_budding",
core_alt_chance = 100,
shell = {"too_many_stones:slate", "too_many_stones:calcite"},
radius_min = 2,
@ -45,7 +45,7 @@ geodes_lib:register_geode({
y_max = -10,
scarcity = 80,
core = "too_many_stones:crocoite",
core_alt = "too_many_stones:crocoite",
core_alt = "too_many_stones:crocoite_budding",
core_alt_chance = 100,
shell = {"too_many_stones:gabbro", "too_many_stones:calcite"},
radius_min = 2,
@ -58,7 +58,7 @@ geodes_lib:register_geode({
y_max = -10,
scarcity = 80,
core = "too_many_stones:eudialite",
core_alt = "too_many_stones:eudialite",
core_alt = "too_many_stones:eudialite_budding",
core_alt_chance = 100,
shell = {"too_many_stones:mudstone", "too_many_stones:calcite"},
radius_min = 2,
@ -71,7 +71,7 @@ geodes_lib:register_geode({
y_max = -10,
scarcity = 80,
core = "too_many_stones:kyanite",
core_alt = "too_many_stones:kyanite",
core_alt = "too_many_stones:kyanite_budding",
core_alt_chance = 100,
shell = {"too_many_stones:mudstone", "too_many_stones:calcite"},
radius_min = 2,
@ -84,7 +84,7 @@ geodes_lib:register_geode({
y_max = -10,
scarcity = 80,
core = "too_many_stones:rose_quartz",
core_alt = "too_many_stones:rose_quartz",
core_alt = "too_many_stones:rose_quartz_budding",
core_alt_chance = 100,
shell = {"too_many_stones:travertine", "too_many_stones:calcite"},
radius_min = 2,
@ -97,7 +97,7 @@ geodes_lib:register_geode({
y_max = -10,
scarcity = 80,
core = "too_many_stones:smokey_quartz",
core_alt = "too_many_stones:smokey_quartz",
core_alt = "too_many_stones:smokey_quartz_budding",
core_alt_chance = 100,
shell = {"too_many_stones:serpentine", "too_many_stones:calcite"},
radius_min = 2,
@ -110,7 +110,7 @@ geodes_lib:register_geode({
y_max = -10,
scarcity = 80,
core = "too_many_stones:vivianite",
core_alt = "too_many_stones:vivianite",
core_alt = "too_many_stones:vivianite_budding",
core_alt_chance = 100,
shell = {"too_many_stones:travertine", "too_many_stones:calcite"},
radius_min = 2,
@ -136,7 +136,7 @@ geodes_lib:register_geode({
y_max = -10,
scarcity = 80,
core = "too_many_stones:heliodor",
core_alt = "too_many_stones:heliodor",
core_alt = "too_many_stones:heliodor_budding",
core_alt_chance = 100,
shell = {"too_many_stones:serpentine", "too_many_stones:calcite"},
radius_min = 2,
@ -162,11 +162,37 @@ geodes_lib:register_geode({
y_max = -10,
scarcity = 80,
core = "too_many_stones:celestine",
core_alt = "too_many_stones:celestine",
core_alt = "too_many_stones:celestine_budding",
core_alt_chance = 100,
shell = {"too_many_stones:pumice", "too_many_stones:calcite"},
radius_min = 2,
radius_max = 10,
})
geodes_lib:register_geode({
wherein = "default:stone",
y_min = -31000,
y_max = -10,
scarcity = 80,
core = "too_many_stones:quartz",
core_alt = "too_many_stones:quartz_budding",
core_alt_chance = 100,
shell = {"too_many_stones:pumice", "too_many_stones:calcite"},
radius_min = 2,
radius_max = 10,
})
geodes_lib:register_geode({
wherein = "default:stone",
y_min = -31000,
y_max = -10,
scarcity = 80,
core = "too_many_stones:prasiolite",
core_alt = "too_many_stones:prasiolite_budding",
core_alt_chance = 100,
shell = {"too_many_stones:limestone_white", "too_many_stones:calcite"},
radius_min = 2,
radius_max = 10,
})
end