Started by
@Puppet
on
Topic category: Help with Minecraft modding (Java Edition)
I want to be able to give the player an item as soon as they create the world with the mod. How to do it?
Topic category: Help with Minecraft modding (Java Edition)
I want to be able to give the player an item as soon as they create the world with the mod. How to do it?
First, make a new procedure. Then, find the trigger on player loads/joins game(It might be in the green block at the start of every prodecure). Finally, use the give item block and that should do it.
(Sorry I don't have a picture or anything, I'm not on my modding computer right now)
Hope that helps! Let me know if you have any questions! - Electromagnetic
I'll try it.
When I put "when game loads with mod" give players such and such, it breaks the workspace and it can't run the mod.