Darkhax
Darkhax
I was thinking it would be something in the fabric file rather than a translation. Text components include support for translation of sub components as well. ```json "custom": { "modmenu:clientsideOnly":...
Hello, thanks for reaching out about this. We are looking into including gametest examples with MultiLoader but it is a new system and we still have some stuff to learn....
Thanks for sharing the info @FM1337. The carts that were printed after 2014 would all be counterfeit then? Or was there a change in manufacturing that would prevent official ones...
This is a nice idea, but perhaps it should be added to a "Base Economy" mod? Would help minimize ram issues, file size issues, and would allow us to justify...
Hey, I am the author of the mod in question. I have gotten into the bad habit of not updating my version checker file when releasing new updates. I don't...
You could further optimize this code by replacing the code used to check for duplicate sprites. You currently compare all four UV coordinates, however you only need to compare U1...
Thanks for the suggestion. I am certainly interested in implementing these types of protections however I am not sure how effective this specific approach is. From what I understand Fractureiser...
Hello, unfortunately I don't think you will be able to use this plugin for BukkitDev without some adjustments to the plugin code. The code that processes string to version ID...