Initial commit

This commit is contained in:
2026-01-24 05:19:02 -07:00
commit 2072f700ae
1900 changed files with 139264 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:iron_sword"
},
"n": {
"item": "minecraft:iron_nugget"
}
},
"pattern": [
" #",
"n "
],
"result": {
"item": "kitchenkarrot:knife"
},
"show_notification": true
}