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 ...
Search found 5 matches
- Sun Sep 18, 2022 11:39 pm
- Forum: Mods
- Topic: [MOD 1.1] Inventory Sensor
- Replies: 178
- Views: 91692
- Sat Sep 17, 2022 12:46 am
- Forum: Mods
- Topic: [MOD 1.1] Inventory Sensor
- Replies: 178
- Views: 91692
Re: [MOD 1.1] Inventory Sensor
is possible to read the temperature of a storage tank for liquids? (liquid temps?)
- Sun Aug 14, 2022 7:19 am
- Forum: Logistic Train Network
- Topic: disable output train info on station
- Replies: 0
- Views: 873
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 ...
i tried to make a simple fluid oil load with a not full cargo in this way
0eNrVl2HPmjAQx79LXy7wBBBEfLFPsXfLE4JySrPSsrb4zBi++64wwSlIcUuWEWNSaH+93v/u2l7IjtVQSco12V4I3QuuyPbrhSh65Bkz7/S5ArIlVENJHMKz0rRkRhlpHEJ5Dj/I1m ...
- Sat Jun 25, 2022 4:49 am
- Forum: Mods
- Topic: [MOD 0.17] Crafting Combinator
- Replies: 179
- Views: 95340
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 ...
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 ...
- Thu Sep 23, 2021 4:28 pm
- Forum: Mods
- Topic: [MOD 0.17] Crafting Combinator
- Replies: 179
- Views: 95340
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
i want use inserters for loading so i can control the loading