Добавлены все обновления от сообщества, вплоть до #148

This commit is contained in:
2024-09-12 14:28:43 +03:00
parent 98159766c4
commit 487a0e6e16
8841 changed files with 23077 additions and 20175 deletions

View File

@@ -2,13 +2,13 @@ local entity = data.raw["underground-belt"]["green-underground-belt"]
if entity ~= nil then --bob's logistics is installed
local entity = data.raw["underground-belt"]["green-underground-belt"]
entity.max_distance = 250
--table.insert(entity.flags, "not-deconstructable")
--table.insert(entity.flags, "not-deconstructable") --drd
end
entity = data.raw["underground-belt"]["purple-underground-belt"]
if entity ~= nil then --bob's logistics is installed
entity.max_distance = 250
--table.insert(entity.flags, "not-deconstructable")
--table.insert(entity.flags, "not-deconstructable") --drd
end
entity = data.raw["pipe-to-ground"]["nitinol-pipe-to-ground"]