Asweez Posted December 11, 2015 Share Posted December 11, 2015 How do I get a list of every single item in Minecraft? I want to make an entity that will drop a random item. If possible, could I get a list of all modded items, too? Thanks Quote Creator of the MyFit, MagiCraft, Tesseract gun, and Papa's Wingeria mod. Link to comment Share on other sites More sharing options...
coolAlias Posted December 11, 2015 Share Posted December 11, 2015 The GameData class can get any Item by ID, including modded items, but keep in mind that lots of Items are subtyped or (in the case of modded items) may use NBT to specify characteristics. You'll also want to check that your random integer value returns a valid item, as not all IDs will be taken. I'm not sure if there is a better way than that, but it's somewhere to start. Quote http://i.imgur.com/NdrFdld.png[/img] Link to comment Share on other sites More sharing options...
Recommended Posts
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.