is this ever going to work?

This commit is contained in:
Pyritie 2025-06-17 22:19:34 +01:00
parent 4bc92aeda3
commit 00c7104cb7
3 changed files with 9 additions and 9 deletions

View file

@ -22,7 +22,7 @@
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{BotariumData: {StoredFluids: [{Amount: 1000, Fluid: \"gtceu:oxygen\"}]}}"
"tag": "{BotariumData: {StoredFluids: [{Amount: 1000, Fluid: \"tfg:heliox-3\"}]}}"
}
]
},

View file

@ -7,7 +7,7 @@
"size": 1,
"biomes": "#tfg:has_structure/moon_rabbit_houses",
"max_distance_from_center": 32,
"project_start_to_heightmap": "WORLD_SURFACE",
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": false,

View file

@ -1,15 +1,15 @@
{
"type": "minecraft:jigsaw",
"start_pool": "tfg:moon/moonbase_entrances",
"start_height": {
"absolute": 0
},
"size": 5,
"biomes": "#tfg:has_structure/moonbase",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 5,
"spawn_overrides": {},
"start_height": {
"absolute": 0
},
"start_pool": "tfg:moon/moonbase_entrances",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": false,
"spawn_overrides": {}
"use_expansion_hack": true
}