Set pointable=false for book entity
This commit is contained in:
parent
19b6483eaf
commit
8be37eed34
@ -241,7 +241,8 @@ xdecor.register("enchantment_table", {
|
||||
minetest.register_entity("xdecor:book_open", {
|
||||
visual = "sprite",
|
||||
visual_size = {x=0.75, y=0.75},
|
||||
collisionbox = {0},
|
||||
collisionbox = {0,0,0,0,0,0},
|
||||
pointable = false,
|
||||
physical = false,
|
||||
textures = {"xdecor_book_open.png"},
|
||||
static_save = false,
|
||||
|
Loading…
Reference in New Issue
Block a user