add 1.22 compat - use pin as tool in recipes

This commit is contained in:
2026-05-31 03:17:55 +02:00
parent eac0c23179
commit 2106e78ec8
5 changed files with 23 additions and 35 deletions

View File

@@ -4,7 +4,9 @@
"S": { "type": "item", "code": "game:plank-*", "name": "wood", "skipVariants": ["aged"] },
"B": {
"type": "item",
"code": "game:*-butterflypin-*"
"code": "game:clothes-butterflypin-*",
"isTool": true,
"toolDurabilityCost": 0
}
},
"width": 3,