adventure-platform
adventure-platform copied to clipboard
Gson relocation causes reflection not working
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?