Posted December 11, 20159 yr 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 Creator of the MyFit, MagiCraft, Tesseract gun, and Papa's Wingeria mod.
December 11, 20159 yr 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. http://i.imgur.com/NdrFdld.png[/img]
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.