Skip to content

Commit 405f508

Browse files
Fixed terrain generation incompatibility with Gridlocked (#93)
1 parent 7913b3e commit 405f508

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---------------------------------------------------------------------------------------------------
2+
Version: 3.2.18
3+
Date: 2026-03-08
4+
Bugfixes:
5+
- Fixed terrain generation incompatibility with Gridlocked
6+
---------------------------------------------------------------------------------------------------
27
Version: 3.2.17
38
Date: 2025-12-29
49
Bugfixes:

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PyBlock",
3-
"version": "3.2.17",
3+
"version": "3.2.18",
44
"factorio_version": "2.0",
55
"title": "PyBlock",
66
"author": "KingArthur",

settings-updates.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
if mods.gridlocked then
2+
data.raw["bool-setting"]["gl-allow-tiles"].hidden = true
3+
data.raw["bool-setting"]["gl-allow-tiles"].forced_value = true
4+
end

0 commit comments

Comments
 (0)