Skip to content

Commit

Permalink
Add forgotten config line
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Dec 7, 2024
1 parent a5b07d6 commit e4f1d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/mod/icarus/mmbaubles/MMBConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;

@Config(modid = MowziesMobsBaubles.MODID, name = MowziesMobsBaubles.NAME)
public class MMBConfig {
@Config.Comment("General")
public static GeneralSettings general_settings = new GeneralSettings();
Expand Down

0 comments on commit e4f1d8b

Please sign in to comment.