issues
search
CleanroomMC
/
GroovyScript
A scripting mod for Minecraft without the issues of other scripting mods.
GNU Lesser General Public License v3.0
40
stars
28
forks
source link
fix infusion type info handler being incorrect
#244
Closed
WaitingIdly
closed
1 month ago
WaitingIdly
commented
1 month ago
changes in this PR:
when converting the Mekanism Infusion Type to the GroovyScript Object Mapper version for information reasons, it uses
unlocalizedName
instead of
name
. this makes it incorrect, it is stored based on the name of the Infusion Type.
changes in this PR:
unlocalizedName
instead ofname
. this makes it incorrect, it is stored based on the name of the Infusion Type.