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
|
@ -1,4 +1,4 @@
|
|||
package net.fabric.examplemod.config;
|
||||
package net.fabricmc.example.config;
|
||||
|
||||
import com.mojang.datafixers.util.Pair;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package net.fabric.examplemod.config;
|
||||
package net.fabricmc.example.config;
|
||||
/*
|
||||
* Copyright (c) 2021 magistermaks
|
||||
* Modified by Jonas_Jones 2022
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue