Closed Bremaweb closed 9 years ago
fill_chest.lua line 8 should be:
if( data and #data>3 and ( minetest.registered_nodes[ data[1] ] or minetest.registered_items[ data[1] ]) ) then
So they can be filled with tools and craft items
Thanks! Has been fixed now.
fill_chest.lua line 8 should be:
So they can be filled with tools and craft items