mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-25 02:10:30 +01:00
More optomization
This commit is contained in:
parent
fe30259604
commit
35dbebb380
@ -62,6 +62,12 @@ else
|
|||||||
granite_bricks_ingrediant = 'technic:granite_bricks'
|
granite_bricks_ingrediant = 'technic:granite_bricks'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
coal_ingrediant = nil
|
||||||
|
if minetest.get_modpath("mcl_core") then
|
||||||
|
coal_ingrediant = "group:coal"
|
||||||
|
else
|
||||||
|
coal_ingrediant = "default:coal_lump"
|
||||||
|
end
|
||||||
|
|
||||||
technic = rawget(_G, "technic") or {}
|
technic = rawget(_G, "technic") or {}
|
||||||
technic.chests = {}
|
technic.chests = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user