mirror of
https://github.com/JonasunderscoreJones/BetterSimpleConfig.git
synced 2025-10-22 20:39:19 +02:00
fixed wrong package name
This commit is contained in:
parent
131384cf5b
commit
d38ddd3776
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
<exclude-output />
|
<exclude-output />
|
||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" packagePrefix="net.fabric.examplemod" />
|
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" packagePrefix="net.fabricmc.example" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package net.fabric.examplemod.config;
|
package net.fabricmc.example.config;
|
||||||
|
|
||||||
import com.mojang.datafixers.util.Pair;
|
import com.mojang.datafixers.util.Pair;
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package net.fabric.examplemod.config;
|
package net.fabric.examplemod.config;
|
||||||
|
|
||||||
import com.mojang.datafixers.util.Pair;
|
import com.mojang.datafixers.util.Pair;
|
||||||
import me.jonasjones.consolemc.ConsoleMC;
|
import net.fabricmc.example.ConsoleMC;
|
||||||
|
|
||||||
public class ModConfigs {
|
public class ModConfigs {
|
||||||
public static SimpleConfig CONFIG;
|
public static SimpleConfig CONFIG;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package net.fabric.examplemod.config;
|
package net.fabricmc.example.config;
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2021 magistermaks
|
* Copyright (c) 2021 magistermaks
|
||||||
* Modified by Jonas_Jones 2022
|
* Modified by Jonas_Jones 2022
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue