Search found 5 matches

by Trigun
Sun Sep 18, 2022 11:39 pm
Forum: Mods
Topic: [MOD 1.1] Inventory Sensor
Replies: 177
Views: 68304

Re: [MOD 1.1] Inventory Sensor

a fix can be by copypaste the temp function inside the fluid part, the only problem should be that in this way if u have multiple fluids (no idea why) the temps get sum, but i don't think in that case u care about temps easiest way can be to check only if you have 1 fluid only ORIGINAL --get tempera...
by Trigun
Sat Sep 17, 2022 12:46 am
Forum: Mods
Topic: [MOD 1.1] Inventory Sensor
Replies: 177
Views: 68304

Re: [MOD 1.1] Inventory Sensor

is possible to read the temperature of a storage tank for liquids? (liquid temps?)
by Trigun
Sun Aug 14, 2022 7:19 am
Forum: Logistic Train Network
Topic: disable output train info on station
Replies: 0
Views: 517

disable output train info on station

hello i tried to make a simple fluid oil load with a not full cargo in this way 0eNrVl2HPmjAQx79LXy7wBBBEfLFPsXfLE4JySrPSsrb4zBi++64wwSlIcUuWEWNSaH+93v/u2l7IjtVQSco12V4I3QuuyPbrhSh65Bkz7/S5ArIlVENJHMKz0rRkRhlpHEJ5Dj/I1m/eHQJcU02hG982zimvyx1I7NCPVBrHHgvttgiHVELhKMHNVEhKVtj1TLbRJkJ8TiXsu69B4zxQA3vqyp6...
by Trigun
Sat Jun 25, 2022 4:49 am
Forum: Mods
Topic: [MOD 0.17] Crafting Combinator
Replies: 179
Views: 72118

Re: [MOD 0.17] Crafting Combinator

i think this function can be improved function _M:insert_items() local inventory = self.inventories.chest if not inventory or not inventory.valid or inventory.is_empty() then return; end local target = self.inventories.assembler.input for i = 1, #inventory do local stack = inventory[i] if stack.vali...
by Trigun
Thu Sep 23, 2021 4:28 pm
Forum: Mods
Topic: [MOD 0.17] Crafting Combinator
Replies: 179
Views: 72118

Re: [MOD 0.17] Crafting Combinator

is possible to disable the autoload feature from the chest?
i want use inserters for loading so i can control the loading

Go to advanced search