#69 добавление табличек holographic_signs в технологию

#73 Вырезана механика потребления дополнительных конвееров и труб при размещении сверхдлинных конвееров и труб
    Вырезаны связанные с ней конфиги
    Убран флаг not-deconstructable со сверхдлинных конвееров и труб, что упрощает их использование с дронами
    Изменено английское описание сверхдлинных конвееров и труб (русское изменений не требует)
This commit is contained in:
2024-06-07 19:00:00 +03:00
parent a1aa7138ce
commit c84ab187b6
25 changed files with 1772 additions and 16 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")
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")
end
entity = data.raw["pipe-to-ground"]["nitinol-pipe-to-ground"]