remove texture path in .b3d file(irrlicht error)

pipework tubes don't reject items if not next tubes or space in chest(reduce lag)
This commit is contained in:
crabman77 2016-05-06 18:50:08 +02:00
parent 243e77d538
commit 29da4843da
2 changed files with 1 additions and 1 deletions

BIN
mods/mobs/models/mobs_cow.b3d Executable file → Normal file

Binary file not shown.

View File

@ -252,7 +252,7 @@ luaentity.register_entity("pipeworks:tubed_item", {
-- Using add_item instead of item_drop since this makes pipeworks backward
-- compatible with Minetest 0.4.13.
-- Using item_drop here makes Minetest 0.4.13 crash.
minetest.add_item(drop_pos, stack)
--minetest.add_item(drop_pos, stack) --Don't drop pipeworks items to reduce lag.
self:remove()
return
end