fixed wrong package name

This commit is contained in:
Jonas_Jones 2022-12-13 23:43:16 +01:00
parent 131384cf5b
commit d38ddd3776
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<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>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />

View file

@ -1,4 +1,4 @@
package net.fabric.examplemod.config;
package net.fabricmc.example.config;
import com.mojang.datafixers.util.Pair;

View file

@ -1,7 +1,7 @@
package net.fabric.examplemod.config;
import com.mojang.datafixers.util.Pair;
import me.jonasjones.consolemc.ConsoleMC;
import net.fabricmc.example.ConsoleMC;
public class ModConfigs {
public static SimpleConfig CONFIG;

View file

@ -1,4 +1,4 @@
package net.fabric.examplemod.config;
package net.fabricmc.example.config;
/*
* Copyright (c) 2021 magistermaks
* Modified by Jonas_Jones 2022