You've already forked minecraft-assets
Create/Update assets for version 22w17a
This commit is contained in:
19
data/minecraft/recipes/target.json
Normal file
19
data/minecraft/recipes/target.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" R ",
|
||||
"RHR",
|
||||
" R "
|
||||
],
|
||||
"key": {
|
||||
"H": {
|
||||
"item": "minecraft:hay_block"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:target"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user