Skip to content

Commit

Permalink
gradle: Bump version, minor update
Browse files Browse the repository at this point in the history
The documentation improvements and code restructuring warrant something bigger than a patch i feel
  • Loading branch information
Zepalesque committed Dec 31, 2024
1 parent 8f467c4 commit ffe983d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.11
mod_version=1.2.00

# Mod
mod_id=zenith
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ public DataSerializableConfig(Supplier<ModConfigSpec> spec, String id) {
this.id = id;
}

/**
* Registers a {@link ConfigSerializer} for this config.
*/
public void registerSerializer() {
ConfigCondition.registerSerializer(this.serializerID(), new ConfigSerializer(this::serialize, this::deserialize));
}
Expand Down

0 comments on commit ffe983d

Please sign in to comment.