playing around with the old book mod, trying to revive it...
Cervator, I was looking at giving it a recipe, what do you think of this?
(bookcase)
Cervator, I was looking at giving it a recipe, what do you think of this?
(bookcase)
Code:
"CraftRecipe" : {
"recipe" : {
bottom:
[
"plank", "plank", "plank",
"plank", "plank", "plank",
"plank", "plank", "plank"
],
center:
[
" ", " ", " ",
" ", "plank", " ",
" ", " ", " "
],
top:
[
"plank", "plank", "plank",
"plank", "plank", "plank",
"plank", "plank", "plank"
]
},
"resultCount": 1
}