Search found 4 matches
- Sat Jul 16, 2022 9:06 pm
- Forum: Modding discussion
- Topic: Assembling-Machine type entities do not respect energy_source:buffer_capacity
- Replies: 0
- Views: 116
Assembling-Machine type entities do not respect energy_source:buffer_capacity
So I've been trying to build an assembly machine that is charged like an accumulator and then slowly consumes the stored energy over a multitude of builds. However it seems that entities of type assembling-machine do _not_ respect setting energy_source = { buffer_capacity = "5MJ" } The buf...
- Mon Jun 20, 2022 6:18 pm
- Forum: Logistic Train Network
- Topic: [Fixed] bad LTN output from inserters stuck with items
- Replies: 20
- Views: 3637
Re: [Wont fix] bad LTN output from inserters stuck with items
Thanks for the fix!
- Mon Jun 13, 2022 6:55 pm
- Forum: Logistic Train Network
- Topic: [Fixed] bad LTN output from inserters stuck with items
- Replies: 20
- Views: 3637
Re: [Wont fix] bad LTN output from inserters stuck with items
So I've looked into the code. I think the culprit is this line: https://github.com/Yousei9/Logistic-Train-Network/blob/9542f06c34dbab8cff99566a07a0874d998c0e66/script/stop-update.lua#L378 The problem is that the existing train inventory always gets to be a part of the signals and is only cleared whe...
- Mon Jun 06, 2022 10:30 pm
- Forum: Logistic Train Network
- Topic: [Fixed] bad LTN output from inserters stuck with items
- Replies: 20
- Views: 3637
Re: [Wont fix] bad LTN output from inserters stuck with items
I think what is really confusing is the fact that from what was requested you should be able to populate the output correctly right? Why is it that the contents of the wagons even matter at all to what the output is displaying, shouldn't that draw its information from the scheduled request? This mak...