You've already forked minecraft-assets
Create/Update assets for version 25w03a
This commit is contained in:
18
data/minecraft/recipe/tripwire_hook.json
Normal file
18
data/minecraft/recipe/tripwire_hook.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"#": "#minecraft:planks",
|
||||
"I": "minecraft:iron_ingot",
|
||||
"S": "minecraft:stick"
|
||||
},
|
||||
"pattern": [
|
||||
"I",
|
||||
"S",
|
||||
"#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:tripwire_hook"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user