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
4
src/changelog.txt
Normal file
4
src/changelog.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
------------------------------------------------------------------------------------------------------------
|
||||
Version: 0.1.1
|
||||
Changes:
|
||||
- Renamed mod to Colour Blind Friendly Science Packs
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
2
src/locale/en/cb-science.cfg
Normal file
2
src/locale/en/cb-science.cfg
Normal file
|
@ -0,0 +1,2 @@
|
|||
[mod-name]
|
||||
cb-science=Colour Blind Friendly Science Packs
|
Loading…
Add table
Add a link
Reference in a new issue