Add new metal, wood, stone, and leaves types for various mods including BetterEnd, Natures Spirit, and Quark; enhance configuration clarity and organization across multiple files.

This commit is contained in:
Leonid Pershin
2026-05-08 10:47:28 +03:00
parent e0c966d37f
commit 05fd7ec484
204 changed files with 28319 additions and 1 deletions
+64
View File
@@ -0,0 +1,64 @@
{
"entries": [
{
"pool": "minecraft:village/desert/houses",
"structures": [
{
"id": "wizards:village/desert/wizard_tower",
"weight": 1,
"limit": 1
},
{
"id": "wizards:village/desert/wizard_tower_2",
"weight": 3,
"limit": 1
}
]
},
{
"pool": "minecraft:village/savanna/houses",
"structures": [
{
"id": "wizards:village/savanna/wizard_tower",
"weight": 3,
"limit": 1
}
]
},
{
"pool": "minecraft:village/plains/houses",
"structures": [
{
"id": "wizards:village/plains/wizard_tower",
"weight": 3,
"limit": 1
}
]
},
{
"pool": "minecraft:village/taiga/houses",
"structures": [
{
"id": "wizards:village/taiga/wizard_tower",
"weight": 3,
"limit": 1
}
]
},
{
"pool": "minecraft:village/snowy/houses",
"structures": [
{
"id": "wizards:village/snowy/wizard_tower",
"weight": 1,
"limit": 1
},
{
"id": "wizards:village/snowy/wizard_tower_2",
"weight": 3,
"limit": 1
}
]
}
]
}