This commit is contained in:
RePixelatedMC
2024-08-03 10:11:55 +02:00
parent f00e037e26
commit b429448885
8 changed files with 8 additions and 8 deletions

View File

@@ -742,7 +742,7 @@ public class NMSBinding implements INMSBinding {
continue;
try {
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Data Pack. This pack contains all installed Iris Packs' resources.\"}}");
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Compat Data Pack. This pack contains all installed Iris Packs' resources for plugin compat.\"}}");
} catch (IOException e) {
Iris.error("Failed to write pack.mcmeta to " + meta.getPath());
}

View File

@@ -785,7 +785,7 @@ public class NMSBinding implements INMSBinding {
continue;
try {
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Data Pack. This pack contains all installed Iris Packs' resources.\"}}");
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Compat Data Pack. This pack contains all installed Iris Packs' resources for plugin compat.\"}}");
} catch (IOException e) {
Iris.error("Failed to write pack.mcmeta to " + meta.getPath());
}

View File

@@ -789,7 +789,7 @@ public class NMSBinding implements INMSBinding {
continue;
try {
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Data Pack. This pack contains all installed Iris Packs' resources.\"}}");
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Compat Data Pack. This pack contains all installed Iris Packs' resources for plugin compat.\"}}");
} catch (IOException e) {
Iris.error("Failed to write pack.mcmeta to " + meta.getPath());
}

View File

@@ -787,7 +787,7 @@ public class NMSBinding implements INMSBinding {
continue;
try {
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Data Pack. This pack contains all installed Iris Packs' resources.\"}}");
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"FIris Compat Data Pack. This pack contains all installed Iris Packs' resources for plugin compat.\"}}");
} catch (IOException e) {
Iris.error("Failed to write pack.mcmeta to " + meta.getPath());
}

View File

@@ -793,7 +793,7 @@ public class NMSBinding implements INMSBinding {
continue;
try {
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Data Pack. This pack contains all installed Iris Packs' resources.\"}}");
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Compat Data Pack. This pack contains all installed Iris Packs' resources for plugin compat.\"}}");
} catch (IOException e) {
Iris.error("Failed to write pack.mcmeta to " + meta.getPath());
}

View File

@@ -800,7 +800,7 @@ public class NMSBinding implements INMSBinding {
continue;
try {
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Data Pack. This pack contains all installed Iris Packs' resources.\"}}");
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Compat Data Pack. This pack contains all installed Iris Packs' resources for plugin compat.\"}}");
} catch (IOException e) {
Iris.error("Failed to write pack.mcmeta to " + meta.getPath());
}

View File

@@ -782,7 +782,7 @@ public class NMSBinding implements INMSBinding {
continue;
try {
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Data Pack. This pack contains all installed Iris Packs' resources.\"}}");
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Compat Data Pack. This pack contains all installed Iris Packs' resources for plugin compat.\"}}");
} catch (IOException e) {
Iris.error("Failed to write pack.mcmeta to " + meta.getPath());
}

View File

@@ -779,7 +779,7 @@ public class NMSBinding implements INMSBinding {
continue;
try {
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Data Pack. This pack contains all installed Iris Packs' resources.\"}}");
IO.writeAll(meta, "{\"pack\": {\"pack_format\": "+getDataVersion().getPackFormat()+", \"description\": \"Iris Compat Data Pack. This pack contains all installed Iris Packs' resources for plugin compat.\"}}");
} catch (IOException e) {
Iris.error("Failed to write pack.mcmeta to " + meta.getPath());
}