You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
19
data/minecraft/recipes/lever.json
Normal file
19
data/minecraft/recipes/lever.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cobblestone"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"X",
|
||||
"#"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:lever"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user