Sort Item ID Assignments & Creative Tabs
TwiliDiamondOcelot opened this issue ยท 10 comments
Describe the solution you'd like
Currently the creative inventory tabs and the item id's for Flan's Mod are haphazardly jumbled with no organization whatsoever. This makes it really difficult to find things quickly in creative mode with the creative tabs, which are at least sorted by content packs so that's a plus, or by NEI which sorts by item ID making it even more of a mess.
What I'm suggesting is to sort the item id's of flans mod the way they were in 1.7.10 and manually sort the item id's.
Describe alternatives you've considered
Sorting it in the source just for me because I'm OCD.
Do you have any suggestions on what we order items by?
Perhaps sorting by content pack, then by item type, then by name?
Wowee that certainly was in depth.
For now, I've added a basic version of sorting by content pack, type, name. Unfortunately, as far as I can tell, there's no way to customise the sorting of items for a specific mod in NEI.
Basically like that. In depth description is this:
- Gun Mod table then Vehicle table
- Gun Boxes sorted by content pack, then sorted by display name forwards alphabetically, followed by the armor boxes sorted the same way
- Parts sorted by content pack, then sorted by display name forwards alphabetically
- Ammo sorted by content pack, then sorted by display name forwards alphabetically
- Attachments sorted by content pack, then sorted by attachment type, then sorted by display name forwards alphabetically
- Deployable ammo bag then medic bag
- Grenades sorted by content pack, then sorted by display name forwards alphabetically
- Mines and bear-trap sorted by content pack, then sorted by display name forwards alphabetically
- Guns sorted by content pack, then sorted by display name forwards alphabetically
- Melee weapons and shields sorted by content pack, then sorted by display name forwards alphabetically
- Sentry
- Artillery sorted by content pack, then sorted by display name forwards alphabetically
- Tanks sorted by content pack, then sorted by display name forwards alphabetically
- Jeeps sorted by content pack, then sorted by display name forwards alphabetically
- Boats sorted by content pack, then sorted by display name forwards alphabetically
- Helicopters sorted by content pack, then sorted by display name forwards alphabetically
- Planes sorted by content pack, then sorted by display name forwards alphabetically
- Mecha attachments sorted diamond first, then iron, then sorted by display name forwards alphabetically
- Mecha upgrades sorted by upgrade type (slot position), then sorted by display name forwards alphabetically
- Mechas sorted by display name forwards alphabetically
- Explosive Remotes sorted by content pack, then sorted by display name forwards alphabetically
- Blowtorch
- Parachutes sorted by content pack, then sorted by display name forwards alphabetically
- Healing items sorted by content pack, then sorted by display name forwards alphabetically
- Armor sorted by content pack, then sorted by display name forwards alphabetically, then sorted helmet, body, legs, then boots
Team items you can just make them the last items in the mod, which would make it easier to see that Flans ends in NEI.
With NEI, it doesn't do anything except show the list of all items added by mods and minecraft. All you need to do is to tell forge how to sort the items in flans mod. Because if you have Flan's mod sorted, then NEI will have it sorted.
Manually setting item IDs isn't a supported way of adding mod items anymore, that's how mod conflict hell happened.