diff --git a/changelog.txt b/changelog.txt index 83cb2c4..4914d2a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 3.2.18 +Date: 2026-03-08 + Bugfixes: + - Fixed terrain generation incompatibility with Gridlocked +--------------------------------------------------------------------------------------------------- Version: 3.2.17 Date: 2025-12-29 Bugfixes: diff --git a/info.json b/info.json index 0f7dd56..cb95d0f 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "PyBlock", - "version": "3.2.17", + "version": "3.2.18", "factorio_version": "2.0", "title": "PyBlock", "author": "KingArthur", diff --git a/settings-updates.lua b/settings-updates.lua new file mode 100644 index 0000000..40dc863 --- /dev/null +++ b/settings-updates.lua @@ -0,0 +1,4 @@ +if mods.gridlocked then + data.raw["bool-setting"]["gl-allow-tiles"].hidden = true + data.raw["bool-setting"]["gl-allow-tiles"].forced_value = true +end \ No newline at end of file