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)
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)