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
@@ -0,0 +1,55 @@
{
"entries": {
"minecraft:chests/village/village_weaponsmith": {
"rolls": 0.5,
"items": [
{
"itemId": "witcher_rpg:silver_ingot",
"weight": 3,
"minAmount": 1,
"maxAmount": 3
},
{
"itemId": "witcher_rpg:steel_ingot",
"weight": 3,
"minAmount": 1,
"maxAmount": 3
},
{
"itemId": "witcher_rpg:dark_iron_ingot",
"weight": 1,
"minAmount": 1,
"maxAmount": 1
},
{
"itemId": "witcher_rpg:meteorite_ingot",
"weight": 1,
"minAmount": 1,
"maxAmount": 1
}
]
},
"witcher_rpg:blocks/silver_ore": {
"rolls": 0.025,
"items": [
{
"itemId": "witcher_rpg:pure_silver",
"weight": 1,
"minAmount": 1,
"maxAmount": 1
}
]
},
"witcher_rpg:blocks/deepslate_silver_ore": {
"rolls": 0.025,
"items": [
{
"itemId": "witcher_rpg:pure_silver",
"weight": 1,
"minAmount": 1,
"maxAmount": 1
}
]
}
}
}