modifications

This commit is contained in:
Vitaliy Olkhin 2024-09-16 17:49:47 +05:00
parent b87d0aa19c
commit 5cf1f0be0b

View File

@ -107,8 +107,8 @@ multidimensions.register_dimension("luna_moon",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 1500, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
dim_y = space_travel.yarth_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = space_travel.luna + 499, -- dimension height
dirt_start = 501, -- when dirt begins to appear (default is 501)
@ -204,7 +204,7 @@ multidimensions.register_dimension("mars_planet",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 3000, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.luna_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -304,7 +304,7 @@ multidimensions.register_dimension("mercury_planet",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 4500, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.mars_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -397,8 +397,8 @@ multidimensions.register_dimension("venus_planet",{
dirt_ores = {},
grass_ores = {
["space_travel:venus_gravel"] = 100,
["space_travel:venus_vapor_spout_spawner"] = 30000, --15000,
["space_travel:venus_volcano_spawner"] = 30000, --15000,
["space_travel:venus_vapor_spout_spawner"] = space_travel.yarth + 30000, --15000,
["space_travel:venus_volcano_spawner"] = space_travel.yarth + 30000, --15000,
},
air_ores = {},
water_ores = {},
@ -408,7 +408,7 @@ multidimensions.register_dimension("venus_planet",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 6000, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.mercury_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -511,7 +511,7 @@ multidimensions.register_dimension("ganymede_moon",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 7500, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.venus_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -611,7 +611,7 @@ multidimensions.register_dimension("callisto_moon",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 9000, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.ganymede_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -709,7 +709,7 @@ multidimensions.register_dimension("io_moon",{
grass_ores = {
["space_travel:io_gravel"] = 100,
["space_travel:space_lava_source"] = 256,
["space_travel:io_volcano_spawner"] = 15000,
["space_travel:io_volcano_spawner"] = space_travel.yarth + 15000,
["space_travel:irradiated_io_sulfur_dust"] = 200,
},
air_ores = {},
@ -718,7 +718,7 @@ multidimensions.register_dimension("io_moon",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 10500, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.callisto_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -799,7 +799,7 @@ multidimensions.register_dimension("europa_moon",{
},
grass_ores = {
["space_travel:space_gravel"] = 100,
["space_travel:europa_water_geyser_spawner"] = 15000,
["space_travel:europa_water_geyser_spawner"] = space_travel.yarth + 15000,
["space_travel:irradiated_space_dust"] = 200,
},
air_ores = {},
@ -808,7 +808,7 @@ multidimensions.register_dimension("europa_moon",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 12000, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.io_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -905,7 +905,7 @@ multidimensions.register_dimension("titan_moon",{
["space_travel:titan_icestone_ilmenite_ore"]=600,
},
grass_ores = {
["space_travel:titan_cryovolcano_spawner"] = 15000,
["space_travel:titan_cryovolcano_spawner"] = space_travel.yarth + 15000,
},
air_ores = {},
water_ores = {},
@ -913,7 +913,7 @@ multidimensions.register_dimension("titan_moon",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 13500, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.europa_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -1013,7 +1013,7 @@ multidimensions.register_dimension("oberon_moon",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 15000, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.titan_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -1106,7 +1106,7 @@ multidimensions.register_dimension("triton_moon",{
dirt_ores = {},
grass_ores = {
["space_travel:space_gravel"] = 100,
["space_travel:space_cryovolcano_spawner"] = 15000,
["space_travel:space_cryovolcano_spawner"] = space_travel.yarth + 15000,
},
air_ores = {},
water_ores = {},
@ -1114,7 +1114,7 @@ multidimensions.register_dimension("triton_moon",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 16500, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.oberon_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -1207,7 +1207,7 @@ multidimensions.register_dimension("pluto_dwarf_planet",{
dirt_ores = {},
grass_ores = {
["space_travel:space_gravel"] = 100,
["space_travel:space_cryovolcano_spawner"] = 15000,
["space_travel:space_cryovolcano_spawner"] = space_travel.yarth + 15000,
},
air_ores = {},
water_ores = {},
@ -1215,7 +1215,7 @@ multidimensions.register_dimension("pluto_dwarf_planet",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 18000, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.triton_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -1315,7 +1315,7 @@ multidimensions.register_dimension("charon_moon",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 19500, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.pluto_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -1416,7 +1416,7 @@ multidimensions.register_dimension("sedna_dwarf_planet",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 21000, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.charon_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -1512,7 +1512,7 @@ multidimensions.register_dimension("asteriod_belt",{
["space_travel:space_stone_ilmenite_ore"]=600 * 200,
},
--node={description="Alternative floatand"},
dim_y = 22500, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.sedna_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 999, -- dimension height
ground_limit=550,
teleporter = false, -- (nil = true) dimension teleporter
@ -1583,7 +1583,7 @@ multidimensions.register_dimension("minerva_exoplanet",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 23500, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.asteriod_belt_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -1680,7 +1680,7 @@ multidimensions.register_dimension("bacchus_exoplanet",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 25000, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.minerva_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -1775,7 +1775,7 @@ multidimensions.register_dimension("ourea_exomoon",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 26500, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.bacchus_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -1874,7 +1874,7 @@ multidimensions.register_dimension("osiris_exoplanet",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 28000, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.ourea_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height
@ -1970,7 +1970,7 @@ multidimensions.register_dimension("minthe_exoplanet",{
self = {}, -- can contain everything, var like dirt="default:dirt" will be remade to dirt=content_id
dim_y = 29500, -- dimension start (don't change if you don't know what you're doing)
dim_y = space_travel.osiris_orbit, -- dimension start (don't change if you don't know what you're doing)
dim_height = 1499, -- dimension height