Skip to content

Commit

Permalink
refactor: move config api stuff to api
Browse files Browse the repository at this point in the history
TODO: move even more, restructure package format
  • Loading branch information
Zepalesque committed Dec 8, 2024
1 parent bb06f16 commit c796f57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.debug=false


# Version
mod_version=1.1.00
mod_version=1.1.01

# Mod
mod_id=zenith
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.zepalesque.zenith.config;
package net.zepalesque.zenith.api.config;

import com.google.gson.JsonSyntaxException;
import net.neoforged.neoforge.common.ModConfigSpec;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/net/zepalesque/zenith/config/ZConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import com.google.gson.JsonSyntaxException;
import net.neoforged.neoforge.common.ModConfigSpec;
import net.neoforged.neoforge.common.ModConfigSpec.ConfigValue;
import net.zepalesque.zenith.api.config.DataSerializableConfig;
import org.apache.commons.lang3.tuple.Pair;

import java.util.Arrays;
Expand Down

0 comments on commit c796f57

Please sign in to comment.