1
0
Mirror von https://github.com/minetest-mods/mesecons.git synchronisiert 2025-09-18 10:20:37 +02:00

HUGE speed improvement

Dieser Commit ist enthalten in:
Jeija
2012-08-12 10:57:00 +02:00
Ursprung d72c0e6bdd
Commit 9829abc74d
14 geänderte Dateien mit 72 neuen und 71 gelöschten Zeilen

Datei anzeigen

@@ -1,9 +1,9 @@
for i = 1, 4 do
local groups = {}
if i == 1 then
groups = {bendy=2,snappy=1,dig_immediate=2, mesecon = 2}
groups = {bendy=2,snappy=1,dig_immediate=2, mesecon_effector_on = 1, mesecon_effector_off = 1, mesecon = 2}
else
groups = {bendy=2,snappy=1,dig_immediate=2, not_in_creative_inventory=1, mesecon = 2}
groups = {bendy=2,snappy=1,dig_immediate=2, mesecon_effector_on = 1, mesecon_effector_off = 1, not_in_creative_inventory=1, mesecon = 2}
end
boxes = {{ -6/16, -8/16, -6/16, 6/16, -7/16, 6/16 }, -- the main slab