Open
Description
Currently, there are some reflection parts that use the Gson class directly without considering the impact of relocation, which will cause it to not work, such as MinecraftComponentSerializer
.
Perhaps make a utility class can be implemented to convert between the relocated Gson and the built-in Gson?