Started by
FreddyFoxGam3r
on
Topic category: Help with Minecraft modding (Java Edition)
I want to know how to make it so when you first begin your world you start off with a starter bag. I ammaking a od andwhen you make a world, it give you tools. I know a few ways but they would be easily exploited.
The above is a snippet from my own mod, that being said I was using capabilities.
I simplified the above to below;
The variable "player" must retain over game sessions, and preferably worlds (capabilities does both). With that being said, I think @ShockingArtist has great procedures for you to have a look at.
Ok. Thank you.
you could just use procedures and nbt tags...
Ok. That will help in LOAB. I didn't know how to do it so I just made crates generate with random items.