1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-27 18:59:17 +00:00

Fix nether brick item mapping

This commit is contained in:
Camotoy
2021-06-15 13:02:18 -04:00
parent 096c707a25
commit f53c0cf73f
2 changed files with 2 additions and 2 deletions

View File

@@ -543,7 +543,7 @@ public class GeyserConnector {
/**
* Whether to use XML reflections in the jar or manually find the reflections.
* Will return true and the platform is not Fabric.
* Will return true if in production and the platform is not Fabric.
* On Fabric - it complains about being unable to create a default XMLReader.
* On other platforms this should only be true in compiled jars.
*