Fixed mod name
This commit is contained in:
@@ -5,6 +5,7 @@ Date: 2020-04-08
|
|||||||
- Mod takeover from https://mods.factorio.com/mod/IndustrialDisplays
|
- Mod takeover from https://mods.factorio.com/mod/IndustrialDisplays
|
||||||
- Changed versioning
|
- Changed versioning
|
||||||
- Changed changelog date format
|
- Changed changelog date format
|
||||||
|
- Changed mod name
|
||||||
Features:
|
Features:
|
||||||
- Added german locale
|
- Added german locale
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
+4
-4
@@ -60,14 +60,14 @@ return {
|
|||||||
},
|
},
|
||||||
icon_size = 64,
|
icon_size = 64,
|
||||||
icon_mipmaps = 4,
|
icon_mipmaps = 4,
|
||||||
icon_path = "__IndustrialDisplays__/graphics/icons",
|
icon_path = "__IndustrialDisplayPlates__/graphics/icons",
|
||||||
sprites_path = "__IndustrialDisplays__/graphics/entities",
|
sprites_path = "__IndustrialDisplayPlates__/graphics/entities",
|
||||||
sound_path = "__IndustrialDisplays__/sound",
|
sound_path = "__IndustrialDisplayPlates__/sound",
|
||||||
base_sound_path = "__base__/sound",
|
base_sound_path = "__base__/sound",
|
||||||
core_sound_path = "__core__/sound",
|
core_sound_path = "__core__/sound",
|
||||||
base_icons_path = "__base__/graphics/icons",
|
base_icons_path = "__base__/graphics/icons",
|
||||||
custom_gui = "DID_gui",
|
custom_gui = "DID_gui",
|
||||||
mod_name = "IndustrialDisplays",
|
mod_name = "IndustrialDisplayPlates",
|
||||||
grid_columns = 10,
|
grid_columns = 10,
|
||||||
pending_translation_value = "",
|
pending_translation_value = "",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user