You've already forked minecraft-assets
Create/Update assets for version 1.21
This commit is contained in:
27
data/minecraft/recipe/crafter.json
Normal file
27
data/minecraft/recipe/crafter.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:crafting_table"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:dropper"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#C#",
|
||||
"RDR"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:crafter"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user