map half
This commit is contained in:
parent
30579ff0a9
commit
7e85955e38
25
data/minecraft/recipes/map.json
Normal file
25
data/minecraft/recipes/map.json
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "misc",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:paper"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item":"minecraft:paper"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item":"minecraft:paper"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:feather"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:redstone"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:map",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue