Posted 03 May 2014 - 12:01 AM
I'm doing some work modding, and because what I am making has a ComputerCraft peripheral in it for control and it is kind of aimed at a ComputerCraft/"tech" mod audience, I'd like to see what IDs people have available (I want to make this for 1.6.4, and I will port it to 1.7 after) so I have as few conflicts with other mods as possible, even though it's impossible to totally eliminate them.
If you wouldn't mind, here's how to get the list of available IDs through NEI:
If you wouldn't mind, here's how to get the list of available IDs through NEI:
- Open your inventory and press "Options" near the bottom-left corner (if you don't see it, try pressing the "O" key)
- Press "Tools" in the list, then press "Data Dumps"
- Beside "Blocks/Items", press "All" or "Used" until it says "Free". If it already says "Free", great.
- Hit "Dump".
- Open your Minecraft directory, go to the "Dumps" folder, and open up item.csv in a Plain Text editor (the one you use for Lua coding should work just fine and might even have a syntax highlight, but that's not necessary.)
- Copy the content of that file and paste it in spoiler and code tags
Edited on 02 May 2014 - 10:02 PM