mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
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:
parent
243e77d538
commit
29da4843da
BIN
mods/mobs/models/mobs_cow.b3d
Executable file → Normal file
BIN
mods/mobs/models/mobs_cow.b3d
Executable file → Normal file
Binary file not shown.
@ -252,7 +252,7 @@ luaentity.register_entity("pipeworks:tubed_item", {
|
|||||||
-- Using add_item instead of item_drop since this makes pipeworks backward
|
-- Using add_item instead of item_drop since this makes pipeworks backward
|
||||||
-- compatible with Minetest 0.4.13.
|
-- compatible with Minetest 0.4.13.
|
||||||
-- Using item_drop here makes Minetest 0.4.13 crash.
|
-- 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()
|
self:remove()
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user