Minecraft item ID list?
There's an older version (for 1.9.0 I believe) with every item ID, but I can't find any item ID list for Education Edition with the blocks from the latest update.
For example, if I'm trying to fill an andesite slab on the bottom I would use the command:
/fill 1 1 1 5 1 5 stone_slab3 3
I still don't know if there's a code to fill the top portion of a slab, instead of the bottom. Does anyone know?
And unless I test for each one I don't know where to find a master list of all Minecraft IDs. Anyone know where I can find a list to print off for my classroom wall?
-
I am a list maker, myself, and a collaborator at heart! Typically, I end up scouting out some data for my kids ahead of lessons, and then challenging them to discover more for me (from the early finishers, at least.)
We can always work on one together!
1 -
Debbie - this is literally my second day on this forum - how do I email or message you to work on this together? I'm a web developer and teacher so if I can get all of this data I can format it and put it on a website pretty easily for all teachers.
2 -
Penny or Danny could you pass my email address along to Benjamin Miller so we can collaborate, please?
0 -
Sure thing. Watch your emails for a connection!
0 -
Thanks, Penny!
Benjamin, looking forward to hearing from you!
0 -
Is this site up to date with ids? https://www.digminecraft.com/lists/item_id_list_edu.php That's what I've been using.
I'm also wondering how to place in specific orientations/locations within a block... will keep you posted if I figure it out :)
0 -
Emily,
That site is not up to date for anything past update 1.9.0. I has some, but not all.
You can change the <attributes> tag when using a command to place a block that will change it's orientation.
Anvils for example will turn north/south or east/west if you use the commands anvil 0 or anvil 1.
/setblock ~ ~ ~ anvil 0
/setblock ~ ~ ~ anvil 1
Debbie and I are working on a masterlist right now - she's pulling the Python IDs and I'm working on
the command IDs for every block. Unfortunately, most of this work is still done by hand. Wish I could have a master list of all blocks from Microsoft!1 -
So there are blocks, and items. Here is a little nugget on using the metadata for stairs to place them in the direction you like:
0 -
Right, Debbie, but we are using in-game commands to summon/give/setblock just in the chat - we aren't using code builder or the agent to work with Python.
The IDs I'm looking for (and what Emily is using) aren't Python AZNB commands. I'd like to put together the list you are making for AZNB and then the list I'm making for commands so teachers can have one master list to cross reference. So my list has each ID and then sample give/fill/summon/setblock/fill commands for each item, block or entity.0 -
The easiest way to get that list is to just go through the alphabet! =]
I found all the agent commands that way one time! =D
use /give @s a and then every asset beginning with a will be listed. At least that should give you a really good start!
0 -
Hello all,
Debbie and I have been working on two different lists. The first part of mine is ready, I'm still working on the rest of it.
I've hosted a new ID list on a website. No ads, no cookies, no tracking.
https://www.completelymiller.com/IDLists.html
--Ben0 -
Hey Benjamin,
Thanks for the work you're doing with Debbie. This is very helpful stuff.
I noticed that the URL you posted is incorrect. I managed to rummage around your site to find the working url: https://www.completelymiller.com/IDList.html
Maybe the filename changed. Great, GREAT work!!
0
Please sign in to leave a comment.
Comments
12 comments