Falling sand and gravel
[oweals/minetest.git] / src / luaentity_common.cpp
index 26cfce1c2e6735bad6281b88ecd68aa550a12a92..138e72dcbba67993696bdf3f94c12dc61f0060c0 100644 (file)
@@ -29,7 +29,7 @@ LuaEntityProperties::LuaEntityProperties():
        collisionbox(-0.5,-0.5,-0.5, 0.5,0.5,0.5),
        visual("single_sprite")
 {
-       textures.push_back("unknown_block.png");
+       textures.push_back("unknown_object.png");
 }
 
 std::string LuaEntityProperties::dump()