drawtype="craftitemlike"
It is any way to do that a node looks as a craftitem when it is placed? I was trying to do a scroll that supports writing (like the signs) but I want it looks like the book (smaller and it spins to face the player when he moves around).
I don't see any drawtype that fits what I want
http://www.rabbibob.com/index.php/Minetest:Drawtype
Alternatively I tried to add the events to the register_craftitem as the sign has (on_construct and on_receive_fields), but they don't work :(
I don't see any drawtype that fits what I want
http://www.rabbibob.com/index.php/Minetest:Drawtype
Alternatively I tried to add the events to the register_craftitem as the sign has (on_construct and on_receive_fields), but they don't work :(