Awareness block #53

Merged
BlakeRain merged 13 commits from BlakeRain/utamacraft:27-cc-awareness into main 2024-01-18 12:03:14 +00:00
2 changed files with 6 additions and 5 deletions
Showing only changes of commit 9023056aa4 - Show all commits

View File

@ -56,7 +56,7 @@ mod_name=Utamacraft Mod
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=MIT License
# The mod version. See https://semver.org/
mod_version=0.2.3-1.19
mod_version=0.2.4-1.19
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
@ -64,4 +64,4 @@ mod_group_id=net.banutama.utamacraft
# The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
mod_authors=BanUtama, InstaGibKyd
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
mod_description=The mod for Ban's Minecraft Server
mod_description=The mod for Ban's Minecraft Server

View File

@ -1,6 +1,7 @@
{
"homepage": "https://git.blakerain.com/bans-minecraft/utamacraft",
"1.19.2": {
"0.2.4-1.19": "Add some fixes and new textures",
"0.2.3-1.19": "Add CC peripheral for Insolator",
"0.2.2-1.19": "Fix bugs with Insolator",
"0.2.1-1.19": "Fixed mixin bug",
@ -10,7 +11,7 @@
"0.0.1-1.19": "Initial release"
},
"promos": {
"1.19.2-latest": "0.2.3-1.19",
"1.19.2-recommended": "0.2.3-1.19"
"1.19.2-latest": "0.2.4-1.19",
"1.19.2-recommended": "0.2.4-1.19"
}
}
}