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

4
src/changelog.txt Normal file
View file

@ -0,0 +1,4 @@
------------------------------------------------------------------------------------------------------------
Version: 0.1.1
Changes:
- Renamed mod to Colour Blind Friendly Science Packs

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

View file

@ -1,7 +1,7 @@
{
"name": "cb-science",
"version": "0.1.0",
"title": "Colour Blind Science",
"version": "0.2.0",
"title": "Colour Blind Friendly Science Packs",
"author": "Hornwitser",
"contact": "Hornwitser#6431 on Discord",
"description": "Alternative icons for science packs",

View file

@ -0,0 +1,2 @@
[mod-name]
cb-science=Colour Blind Friendly Science Packs