Switch environment to * since this should theoretically work serverside now

This commit is contained in:
Johannes Frohnmeyer 2022-08-30 17:28:21 +02:00
parent 3f9b0b6cbc
commit f6f344515d
Signed by: Johannes
GPG Key ID: E76429612C2929F4
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ public class ResourcePackManagerMixin {
try (InputStream is = rpi.openRoot(Respackopts.ID + ".json5")) {
rpo$readConfiguration(is, dataLocation, rpi.getName(), displayName, toRemove);
return;
} catch (ResourceNotFoundException ignored) {
} catch (FileNotFoundException ignored) {
} catch (IOException e) {
Respackopts.LOGGER.error("Could not read respackopts config in root for " + profileName, e);
}

View File

@ -10,7 +10,7 @@
"contact": {},
"license": "MIT",
"icon": "assets/respackopts/icon.png",
"environment": "client",
"environment": "*",
"entrypoints": {
"main": [
"io.gitlab.jfronny.respackopts.Respackopts"