species update! also some biome spawn rates of limpets, and adding create hypertubes to pakku
This commit is contained in:
parent
e535f32571
commit
3a5df84b40
34 changed files with 388 additions and 57 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
9
kubejs/data/species/gameplay/limpet_ores/desh/desh.json
Normal file
9
kubejs/data/species/gameplay/limpet_ores/desh/desh.json
Normal 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
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
9
kubejs/data/species/gameplay/limpet_ores/ruby/ruby.json
Normal file
9
kubejs/data/species/gameplay/limpet_ores/ruby/ruby.json
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue