minecraft server init
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
{
|
||||
"biome": "biomesoplenty:corrupted_sands",
|
||||
"weight": 8,
|
||||
"enabled": true
|
||||
}
|
5
config/NetherEx/Biomes/biomesoplenty/fungi_forest.json
Normal file
5
config/NetherEx/Biomes/biomesoplenty/fungi_forest.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"biome": "biomesoplenty:fungi_forest",
|
||||
"weight": 4,
|
||||
"enabled": true
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"biome": "biomesoplenty:phantasmagoric_inferno",
|
||||
"weight": 6,
|
||||
"enabled": true
|
||||
}
|
5
config/NetherEx/Biomes/biomesoplenty/undergarden.json
Normal file
5
config/NetherEx/Biomes/biomesoplenty/undergarden.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"biome": "biomesoplenty:undergarden",
|
||||
"weight": 4,
|
||||
"enabled": true
|
||||
}
|
5
config/NetherEx/Biomes/biomesoplenty/visceral_heap.json
Normal file
5
config/NetherEx/Biomes/biomesoplenty/visceral_heap.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"biome": "biomesoplenty:visceral_heap",
|
||||
"weight": 4,
|
||||
"enabled": true
|
||||
}
|
419
config/NetherEx/Biomes/minecraft/hell.json
Normal file
419
config/NetherEx/Biomes/minecraft/hell.json
Normal file
@ -0,0 +1,419 @@
|
||||
{
|
||||
"biome": "minecraft:hell",
|
||||
"weight": 10,
|
||||
"enabled": true,
|
||||
"genDefaultFeatures": true,
|
||||
"blocks": {
|
||||
"topBlock": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"wallBlock": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"ceilingBottomBlock": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"ceilingFillerBlock": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"oceanBlock": {
|
||||
"block": "minecraft:lava"
|
||||
}
|
||||
},
|
||||
"entities": [
|
||||
{
|
||||
"entity": "minecraft:ghast",
|
||||
"creatureType": "monster",
|
||||
"weight": 50,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:zombie_pigman",
|
||||
"creatureType": "monster",
|
||||
"weight": 100,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:magma_cube",
|
||||
"creatureType": "monster",
|
||||
"weight": 2,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:enderman",
|
||||
"creatureType": "monster",
|
||||
"weight": 1,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "magma_monsters:magma_monster",
|
||||
"creatureType": "monster",
|
||||
"weight": 2000,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 3,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "magma_monsters:magma_monster_grunt",
|
||||
"creatureType": "monster",
|
||||
"weight": 2000,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 3,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "quark:wraith",
|
||||
"creatureType": "monster",
|
||||
"weight": 60,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 6,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:heatscarspider",
|
||||
"creatureType": "monster",
|
||||
"weight": 10,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:babyheatscarspider",
|
||||
"creatureType": "monster",
|
||||
"weight": 10,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:nitrocreeper",
|
||||
"creatureType": "monster",
|
||||
"weight": 8,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 6,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "primal:creeper_nether",
|
||||
"creatureType": "monster",
|
||||
"weight": 3,
|
||||
"minGroupCount": 0,
|
||||
"maxGroupCount": 1,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:imp",
|
||||
"creatureType": "creature",
|
||||
"weight": 10,
|
||||
"minGroupCount": 8,
|
||||
"maxGroupCount": 12,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "primal:ovis_atre",
|
||||
"creatureType": "creature",
|
||||
"weight": 90,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 6,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "animalium:wild_dog",
|
||||
"creatureType": "monster",
|
||||
"weight": 2,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 2,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "animalium:bear",
|
||||
"creatureType": "monster",
|
||||
"weight": 1,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 1,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "animalium:rat",
|
||||
"creatureType": "monster",
|
||||
"weight": 2,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 3,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "magma_monsters:magma_monster",
|
||||
"creatureType": "monster",
|
||||
"weight": 2000,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 3,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "magma_monsters:magma_monster_grunt",
|
||||
"creatureType": "monster",
|
||||
"weight": 2000,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 3,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "quark:wraith",
|
||||
"creatureType": "monster",
|
||||
"weight": 60,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 6,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:heatscarspider",
|
||||
"creatureType": "monster",
|
||||
"weight": 10,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:babyheatscarspider",
|
||||
"creatureType": "monster",
|
||||
"weight": 10,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:nitrocreeper",
|
||||
"creatureType": "monster",
|
||||
"weight": 8,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 6,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "primal:creeper_nether",
|
||||
"creatureType": "monster",
|
||||
"weight": 3,
|
||||
"minGroupCount": 0,
|
||||
"maxGroupCount": 1,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:imp",
|
||||
"creatureType": "creature",
|
||||
"weight": 10,
|
||||
"minGroupCount": 8,
|
||||
"maxGroupCount": 12,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "primal:ovis_atre",
|
||||
"creatureType": "creature",
|
||||
"weight": 90,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 6,
|
||||
"spawn": true
|
||||
}
|
||||
],
|
||||
"features": [
|
||||
{
|
||||
"feature": "lex:fluid",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:flowing_lava"
|
||||
},
|
||||
"blockToTarget": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"hidden": false,
|
||||
"genAttempts": 8,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 4,
|
||||
"maxGenHeight": 124
|
||||
},
|
||||
{
|
||||
"feature": "lex:scatter",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:fire"
|
||||
},
|
||||
"blockToTarget": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"placement": "on_ground",
|
||||
"genAttempts": 10,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": true,
|
||||
"generate": true,
|
||||
"minGenHeight": 4,
|
||||
"maxGenHeight": 124
|
||||
},
|
||||
{
|
||||
"feature": "lex:cluster",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:glowstone"
|
||||
},
|
||||
"blockToAttachTo": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"direction": "down",
|
||||
"genAttempts": 10,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": true,
|
||||
"generate": true,
|
||||
"minGenHeight": 4,
|
||||
"maxGenHeight": 124
|
||||
},
|
||||
{
|
||||
"feature": "lex:cluster",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:glowstone"
|
||||
},
|
||||
"blockToAttachTo": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"direction": "down",
|
||||
"genAttempts": 10,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 1,
|
||||
"maxGenHeight": 128
|
||||
},
|
||||
{
|
||||
"feature": "lex:scatter",
|
||||
"genStage": "decorate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:red_mushroom"
|
||||
},
|
||||
"blockToTarget": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"placement": "on_ground",
|
||||
"genAttempts": 1,
|
||||
"genProbability": 0.25,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 1,
|
||||
"maxGenHeight": 128
|
||||
},
|
||||
{
|
||||
"feature": "lex:scatter",
|
||||
"genStage": "decorate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:brown_mushroom"
|
||||
},
|
||||
"blockToTarget": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"placement": "on_ground",
|
||||
"genAttempts": 1,
|
||||
"genProbability": 0.25,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 1,
|
||||
"maxGenHeight": 128
|
||||
},
|
||||
{
|
||||
"feature": "lex:ore",
|
||||
"genStage": "ore",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:quartz_ore"
|
||||
},
|
||||
"blockToReplace": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"veinSize": 14,
|
||||
"genAttempts": 16,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 10,
|
||||
"maxGenHeight": 108
|
||||
},
|
||||
{
|
||||
"feature": "lex:ore",
|
||||
"genStage": "ore",
|
||||
"blockToSpawn": {
|
||||
"block": "nex:amethyst_ore"
|
||||
},
|
||||
"blockToReplace": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"veinSize": 3,
|
||||
"genAttempts": 16,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 10,
|
||||
"maxGenHeight": 108
|
||||
},
|
||||
{
|
||||
"feature": "lex:ore",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:magma"
|
||||
},
|
||||
"blockToReplace": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"veinSize": 32,
|
||||
"genAttempts": 4,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 28,
|
||||
"maxGenHeight": 38
|
||||
},
|
||||
{
|
||||
"feature": "lex:fluid",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:flowing_lava"
|
||||
},
|
||||
"blockToTarget": {
|
||||
"block": "minecraft:netherrack"
|
||||
},
|
||||
"hidden": true,
|
||||
"genAttempts": 16,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 10,
|
||||
"maxGenHeight": 118
|
||||
},
|
||||
{
|
||||
"feature": "lex:structure",
|
||||
"genStage": "populate",
|
||||
"structure": "nex:village/tiny_hell_pigtificate_village",
|
||||
"type": "grounded",
|
||||
"genAttempts": 1,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"mirror": "random",
|
||||
"rotation": "random",
|
||||
"ignoredBlock": {
|
||||
"block": "minecraft:structure_void",
|
||||
"properties": {}
|
||||
},
|
||||
"clearancePercentage": 0.75,
|
||||
"generate": true,
|
||||
"minGenHeight": 32,
|
||||
"maxGenHeight": 116
|
||||
}
|
||||
]
|
||||
}
|
259
config/NetherEx/Biomes/nex/arctic_abyss.json
Normal file
259
config/NetherEx/Biomes/nex/arctic_abyss.json
Normal file
@ -0,0 +1,259 @@
|
||||
{
|
||||
"biome": "nex:arctic_abyss",
|
||||
"weight": 2,
|
||||
"enabled": true,
|
||||
"genDefaultFeatures": true,
|
||||
"blocks": {
|
||||
"topBlock": {
|
||||
"block": "nex:frostburn_ice"
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "icy"
|
||||
}
|
||||
},
|
||||
"wallBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "icy"
|
||||
}
|
||||
},
|
||||
"ceilingBottomBlock": {
|
||||
"block": "nex:frostburn_ice"
|
||||
},
|
||||
"ceilingFillerBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "icy"
|
||||
}
|
||||
},
|
||||
"oceanBlock": {
|
||||
"block": "minecraft:magma"
|
||||
}
|
||||
},
|
||||
"entities": [
|
||||
{
|
||||
"entity": "minecraft:ghast",
|
||||
"creatureType": "monster",
|
||||
"weight": 50,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:zombie_pigman",
|
||||
"creatureType": "monster",
|
||||
"weight": 25,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "nex:bone_spider",
|
||||
"creatureType": "monster",
|
||||
"weight": 35,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "nex:wight",
|
||||
"creatureType": "monster",
|
||||
"weight": 75,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "nex:brute",
|
||||
"creatureType": "monster",
|
||||
"weight": 15,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 1,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:heatscarspider",
|
||||
"creatureType": "monster",
|
||||
"weight": 10,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "natura:babyheatscarspider",
|
||||
"creatureType": "monster",
|
||||
"weight": 10,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "natura:nitrocreeper",
|
||||
"creatureType": "monster",
|
||||
"weight": 8,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 6,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "primal:creeper_nether",
|
||||
"creatureType": "monster",
|
||||
"weight": 3,
|
||||
"minGroupCount": 0,
|
||||
"maxGroupCount": 1,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "natura:imp",
|
||||
"creatureType": "creature",
|
||||
"weight": 10,
|
||||
"minGroupCount": 8,
|
||||
"maxGroupCount": 12,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "primal:canis_campestris",
|
||||
"creatureType": "creature",
|
||||
"weight": 6,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 3,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "primal:bear_black",
|
||||
"creatureType": "creature",
|
||||
"weight": 4,
|
||||
"minGroupCount": 0,
|
||||
"maxGroupCount": 2,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "primal:ovis_atre",
|
||||
"creatureType": "creature",
|
||||
"weight": 90,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 6,
|
||||
"spawn": false
|
||||
}
|
||||
],
|
||||
"features": [
|
||||
{
|
||||
"feature": "lex:scatter",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "nex:blue_fire"
|
||||
},
|
||||
"blockToTarget": {
|
||||
"block": "nex:frostburn_ice"
|
||||
},
|
||||
"placement": "on_ground",
|
||||
"genAttempts": 5,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": true,
|
||||
"generate": true,
|
||||
"minGenHeight": 4,
|
||||
"maxGenHeight": 124
|
||||
},
|
||||
{
|
||||
"feature": "lex:cluster",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:glowstone"
|
||||
},
|
||||
"blockToAttachTo": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "icy"
|
||||
}
|
||||
},
|
||||
"direction": "down",
|
||||
"genAttempts": 10,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": true,
|
||||
"generate": true,
|
||||
"minGenHeight": 4,
|
||||
"maxGenHeight": 124
|
||||
},
|
||||
{
|
||||
"feature": "lex:cluster",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:glowstone"
|
||||
},
|
||||
"blockToAttachTo": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "icy"
|
||||
}
|
||||
},
|
||||
"direction": "down",
|
||||
"genAttempts": 10,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 1,
|
||||
"maxGenHeight": 128
|
||||
},
|
||||
{
|
||||
"feature": "lex:ore",
|
||||
"genStage": "ore",
|
||||
"blockToSpawn": {
|
||||
"block": "nex:quartz_ore",
|
||||
"properties": {
|
||||
"type": "icy"
|
||||
}
|
||||
},
|
||||
"blockToReplace": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "icy"
|
||||
}
|
||||
},
|
||||
"veinSize": 14,
|
||||
"genAttempts": 16,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 10,
|
||||
"maxGenHeight": 108
|
||||
},
|
||||
{
|
||||
"feature": "lex:ore",
|
||||
"genStage": "ore",
|
||||
"blockToSpawn": {
|
||||
"block": "nex:rime_ore"
|
||||
},
|
||||
"blockToReplace": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "icy"
|
||||
}
|
||||
},
|
||||
"veinSize": 7,
|
||||
"genAttempts": 16,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 10,
|
||||
"maxGenHeight": 108
|
||||
},
|
||||
{
|
||||
"feature": "lex:pool",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "nex:ichor"
|
||||
},
|
||||
"blockToSurround": {
|
||||
"block": "nex:frostburn_ice"
|
||||
},
|
||||
"genAttempts": 1,
|
||||
"genProbability": 0.125,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 36,
|
||||
"maxGenHeight": 96
|
||||
}
|
||||
]
|
||||
}
|
260
config/NetherEx/Biomes/nex/fungi_forest.json
Normal file
260
config/NetherEx/Biomes/nex/fungi_forest.json
Normal file
@ -0,0 +1,260 @@
|
||||
{
|
||||
"biome": "nex:fungi_forest",
|
||||
"weight": 4,
|
||||
"enabled": true,
|
||||
"genDefaultFeatures": true,
|
||||
"blocks": {
|
||||
"topBlock": {
|
||||
"block": "nex:hyphae"
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "lively"
|
||||
}
|
||||
},
|
||||
"wallBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "lively"
|
||||
}
|
||||
},
|
||||
"ceilingBottomBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "lively"
|
||||
}
|
||||
},
|
||||
"ceilingFillerBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "lively"
|
||||
}
|
||||
},
|
||||
"oceanBlock": {
|
||||
"block": "minecraft:lava"
|
||||
}
|
||||
},
|
||||
"entities": [
|
||||
{
|
||||
"entity": "nex:mogus",
|
||||
"creatureType": "monster",
|
||||
"weight": 50,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "nex:spore",
|
||||
"creatureType": "monster",
|
||||
"weight": 25,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 3,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "nex:spore_creeper",
|
||||
"creatureType": "monster",
|
||||
"weight": 23,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 3,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:heatscarspider",
|
||||
"creatureType": "monster",
|
||||
"weight": 50,
|
||||
"minGroupCount": 2,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:babyheatscarspider",
|
||||
"creatureType": "monster",
|
||||
"weight": 10,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "natura:nitrocreeper",
|
||||
"creatureType": "monster",
|
||||
"weight": 8,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 6,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "primal:creeper_nether",
|
||||
"creatureType": "monster",
|
||||
"weight": 3,
|
||||
"minGroupCount": 0,
|
||||
"maxGroupCount": 1,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "natura:imp",
|
||||
"creatureType": "creature",
|
||||
"weight": 10,
|
||||
"minGroupCount": 8,
|
||||
"maxGroupCount": 12,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "primal:ovis_atre",
|
||||
"creatureType": "creature",
|
||||
"weight": 90,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 6,
|
||||
"spawn": false
|
||||
}
|
||||
],
|
||||
"features": [
|
||||
{
|
||||
"feature": "lex:cluster",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:glowstone"
|
||||
},
|
||||
"netherrack": {
|
||||
"block": "nex:block_netherrack",
|
||||
"properties": {
|
||||
"type": "lively"
|
||||
}
|
||||
},
|
||||
"direction": "down",
|
||||
"genAttempts": 10,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": true,
|
||||
"generate": true,
|
||||
"blockToAttachTo": {
|
||||
"block": "minecraft:barrier",
|
||||
"properties": {}
|
||||
},
|
||||
"minGenHeight": 4,
|
||||
"maxGenHeight": 124
|
||||
},
|
||||
{
|
||||
"feature": "lex:cluster",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:glowstone"
|
||||
},
|
||||
"netherrack": {
|
||||
"block": "nex:block_netherrack",
|
||||
"properties": {
|
||||
"type": "lively"
|
||||
}
|
||||
},
|
||||
"direction": "down",
|
||||
"genAttempts": 10,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"blockToAttachTo": {
|
||||
"block": "minecraft:barrier",
|
||||
"properties": {}
|
||||
},
|
||||
"minGenHeight": 1,
|
||||
"maxGenHeight": 128
|
||||
},
|
||||
{
|
||||
"feature": "lex:ore",
|
||||
"genStage": "ore",
|
||||
"blockToSpawn": {
|
||||
"block": "nex:quartz_ore",
|
||||
"properties": {
|
||||
"type": "lively"
|
||||
}
|
||||
},
|
||||
"blockToReplace": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "lively"
|
||||
}
|
||||
},
|
||||
"veinSize": 14,
|
||||
"genAttempts": 16,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 10,
|
||||
"maxGenHeight": 108
|
||||
},
|
||||
{
|
||||
"feature": "lex:big_mushroom",
|
||||
"genStage": "decorate",
|
||||
"mushroomCap": {
|
||||
"block": "nex:elder_mushroom_cap",
|
||||
"properties": {
|
||||
"type": "brown"
|
||||
}
|
||||
},
|
||||
"mushroomStem": {
|
||||
"block": "nex:elder_mushroom_stem"
|
||||
},
|
||||
"blockToPlaceOn": {
|
||||
"block": "nex:hyphae"
|
||||
},
|
||||
"shape": "flat",
|
||||
"genAttempts": 256,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": true,
|
||||
"generate": true,
|
||||
"minGenHeight": 32,
|
||||
"maxGenHeight": 108
|
||||
},
|
||||
{
|
||||
"feature": "lex:big_mushroom",
|
||||
"genStage": "decorate",
|
||||
"mushroomCap": {
|
||||
"block": "nex:elder_mushroom_cap",
|
||||
"properties": {
|
||||
"type": "red"
|
||||
}
|
||||
},
|
||||
"mushroomStem": {
|
||||
"block": "nex:elder_mushroom_stem"
|
||||
},
|
||||
"blockToPlaceOn": {
|
||||
"block": "nex:hyphae"
|
||||
},
|
||||
"shape": "bulb",
|
||||
"genAttempts": 256,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 32,
|
||||
"maxGenHeight": 108
|
||||
},
|
||||
{
|
||||
"feature": "nex:enoki",
|
||||
"genStage": "decorate",
|
||||
"genAttempts": 16,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 64,
|
||||
"maxGenHeight": 108
|
||||
},
|
||||
{
|
||||
"feature": "lex:structure",
|
||||
"genStage": "populate",
|
||||
"structure": "nex:ghast_queen_shrine",
|
||||
"type": "floating",
|
||||
"genAttempts": 1,
|
||||
"genProbability": 0.0125,
|
||||
"randomizeGenAttempts": false,
|
||||
"mirror": "random",
|
||||
"rotation": "random",
|
||||
"ignoredBlock": {
|
||||
"block": "minecraft:structure_void",
|
||||
"properties": {}
|
||||
},
|
||||
"clearancePercentage": 1.0,
|
||||
"generate": true,
|
||||
"minGenHeight": 32,
|
||||
"maxGenHeight": 116
|
||||
}
|
||||
]
|
||||
}
|
227
config/NetherEx/Biomes/nex/ruthless_sands.json
Normal file
227
config/NetherEx/Biomes/nex/ruthless_sands.json
Normal file
@ -0,0 +1,227 @@
|
||||
{
|
||||
"biome": "nex:ruthless_sands",
|
||||
"weight": 8,
|
||||
"enabled": true,
|
||||
"genDefaultFeatures": true,
|
||||
"blocks": {
|
||||
"topBlock": {
|
||||
"block": "minecraft:soul_sand"
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "gloomy"
|
||||
}
|
||||
},
|
||||
"wallBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "gloomy"
|
||||
}
|
||||
},
|
||||
"ceilingBottomBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "gloomy"
|
||||
}
|
||||
},
|
||||
"ceilingFillerBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "gloomy"
|
||||
}
|
||||
},
|
||||
"oceanBlock": {
|
||||
"block": "minecraft:lava"
|
||||
}
|
||||
},
|
||||
"entities": [
|
||||
{
|
||||
"entity": "minecraft:wither_skeleton",
|
||||
"creatureType": "monster",
|
||||
"weight": 65,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:zombie_pigman",
|
||||
"creatureType": "monster",
|
||||
"weight": 45,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 3,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "nex:spinout",
|
||||
"creatureType": "monster",
|
||||
"weight": 50,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 2,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:heatscarspider",
|
||||
"creatureType": "monster",
|
||||
"weight": 50,
|
||||
"minGroupCount": 2,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:babyheatscarspider",
|
||||
"creatureType": "monster",
|
||||
"weight": 10,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "natura:nitrocreeper",
|
||||
"creatureType": "monster",
|
||||
"weight": 8,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 6,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "primal:creeper_nether",
|
||||
"creatureType": "monster",
|
||||
"weight": 3,
|
||||
"minGroupCount": 0,
|
||||
"maxGroupCount": 1,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "natura:imp",
|
||||
"creatureType": "creature",
|
||||
"weight": 10,
|
||||
"minGroupCount": 8,
|
||||
"maxGroupCount": 12,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "primal:ovis_atre",
|
||||
"creatureType": "creature",
|
||||
"weight": 90,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 6,
|
||||
"spawn": false
|
||||
}
|
||||
],
|
||||
"features": [
|
||||
{
|
||||
"feature": "lex:fluid",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:flowing_lava"
|
||||
},
|
||||
"blockToTarget": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "gloomy"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"genAttempts": 8,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 4,
|
||||
"maxGenHeight": 124
|
||||
},
|
||||
{
|
||||
"feature": "lex:cluster",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:glowstone"
|
||||
},
|
||||
"blockToAttachTo": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "gloomy"
|
||||
}
|
||||
},
|
||||
"direction": "down",
|
||||
"genAttempts": 10,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": true,
|
||||
"generate": true,
|
||||
"minGenHeight": 4,
|
||||
"maxGenHeight": 124
|
||||
},
|
||||
{
|
||||
"feature": "lex:cluster",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:glowstone"
|
||||
},
|
||||
"blockToAttachTo": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "gloomy"
|
||||
}
|
||||
},
|
||||
"direction": "down",
|
||||
"genAttempts": 10,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 1,
|
||||
"maxGenHeight": 128
|
||||
},
|
||||
{
|
||||
"feature": "lex:ore",
|
||||
"genStage": "ore",
|
||||
"blockToSpawn": {
|
||||
"block": "nex:quartz_ore",
|
||||
"properties": {
|
||||
"type": "gloomy"
|
||||
}
|
||||
},
|
||||
"blockToReplace": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "gloomy"
|
||||
}
|
||||
},
|
||||
"veinSize": 14,
|
||||
"genAttempts": 16,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 10,
|
||||
"maxGenHeight": 108
|
||||
},
|
||||
{
|
||||
"feature": "lex:fluid",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:flowing_lava"
|
||||
},
|
||||
"blockToTarget": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "gloomy"
|
||||
}
|
||||
},
|
||||
"hidden": true,
|
||||
"genAttempts": 16,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 10,
|
||||
"maxGenHeight": 118
|
||||
},
|
||||
{
|
||||
"feature": "nex:thornstalk",
|
||||
"genStage": "decorate",
|
||||
"genAttempts": 16,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 32,
|
||||
"maxGenHeight": 108
|
||||
}
|
||||
]
|
||||
}
|
310
config/NetherEx/Biomes/nex/torrid_wasteland.json
Normal file
310
config/NetherEx/Biomes/nex/torrid_wasteland.json
Normal file
@ -0,0 +1,310 @@
|
||||
{
|
||||
"biome": "nex:torrid_wasteland",
|
||||
"weight": 6,
|
||||
"enabled": true,
|
||||
"genDefaultFeatures": true,
|
||||
"blocks": {
|
||||
"topBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"wallBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"ceilingBottomBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"ceilingFillerBlock": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"oceanBlock": {
|
||||
"block": "minecraft:lava"
|
||||
}
|
||||
},
|
||||
"entities": [
|
||||
{
|
||||
"entity": "minecraft:magma_cube",
|
||||
"creatureType": "monster",
|
||||
"weight": 15,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 3,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "nex:ember",
|
||||
"creatureType": "monster",
|
||||
"weight": 25,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "nex:salamander",
|
||||
"creatureType": "monster",
|
||||
"weight": 50,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 3,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:imp",
|
||||
"creatureType": "creature",
|
||||
"weight": 20,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": true
|
||||
},
|
||||
{
|
||||
"entity": "natura:heatscarspider",
|
||||
"creatureType": "monster",
|
||||
"weight": 10,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "natura:babyheatscarspider",
|
||||
"creatureType": "monster",
|
||||
"weight": 10,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 4,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "natura:nitrocreeper",
|
||||
"creatureType": "monster",
|
||||
"weight": 8,
|
||||
"minGroupCount": 4,
|
||||
"maxGroupCount": 6,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "primal:creeper_nether",
|
||||
"creatureType": "monster",
|
||||
"weight": 3,
|
||||
"minGroupCount": 0,
|
||||
"maxGroupCount": 1,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "natura:imp",
|
||||
"creatureType": "creature",
|
||||
"weight": 10,
|
||||
"minGroupCount": 8,
|
||||
"maxGroupCount": 12,
|
||||
"spawn": false
|
||||
},
|
||||
{
|
||||
"entity": "primal:ovis_atre",
|
||||
"creatureType": "creature",
|
||||
"weight": 90,
|
||||
"minGroupCount": 1,
|
||||
"maxGroupCount": 6,
|
||||
"spawn": false
|
||||
}
|
||||
],
|
||||
"features": [
|
||||
{
|
||||
"feature": "lex:fluid",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:flowing_lava"
|
||||
},
|
||||
"blockToTarget": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"hidden": false,
|
||||
"genAttempts": 16,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 4,
|
||||
"maxGenHeight": 128
|
||||
},
|
||||
{
|
||||
"feature": "lex:scatter",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:fire"
|
||||
},
|
||||
"blockToTarget": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"placement": "on_ground",
|
||||
"genAttempts": 20,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": true,
|
||||
"generate": true,
|
||||
"minGenHeight": 4,
|
||||
"maxGenHeight": 128
|
||||
},
|
||||
{
|
||||
"feature": "lex:cluster",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:glowstone"
|
||||
},
|
||||
"blockToAttachTo": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"direction": "down",
|
||||
"genAttempts": 10,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": true,
|
||||
"generate": true,
|
||||
"minGenHeight": 4,
|
||||
"maxGenHeight": 128
|
||||
},
|
||||
{
|
||||
"feature": "lex:cluster",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:glowstone"
|
||||
},
|
||||
"blockToAttachTo": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"direction": "down",
|
||||
"genAttempts": 10,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 1,
|
||||
"maxGenHeight": 128
|
||||
},
|
||||
{
|
||||
"feature": "lex:ore",
|
||||
"genStage": "ore",
|
||||
"blockToSpawn": {
|
||||
"block": "nex:quartz_ore",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"blockToReplace": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"veinSize": 14,
|
||||
"genAttempts": 16,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 10,
|
||||
"maxGenHeight": 118
|
||||
},
|
||||
{
|
||||
"feature": "lex:ore",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "nex:basalt",
|
||||
"properties": {
|
||||
"type": "normal"
|
||||
}
|
||||
},
|
||||
"blockToReplace": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"veinSize": 24,
|
||||
"genAttempts": 14,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 10,
|
||||
"maxGenHeight": 108
|
||||
},
|
||||
{
|
||||
"feature": "lex:ore",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:magma"
|
||||
},
|
||||
"blockToReplace": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"veinSize": 32,
|
||||
"genAttempts": 8,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 28,
|
||||
"maxGenHeight": 38
|
||||
},
|
||||
{
|
||||
"feature": "lex:fluid",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:flowing_lava"
|
||||
},
|
||||
"blockToTarget": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"hidden": true,
|
||||
"genAttempts": 16,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 10,
|
||||
"maxGenHeight": 118
|
||||
},
|
||||
{
|
||||
"feature": "lex:pool",
|
||||
"genStage": "populate",
|
||||
"blockToSpawn": {
|
||||
"block": "minecraft:lava"
|
||||
},
|
||||
"blockToSurround": {
|
||||
"block": "nex:netherrack",
|
||||
"properties": {
|
||||
"type": "fiery"
|
||||
}
|
||||
},
|
||||
"genAttempts": 8,
|
||||
"genProbability": 1.0,
|
||||
"randomizeGenAttempts": false,
|
||||
"generate": true,
|
||||
"minGenHeight": 10,
|
||||
"maxGenHeight": 108
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user