Inital commit
This commit is contained in:
commit
b5089257c5
1005 changed files with 23476 additions and 0 deletions
16
datapacks/craft-refine/data/minecraft/recipe/redstone_torch.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/redstone_torch.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"#": "minecraft:redstone",
|
||||
"S": "minecraft:stick"
|
||||
},
|
||||
"pattern": [
|
||||
"#",
|
||||
"S"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:redstone_torch"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue