Rename to more specific title

Rename to a more specific title, add changelog entry for this and bump
version to 0.2.0.
This commit is contained in:
Hornwitser 2019-12-04 13:44:26 +01:00
parent f58ffe3d56
commit 06fd61eddf
4 changed files with 8 additions and 4 deletions

View file

@ -30,10 +30,8 @@ local items = {
}
for name, definition in pairs(items) do
print(name)
for property, value in pairs(definition) do
if data.raw.technology[name] then
print("setting tech "..name.." property "..property)
data.raw.technology[name][property] = value
end
if data.raw.tool[name] then