5th subcategory overlapping
thanasishadow opened this issue ยท 2 comments
Minecraft: 1.12.2
Forge: 14.23.5.2847
Patchouli: 1.0-20
I have a category with 5 subcategories. One of those subcategories overlaps with whichever other subcategories has the 1st spot. Changing the sortnum doesn't affect this. The 1st subcategory place displays the icon of the overlapping subcategory but hovering over it gives the name of the 5th one. Also, clicking on that spot, opens the 5th subcategory and upon right clicking (to exit), shows the overlapping subcategory.
Main Category (0fromashes.json):
{ "name": "From Ashes Wands", "description": "Information about the wands added by this modpack", "icon": "contenttweaker:mawhemenus_wand", "sortnum": 0 }
5th Subcategory (mawhemenuswand.json):
{ "name": "Mawhemenus Wand", "parent": "0fromashes", "description": "wip", "icon": "contenttweaker:mawhemenus_wand", "sortnum": 0 }
Overlapping Subcategory (firewand.json):
{ "name": "Fire Wand", "parent": "0fromashes", "description": "wip", "icon": "contenttweaker:fire_wand", "sortnum": 1 }
This issue is stale because it has been open for a while with no activity. Please bump if this is still an issue, or this ticket will be closed soon.