StartingInventory

StartingInventory

6M Downloads

Not getting all items set in config

JasonMcRay opened this issue · 8 comments

commented

It looks like even when i have more items in my config file, it will always fill the action bar only. Is it bug, or intended behaviour? If intended, would it be possible to make it save whole inventory, since I am in process of making custom modpack, and i need to add more items than there are slots in action bar :)

commented

What version are you using?

On Aug 15, 2014, at 2:25 PM, JasonMcRay [email protected] wrote:

It looks like even when i have more items in my config file, it will always fill the action bar only. Is it bug, or intended behaviour? If intended, would it be possible to make it save whole inventory, since I am in process of making custom modpack, and i need to add more items than there are slots in action bar :)


Reply to this email directly or view it on GitHub.

commented

Using 1.7.10.r01

commented

I'll add some log messages in and release a new version tonight maybe so we can hopefully figure out what the issue is.

On Aug 16, 2014, at 2:04 PM, JasonMcRay [email protected] wrote:

This is my startinginventory.txt config file: http://pastebin.com/WRvPf1GJ
I added items to the list by using /startinginv save command.
When I create new world I spawn in with only action (bottom) bar with items. Rest specified in the config is missing. Also just noticed, that i spawn really just with Vanilla items.

Also when i create new world again (without restarting client), i don't get any of those items at all.

Also i tried to start the new world in SP with Allow Cheats: ON. No change. But when I do /startinginv load command, I will get everything specified in config.


Reply to this email directly or view it on GitHub.

commented

I'm unable to reproduce this issue. Can you provide more details about what you're seeing? Are only vanilla items being added? How are you adding items to the config file? Can I see your config file? (Use pastebin.com or a similar site)

commented

This is my startinginventory.txt config file: http://pastebin.com/WRvPf1GJ
I added items to the list by using /startinginv save command.
When I create new world just noticed, that i spawn really just with Vanilla items.

2014-08-16_19 59 46

Also when i create new world again (without restarting client), i don't get any of those items at all.

Also i tried to start the new world in SP with Allow Cheats: ON. No change. But when I do /startinginv load command, I will get everything specified in config.

commented

I dont like bumping, but.... its two days since you said you will get new version so we can find the core of the problem. So just wanted to check if its still the thing :)

I totally understand if you are currently busy with something.

commented

Sorry for the delay... I think I may have figured out the issue. I think it's because I'm reading the starting inventory items file too early, so I'm moving it to a later place in the load process and will do some testing with various mod items to see if it fixes things.