Merge branch '1.21.x-dev' into thick-end-rod

This commit is contained in:
Jonas_Jones 2024-10-06 14:51:35 +02:00 committed by GitHub
commit 2bc1ffca77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 97 additions and 5 deletions

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"GAL",
"LLL"
],
"key": {
"G": {
"item": "minecraft:gold_ingot"
},
"L": {
"item": "minecraft:lapis_lazuli"
},
"A": {
"item": "minecraft:apple"
}
},
"result": {
"id": "nec:lapis_golden_apple"
}
}