first
This commit is contained in:
commit
a1893e1d21
253 changed files with 146536 additions and 0 deletions
39
config/wizards/world_gen.json
Executable file
39
config/wizards/world_gen.json
Executable file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"entries": [
|
||||
{
|
||||
"pool": "minecraft:village/desert/houses",
|
||||
"structure": "wizards:village/desert/wizard_tower",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"pool": "minecraft:village/desert/houses",
|
||||
"structure": "wizards:village/desert/wizard_tower_2",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"pool": "minecraft:village/savanna/houses",
|
||||
"structure": "wizards:village/savanna/wizard_tower",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"pool": "minecraft:village/plains/houses",
|
||||
"structure": "wizards:village/plains/wizard_tower",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"pool": "minecraft:village/taiga/houses",
|
||||
"structure": "wizards:village/taiga/wizard_tower",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"pool": "minecraft:village/snowy/houses",
|
||||
"structure": "wizards:village/snowy/wizard_tower",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"pool": "minecraft:village/snowy/houses",
|
||||
"structure": "wizards:village/snowy/wizard_tower_2",
|
||||
"weight": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue