You've already forked minecraft-assets
Create/Update assets for version 1.12.2
This commit is contained in:
23
assets/minecraft/recipes/orange_stained_glass.json
Normal file
23
assets/minecraft/recipes/orange_stained_glass.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 14
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stained_glass",
|
||||
"data": 1,
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user