mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
21 lines
299 B
JSON
21 lines
299 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"pattern": [
|
|
"GGG",
|
|
"GAG",
|
|
"GGG"
|
|
],
|
|
"key": {
|
|
"G": [
|
|
"minecraft:gold_block"
|
|
],
|
|
"A": [
|
|
"minecraft:apple"
|
|
]
|
|
},
|
|
"result": {
|
|
"id": "minecraft:enchanted_golden_apple",
|
|
"count": 1
|
|
}
|
|
} |