47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"tool_types": {
|
|
"trimmable_tools:sword": "#minecraft:swords",
|
|
"trimmable_tools:axe": "#minecraft:axes",
|
|
"trimmable_tools:shovel": "#minecraft:shovels",
|
|
"trimmable_tools:hoe": "#minecraft:hoes",
|
|
"trimmable_tools:pickaxe": "#minecraft:pickaxes",
|
|
"trimmable_tools:paxel": "#mc_rebalance:paxels"
|
|
},
|
|
"darker_materials": {
|
|
"diamond": [
|
|
"minecraft:diamond_axe",
|
|
"minecraft:diamond_hoe",
|
|
"minecraft:diamond_pickaxe",
|
|
"minecraft:diamond_shovel",
|
|
"minecraft:diamond_sword",
|
|
"mc_rebalance:diamond_paxel"
|
|
],
|
|
"netherite": [
|
|
"minecraft:netherite_axe",
|
|
"minecraft:netherite_hoe",
|
|
"minecraft:netherite_pickaxe",
|
|
"minecraft:netherite_shovel",
|
|
"minecraft:netherite_sword",
|
|
"mc_rebalance:netherite_paxel"
|
|
],
|
|
"gold": [
|
|
"minecraft:golden_axe",
|
|
"minecraft:golden_hoe",
|
|
"minecraft:golden_pickaxe",
|
|
"minecraft:golden_shovel",
|
|
"minecraft:golden_sword",
|
|
"mc_rebalance:golden_paxel"
|
|
],
|
|
"iron": [
|
|
"minecraft:iron_axe",
|
|
"minecraft:iron_hoe",
|
|
"minecraft:iron_pickaxe",
|
|
"minecraft:iron_shovel",
|
|
"minecraft:iron_sword",
|
|
"mc_rebalance:iron_paxel"
|
|
]
|
|
},
|
|
"extra_patterns": [],
|
|
"extra_materials": []
|
|
}
|