You've already forked minecraft-assets
Create/Update assets for version 17w15a
This commit is contained in:
18
assets/minecraft/recipes/writable_book.json
Normal file
18
assets/minecraft/recipes/writable_book.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:book"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:feather"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:writable_book"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user