You've already forked minecraft-assets
Create/Update assets for version 3D Shareware v1.34
This commit is contained in:
19
data/minecraft/recipes/hopper.json
Normal file
19
data/minecraft/recipes/hopper.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"I I",
|
||||
"ICI",
|
||||
" I "
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "minecraft:chest"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:hopper"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user