Make load times faster by avoiding inventorycube and wielditem creation in technical blocks such as active wires and various piston orientations.

This commit is contained in:
Anthony Zhang
2013-02-08 14:36:20 -05:00
parent 4714c908ac
commit 5b5e919683
2 changed files with 24 additions and 0 deletions

View File

@ -128,6 +128,10 @@ for zmy=0, 1 do
description = "Wire ID:"..nodeid,
drawtype = "nodebox",
tiles = tiles_on,
-- inventory_image = "wires_inv.png",
-- wield_image = "wires_inv.png",
inventory_image = "jeija_mesecon_off.png",
wield_image = "jeija_mesecon_off.png",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,