Add new metal, wood, and leaves types for various mods including BetterEnd, Born in Chaos, and Rechiseled; expand allowed sounds for Sound Physics Remastered; update sort order for Jade configuration.

This commit is contained in:
Leonid Pershin
2026-05-08 10:40:34 +03:00
parent 8844bb0e61
commit e0c966d37f
207 changed files with 27608 additions and 1 deletions
+55
View File
@@ -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
}
]
}
}
}