aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorSHsuperCM <shsupercm@gmail.com>2022-02-25 13:21:43 +0200
committerSHsuperCM <shsupercm@gmail.com>2022-02-25 13:21:43 +0200
commit5a08a70cf1d1c21992b21e484330fff54b744051 (patch)
tree311101e051feb91c76096685cba7ed81ad5735bb /src/main
parent262d14882ec81115b7a73f0bae055e36488dd580 (diff)
downloadCITResewn-5a08a70cf1d1c21992b21e484330fff54b744051.tar.gz
CITResewn-5a08a70cf1d1c21992b21e484330fff54b744051.tar.bz2
CITResewn-5a08a70cf1d1c21992b21e484330fff54b744051.zip
Implemented the rest of the global properties
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/shcm/shsupercm/fabric/citresewn/pack/GlobalProperties.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/shcm/shsupercm/fabric/citresewn/pack/GlobalProperties.java b/src/main/java/shcm/shsupercm/fabric/citresewn/pack/GlobalProperties.java
index c9e2cf8..456faab 100644
--- a/src/main/java/shcm/shsupercm/fabric/citresewn/pack/GlobalProperties.java
+++ b/src/main/java/shcm/shsupercm/fabric/citresewn/pack/GlobalProperties.java
@@ -37,7 +37,7 @@ public class GlobalProperties extends PropertyGroup {
}
public void callHandlers() {
- for (EntrypointContainer<CITGlobalProperties> container : FabricLoader.getInstance().getEntrypointContainers("citresewn:cit_global_properties", CITGlobalProperties.class)) {
+ for (EntrypointContainer<CITGlobalProperties> container : FabricLoader.getInstance().getEntrypointContainers(CITGlobalProperties.ENTRYPOINT, CITGlobalProperties.class)) {
String containerNamespace = container.getProvider().getMetadata().getId();
if (containerNamespace.equals("citresewn-defaults"))
containerNamespace = "citresewn";