made books non-stackable

This commit is contained in:
kaadmy 2015-10-23 10:36:47 -07:00
parent 2a00571688
commit 88f2351ab6
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ minetest.register_craftitem(
description = "Book",
inventory_image = "default_book.png",
wield_scale = {x=1,y=1,z=2},
stack_max = 1,
})
minetest.register_craftitem(