Fix more compile issues
This commit is contained in:
parent
9206b1ea14
commit
bcdf841f2d
25 changed files with 206 additions and 265 deletions
|
@ -164,7 +164,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+
|
||||
+ private static final Logger LOGGER = LogUtils.getClassLogger();
|
||||
+ public static final String WORLD_DEFAULTS = "__world_defaults__";
|
||||
+ public static final ResourceLocation WORLD_DEFAULTS_KEY = new ResourceLocation("configurations", WORLD_DEFAULTS);
|
||||
+ public static final ResourceLocation WORLD_DEFAULTS_KEY = ResourceLocation.fromNamespaceAndPath("configurations", WORLD_DEFAULTS);
|
||||
+ protected final Path globalFolder;
|
||||
+ protected final Class<G> globalConfigClass;
|
||||
+ protected final Class<W> worldConfigClass;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue