species update! also some biome spawn rates of limpets, and adding create hypertubes to pakku

This commit is contained in:
Pyritie 2025-07-08 03:19:07 +01:00
parent e535f32571
commit 3a5df84b40
34 changed files with 388 additions and 57 deletions

View file

@ -0,0 +1,9 @@
{
"id": "species:amethyst",
"item": "gtceu:poor_raw_amethyst",
"block": "gtceu:moon_stone_amethyst_ore",
"maxCount": 8,
"spawnWeight": 20,
"maxSpawnHeight": 130,
"minSpawnHeight": 4
}

View file

@ -0,0 +1,9 @@
{
"id": "species:certus_quartz",
"item": "gtceu:poor_raw_certus_quartz",
"block": "gtceu:moon_stone_certus_quartz_ore",
"maxCount": 8,
"spawnWeight": 40,
"maxSpawnHeight": 130,
"minSpawnHeight": 4
}

View file

@ -0,0 +1,9 @@
{
"id": "species:coal",
"item": "gtceu:poor_raw_graphite",
"block": "gtceu:moon_stone_graphite_ore",
"maxCount": 12,
"spawnWeight": 20,
"maxSpawnHeight": 30,
"minSpawnHeight": 16
}

View file

@ -0,0 +1,9 @@
{
"id": "species:coal",
"item": "gtceu:poor_raw_graphite",
"block": "gtceu:moon_stone_graphite_ore",
"maxCount": 8,
"spawnWeight": 20,
"maxSpawnHeight": 130,
"minSpawnHeight": 30
}

View file

@ -0,0 +1,9 @@
{
"id": "species:coal",
"item": "gtceu:poor_raw_graphite",
"block": "gtceu:moon_stone_graphite_ore",
"maxCount": 16,
"spawnWeight": 20,
"maxSpawnHeight": 16,
"minSpawnHeight": 0
}

View file

@ -0,0 +1,9 @@
{
"id": "species:desh",
"item": "gtceu:poor_raw_desh",
"block": "gtceu:moon_stone_desh_ore",
"maxCount": 8,
"spawnWeight": 40,
"maxSpawnHeight": 200,
"minSpawnHeight": 4
}

View file

@ -0,0 +1,9 @@
{
"id": "species:diamond",
"item": "gtceu:poor_raw_diamond",
"block": "gtceu:moon_stone_diamond_ore",
"maxCount": 6,
"spawnWeight": 20,
"maxSpawnHeight": 130,
"minSpawnHeight": 4
}

View file

@ -0,0 +1,9 @@
{
"id": "species:emerald",
"item": "gtceu:poor_raw_emerald",
"block": "gtceu:moon_stone_emerald_ore",
"maxCount": 8,
"spawnWeight": 20,
"maxSpawnHeight": 130,
"minSpawnHeight": 4
}

View file

@ -0,0 +1,9 @@
{
"id": "species:lapis",
"item": "gtceu:poor_raw_sapphire",
"block": "gtceu:moon_stone_sapphire_ore",
"maxCount": 12,
"spawnWeight": 20,
"maxSpawnHeight": 30,
"minSpawnHeight": 16
}

View file

@ -0,0 +1,9 @@
{
"id": "species:lapis",
"item": "gtceu:poor_raw_sapphire",
"block": "gtceu:moon_stone_sapphire_ore",
"maxCount": 8,
"spawnWeight": 20,
"maxSpawnHeight": 130,
"minSpawnHeight": 3
}

View file

@ -0,0 +1,9 @@
{
"id": "species:lapis",
"item": "gtceu:poor_raw_sapphire",
"block": "gtceu:moon_stone_sapphire_ore",
"maxCount": 16,
"spawnWeight": 20,
"maxSpawnHeight": 16,
"minSpawnHeight": 0
}

View file

@ -0,0 +1,9 @@
{
"id": "species:ruby",
"item": "gtceu:poor_raw_ruby",
"block": "gtceu:moon_stone_ruby_ore",
"maxCount": 8,
"spawnWeight": 30,
"maxSpawnHeight": 130,
"minSpawnHeight": 4
}