MinecraftModDevelopmentMods / MMDLib

new MMDLib
https://www.curseforge.com/minecraft/mc-mods/mmdlib
GNU Lesser General Public License v2.1
5 stars 9 forks source link

ToolMaterial crash with Ancient Warfare 2 #47

Open dshadowwolf opened 5 years ago

dshadowwolf commented 5 years ago

see Ancient Warfar 2 issue 973

dshadowwolf commented 5 years ago

Problem appears to be that we are using all uppercase and are prepending the source-mods modid with an underscore - see lines 182 and 183 of com.mcmoddev.lib.material.MMDMaterial

Perhaps there is an API we can implement to supply this for mods like AW2 ?