Skip to content

Commit d0b86c4

Browse files
authored
Update mod properties for Block 4 Block - renamed mod for better fitting naming conventions
1 parent 655f873 commit d0b86c4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
3333
mod_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

0 commit comments

Comments
 (0)