File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ loader_version_range=[1,)
2626
2727# The unique mod identifier for the mod. Must be lowercase in English locale. Must fit the regex [a-z][a-z0-9_]{1,63}
2828# Must match the String constant located in the main mod class annotated with @Mod.
29- mod_id =minecraftfriends
29+ mod_id =block4block
3030# The human-readable display name for the mod.
31- mod_name =Minecraft Friends
31+ mod_name =Block 4 Block
3232# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3333mod_license =MIT License
3434# The mod version. See https://semver.org/
35- mod_version =1.0.1
35+ mod_version =1.0.2
3636# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
3737# This should match the base package used for the mod sources.
3838# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
39- mod_group_id =net.virusse.minecraftfriends
39+ mod_group_id =net.virusse.block4block
You can’t perform that action at this time.
0 commit comments