Simple Inventory Starter
Same one that you can get on Mike Dongles, but made into a separate mod.
Really basic mod to make players start with items/block on the inventory when joining a new world.
(No support for written books yet, need to figure this out)
Thanks on the feedback and answer, gonna try to work on that during this week and hopefully have good news and can come with an update that adds that support.
Have you take a look at this mod to see if it does it? Apparently to do it right, it's more advanced and need a way more complex code to what I'm using.
https://minecraft.curseforge.com/projects/initial-inventory
Maybe that mod does the job.
I had actually. Then I ran across yours. More boils down to if someone can create a method to have say an inventory already and then run an admin command to say use my current inventory as the starting inventory...including NBT.
Ohh yes I know what you mean, an old Mod for 1.7.10 use to do that.
If you could add a config to "replace inventory" to replace those starting guides that would be neat.
Can I make people start with nothing using this mod? To get rid of the starting books that has no config to disable them.
That's a great idea, I believe I can implement that, either find a way to remove the specified item, or just delete the whole inventory on start.
Gonna work on that feature and try to add it for the next update. Thanks a lot for the idea I really like it ;)
Oh wow NICE!!!
I'm working on the skyexchange primal and those tiny problems gives me anxiety.
So when you can implement that?
Done and waiting approval ;)
Also if you need X items back you can give those with the mod as technically it should first delete the items and then give the ones on the list.
Also, it might not work for some items, depending on what mods give the items and at what time that mod spawns them.
If you experience any problem, let me know so I can look at specific conflicts ;)
Looks cool. Just a thought, if it isn't already, it might be a good idea to make this starting stuff configurable perhaps in a config file.
That's how it works it generates a SimpleInventoryStarter.cfg file where you can customize the items
That's the default example that comes with the mod.