Skip to content

Commit f6fabf8

Browse files
authored
Fix AE2 placeholders only working if Create is installed (#3606)
1 parent 838ce4d commit f6fabf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/gregtechceu/gtceu/common/CommonProxy.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,11 @@ public static void init() {
138138
GTPlaceholders.initPlaceholders();
139139
if (GTCEu.Mods.isCreateLoaded()) {
140140
GTCreateIntegration.init();
141+
}
142+
if (GTCEu.Mods.isAE2Loaded()) {
141143
GTAEPlaceholders.init();
142144
}
145+
143146
GTCovers.init();
144147
GTFluids.init();
145148
GTCreativeModeTabs.init();

0 commit comments

Comments
 (0)