Added Nullius support

This commit is contained in:
Modo
2022-12-11 02:19:23 +02:00
parent 7a31034fa7
commit 09960de024
3 changed files with 40 additions and 0 deletions

View File

@@ -5,3 +5,7 @@ combinator_item.icon_size = 64
combinator_item.icon_mipmaps = 4
combinator_item.order = data.raw["item"]["decider-combinator"].order.."-b"
combinator_item.place_result = COMBINATOR_NAME
if (mods["nullius"]) then
-- Enable item in Nullius and place next to the regular train stop
combinator_item.order = "nullius-eca"
end