Clean slate
This commit is contained in:
@@ -0,0 +1,157 @@
|
||||
|
||||
{
|
||||
"ID": 2,
|
||||
"Name": "Desert",
|
||||
"Resource Location": "minecraft:desert",
|
||||
"Class": "net.minecraft.world.biome.BiomeDesert",
|
||||
"Root Height": 0.125,
|
||||
"Height Variation": 0.05,
|
||||
"Top Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Filler Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"DRY",
|
||||
"SANDY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 19,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityHusk",
|
||||
"Weight": 80,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlitz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "tiny_cacti"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "quicksand"
|
||||
},
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "ruby"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {
|
||||
"HOT_DESERT": [
|
||||
30
|
||||
],
|
||||
"WASTELAND": [
|
||||
1
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
Reference in New Issue
Block a user