Sokomine / mg_villages

villages for all mapgens (based on Nores mg)
24 stars 14 forks source link

Chest won't fill with craft items & tools #7

Closed Bremaweb closed 9 years ago

Bremaweb commented 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

Sokomine commented 9 years ago

Thanks! Has been fixed now.