You've already forked minecraft-assets
Create/Update assets for version 24w14potato
This commit is contained in:
93
data/minecraft/worldgen/structure/colosseum.json
Normal file
93
data/minecraft/worldgen/structure/colosseum.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"biomes": "#minecraft:has_structure/colosseum",
|
||||
"density_checks": [
|
||||
{
|
||||
"dense": true,
|
||||
"offset": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"dense": true,
|
||||
"offset": [
|
||||
-18,
|
||||
46,
|
||||
-18
|
||||
]
|
||||
},
|
||||
{
|
||||
"dense": true,
|
||||
"offset": [
|
||||
-18,
|
||||
46,
|
||||
18
|
||||
]
|
||||
},
|
||||
{
|
||||
"dense": true,
|
||||
"offset": [
|
||||
18,
|
||||
46,
|
||||
-18
|
||||
]
|
||||
},
|
||||
{
|
||||
"dense": true,
|
||||
"offset": [
|
||||
18,
|
||||
46,
|
||||
18
|
||||
]
|
||||
}
|
||||
],
|
||||
"max_distance_from_center": 80,
|
||||
"size": 6,
|
||||
"spawn_overrides": {
|
||||
"axolotls": {
|
||||
"bounding_box": "full",
|
||||
"spawns": []
|
||||
},
|
||||
"monster": {
|
||||
"bounding_box": "full",
|
||||
"spawns": [
|
||||
{
|
||||
"type": "minecraft:toxifin",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:slime",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"underground_water_creature": {
|
||||
"bounding_box": "full",
|
||||
"spawns": []
|
||||
}
|
||||
},
|
||||
"start_height": {
|
||||
"absolute": 33
|
||||
},
|
||||
"start_pool": "minecraft:colosseum/starts",
|
||||
"step": "underground_structures",
|
||||
"use_expansion_hack": false
|
||||
}
|
||||
Reference in New Issue
Block a user