mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-24 18:00:29 +01:00
More optomization
This commit is contained in:
parent
fe30259604
commit
35dbebb380
@ -62,6 +62,12 @@ else
|
||||
granite_bricks_ingrediant = 'technic:granite_bricks'
|
||||
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.chests = {}
|
||||
|
Loading…
Reference in New Issue
Block a user