MinecraftModDevelopmentMods / MMDLib

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

1.12 Performance Fixes #52

Closed Rysaen closed 4 years ago

Rysaen commented 4 years ago

Fixed some redundancies which can hinder performance, such as a double lookup in the MMDMaterial#getBlock method and the multiple checks in NameToken#equals.