chrismin13 / AdditionsAPI

An API to create Custom Items with ease!
https://www.spigotmc.org/resources/additions-api.43955/
MIT License
21 stars 10 forks source link

Resource packs from plugins other than VanillaAdditions do not work correctly #19

Closed DrkMatr1984 closed 6 years ago

DrkMatr1984 commented 6 years ago

I can confirm the plugin is not working for 1.13, but I'm not sure its for the reason @Eric_Minecraft says, as it does indeed work for VanillaAdditions and 1.13, but not for my own Custom Plugin I am developing.

chrismin13 commented 6 years ago

Please provide some extra info regarding your setup. I have already made a separate issue for Eric's report, however, many are already using Vanilla Additions with 1.13 and are having no issues. Issue closed, feel free to open it if you manage to recreate the situation or have any data that would help with tracking down the issue.

DrkMatr1984 commented 5 years ago

Ok, So I'm using versions described here https://github.com/MinevoltRPG/RPGAdditions/blob/master/pom.xml For most of the plugins. I am using Vanilla Additons, RPGAdditions, and AdditionsAPI all together. VanillaAdditions and it's resources works fine, but all items from RPGAdditions do not have textures. I can't figure out what the issue is on my end, as my textures included in the plugin here : https://github.com/MinevoltRPG/RPGAdditions/blob/master/src/main/resources/rpgadditions-v1.1.zip all seem to be fine. Also, it does not seem to be a code problem as I don't get errors except for one related to how I am handling some of the recipes, which will be addressed soon. It may be as simple as the resource pack id number thingy needing updated as Eric suggested, so I'll try the newest builds and let you know if the problem persists.

chrismin13 commented 5 years ago

Hmm, everything seems fine to me. If I get the time, I'll clone the source and compile it to see if it works for me. I'm honestly very impressed by how many items you've added! Keep up the good work :)