Add paxel trim support
All checks were successful
/ build-1.21 (push) Successful in 49s

This commit is contained in:
Sergeant Acoustic 2026-04-29 16:34:11 +01:00
parent e4830fa33e
commit 7ad5797a61
19 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,46 @@
{
"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": []
}