Skip to content

Commit 6a962f2

Browse files
committed
fix missing config file
1 parent e44b5c7 commit 6a962f2

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ apply plugin: 'net.minecraftforge.gradle'
1212
apply plugin: 'eclipse'
1313
apply plugin: 'maven-publish'
1414

15-
version = '4.4.0.47-experimental'
15+
version = '4.4.0.48-experimental'
1616
group = 'fr.alasdiablo.janoeo'
1717
archivesBaseName = 'Janoeo'
1818

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 4.4.0.47-experimental
2+
+ fix missing config file
3+
14
### 4.4.0.47-experimental
25
+ fix harvest level
36
+ fix redstone ore always lit

src/main/java/fr/alasdiablo/janoeo/JANOEO.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public JANOEO() {
3030
ModLoadingContext.get().registerConfig(ModConfig.Type.COMMON, EndConfig.CONFIG_SPEC, "janoeo-end.toml");
3131
ModLoadingContext.get().registerConfig(ModConfig.Type.COMMON, GravelConfig.CONFIG_SPEC, "janoeo-gravel.toml");
3232
ModLoadingContext.get().registerConfig(ModConfig.Type.COMMON, FrequencyConfig.CONFIG_SPEC, "janoeo-frequency.toml");
33+
ModLoadingContext.get().registerConfig(ModConfig.Type.COMMON, FrequencyConfig.CONFIG_SPEC, "janoeo-basalt.toml");
3334
FMLJavaModLoadingContext.get().getModEventBus().addListener(this::setup);
3435
}
3536

0 commit comments

Comments
 (0)