minecraft server init
This commit is contained in:
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