Jump to content

Creating a random item giver mod


TheMayoMan11

Recommended Posts

Hi!

I'm very new to minecraft modding and Java coding but not to coding itself. I've got a modpack for 1.12.2 and I would like to create a mod that simply gives every player in game 1 random item every 15 seconds. I can't seem to find any plugins or mods that can do this with sponge so I'm opting to creating a mod because I would like to a skyblock on the server I'm using this for but its only one block and you get a random item every 15 seconds so you can progress. I can't really find any simple way to have the mod I'm creating, spawn any item in the game without having to write every single item in the game manually and then the code selecting a random number corresponding to that item to select the item they are giving the player. Any help would be greatly appreciate and pls remember I'm pretty new to all this.

Cheers!

Link to comment
Share on other sites

There's already a collection that contains all the items in the game, its called the "item registry" and Forge tracks them.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.