A solution to Mythic Metals having 4 tabs in the creative inventory.
K0-RR opened this issue ยท 5 comments
Not sure why you are commenting this on my issue, lol.
Yes, from the issues above the implementation originates from Biome Makeover, and was re-implemented into Drayars Battle Tower, since the code is MIT. You can see Draylars implementation here: https://github.com/Draylar/battle-towers/blob/1.16.2/src/main/java/draylar/battletowers/group/BattleTowersItemGroup.java
Not sure why you are commenting this on my issue, lol.
Yes, from the issues above the implementation originates from Biome Makeover, and was re-implemented into Drayars Battle Tower, since the code is MIT. You can see Draylars implementation here: https://github.com/Draylar/battle-towers/blob/1.16.2/src/main/java/draylar/battletowers/group/BattleTowersItemGroup.java
Because there's nothing in mine lol, so I thought I'd reply there. could also help other modders that will get your issue quoted in their own issues, who knows :D
After investigation, it seems one must have copied from the other here, as both systems are almost identical.
Implementing this seems easy but my first attempt failed on my end
I just finished implementing it, so if you want now you have a third mod to look at for references.
here : https://github.com/Azagwen/ATBYW/tree/dev/src/main/java/net/azagwen/atbyw/group
Wish you luck if you decide to implement it, it shouldn't be too hard but some of the stuff those two mods given as exampels had was not working for me for some reason, so I had to change stuff around.