+ datapacks under git
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"|"
|
||||
],
|
||||
"key": {
|
||||
"#": "minecraft:coal",
|
||||
"|": "minecraft:stick"
|
||||
},
|
||||
"result": {
|
||||
"id": "minecraft:torch",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"|"
|
||||
],
|
||||
"key": {
|
||||
"#": { "item": "minecraft:coal" },
|
||||
"|": { "item": "minecraft:stick" }
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:torch",
|
||||
"count": 10
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user