Updates to the awareness block #55

Merged
BlakeRain merged 10 commits from BlakeRain/utamacraft:main into main 2024-01-23 14:41:55 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit cfa44db661 - 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.5-1.19
mod_version=0.2.6-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

View File

@ -1,6 +1,7 @@
{
"homepage": "https://git.blakerain.com/bans-minecraft/utamacraft",
"1.19.2": {
"0.2.6-1.19": "Fix the excessive cost of the awareness block",
"0.2.5-1.19": "Add the awareness block peripheral",
"0.2.4-1.19": "Add some fixes and new textures",
"0.2.3-1.19": "Add CC peripheral for Insolator",
@ -12,7 +13,7 @@
"0.0.1-1.19": "Initial release"
},
"promos": {
"1.19.2-latest": "0.2.5-1.19",
"1.19.2-recommended": "0.2.5-1.19"
"1.19.2-latest": "0.2.6-1.19",
"1.19.2-recommended": "0.2.6-1.19"
}
}