Page 1 of 1

[0.13.x] The loader entity doesn't resume loading

Posted: Thu Jul 07, 2016 11:56 am
by DevilXD
The "loader" entity present in the game code is used in my "Loaders" mod: viewtopic.php?f=93&t=27561

One player found an issue - the loader that takes item from the belt and inserts them into a chest stops when the chest is full, but doesn't resume loading when there's room in the again.

Steps to reproduce:
1. Have a loader taking items from the belt and putting them into a chest - limit the chest to only one slot
2. Wait for the slot to completely fill up - notice the loader stops loading.
3. Empty out the chest - the loader doesn't start loading again.

I know that the loaders are not used in the vanilla game and with 0.13 experimental, the crashes and desyncs take priority, but I hope that this will eventually get fixed :)

Re: [0.13.x] The loader entity doesn't resume loading

Posted: Thu Jul 07, 2016 12:06 pm
by Loewchen
It seems using the entity is not supported: viewtopic.php?f=58&t=28280

Re: [0.13.x] The loader entity doesn't resume loading

Posted: Thu Jul 07, 2016 3:11 pm
by DevilXD
Loewchen wrote:It seems using the entity is not supported: viewtopic.php?f=58&t=28280
Still, I would like if a developer responded to this bug report first... :)

I understand that it's not a part of the vanilla game, but the loaders are the only way of doing what they are doing, without using control.lua and UPS drops...

Re: [0.13.x] The loader entity doesn't resume loading

Posted: Thu Jul 07, 2016 8:20 pm
by Rseding91
DevilXD wrote:
Loewchen wrote:It seems using the entity is not supported: viewtopic.php?f=58&t=28280
Still, I would like if a developer responded to this bug report first... :)

I understand that it's not a part of the vanilla game, but the loaders are the only way of doing what they are doing, without using control.lua and UPS drops...
The entity is not supported.

Re: [0.13.x] The loader entity doesn't resume loading

Posted: Fri Jul 08, 2016 7:05 am
by Zeblote
Rseding91 wrote:
DevilXD wrote:
Loewchen wrote:It seems using the entity is not supported: viewtopic.php?f=58&t=28280
Still, I would like if a developer responded to this bug report first... :)

I understand that it's not a part of the vanilla game, but the loaders are the only way of doing what they are doing, without using control.lua and UPS drops...
The entity is not supported.
Seriously? It wouldnt take you long to fix this, and you said the item would be available for modders if it's not added to vanilla...

Then why does it exist at all, if it doesn't work properly and you wont make it usable?

Re: [0.13.x] The loader entity doesn't resume loading

Posted: Fri Jul 08, 2016 7:20 am
by Rseding91
Zeblote wrote:Seriously? It wouldnt take you long to fix this, and you said the item would be available for modders if it's not added to vanilla...

Then why does it exist at all, if it doesn't work properly and you wont make it usable?
I said no such thing.

It exists because the code exists and deleting it would gain us nothing except not having the code around if we wanted to use it later.

Re: [0.13.x] The loader entity doesn't resume loading

Posted: Fri Jul 08, 2016 7:33 am
by Zeblote
Rseding91 wrote:
Zeblote wrote:Seriously? It wouldnt take you long to fix this, and you said the item would be available for modders if it's not added to vanilla...

Then why does it exist at all, if it doesn't work properly and you wont make it usable?
I said no such thing.
I remember reading this in the huge topic about loaders... maybe it was someone else?

Still, this is probably trivial compared to the other bugs you're dealing with, can't you take 10 minutes to fix it even if it's not supported? :D

Re: [0.13.x] The loader entity doesn't resume loading

Posted: Thu Aug 04, 2016 7:38 am
by posila
Hi, we have decided to fix and support loader entity after all, even thought we don't plan to use it in vanilla for now.

Thanks for the report.
Fixed for 0.13.14.

Duplicate: viewtopic.php?f=58&t=28280