Set pointable=false for book entity

This commit is contained in:
Wuzzy 2023-06-30 09:14:47 +02:00
parent 19b6483eaf
commit 8be37eed34

View File

@ -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,