This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2023-10-31 16:05:57 +01:00
commit a1893e1d21
253 changed files with 146536 additions and 0 deletions

39
config/wizards/world_gen.json Executable file
View 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
}
]
}