mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-10 20:40:27 +01:00
Use constants instead of immediate strings
This commit is contained in:
parent
237c93a396
commit
6361c587c2
|
@ -222,9 +222,9 @@ minetest.register_abm({
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
run_nodes(PR_nodes, "PR")
|
run_nodes(PR_nodes, technic.producer)
|
||||||
run_nodes(RE_nodes, "RE")
|
run_nodes(RE_nodes, technic.receiver)
|
||||||
run_nodes(BA_nodes, "BA")
|
run_nodes(BA_nodes, technic.battery)
|
||||||
|
|
||||||
-- Strings for the meta data
|
-- Strings for the meta data
|
||||||
local eu_demand_str = tier.."_EU_demand"
|
local eu_demand_str = tier.."_EU_demand"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user