We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d6ca7 commit df2dfeaCopy full SHA for df2dfea
src/main/java/de/dertoaster/kerkercraft/common/services/KCServices.java
@@ -8,6 +8,7 @@
8
public class KCServices {
9
10
public static final FactionService FACTION = load(FactionService.class);
11
+
12
public static final BlockService BLOCK = load(BlockService.class);
13
public static final ConfigService CONFIG = load(ConfigService.class);
14
public static final EntityTypeService ENTITY_TYPE = load(EntityTypeService.class);
0 commit comments