GeyserMC / Floodgate

Hybrid mode plugin to allow for connections from Geyser to join online mode servers.
https://geysermc.org
MIT License
575 stars 170 forks source link

Allow Floodgate-Fabric to provide its own TemplateReader #507

Closed onebeastchris closed 6 months ago

onebeastchris commented 6 months ago

Will be needed to allow Floodgate-Fabric to provide its own reader that uses the FabricLoader api to retrieve asset files from the mod jar instead of using the classloader method for it (which currently causes issues if any other mod also ships a config.yml file at the root of the mod, as Fabric shares the class loader across multiple mods)