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:
parent
f58ffe3d56
commit
06fd61eddf
4 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue