Fix issues with Insolator #25

Merged
BlakeRain merged 3 commits from BlakeRain/utamacraft:main into main 2023-12-03 17:30:53 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit ddd94bf330 - 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.1-1.19
mod_version=0.2.2-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.2-1.19": "Fix bugs with Insolator",
"0.2.1-1.19": "Fixed mixin bug",
"0.2.0-1.19": "Added insolator and fire pendant",
"0.1.1-1.19": "Fix player peripheral and add missing recipe",
@ -8,7 +9,7 @@
"0.0.1-1.19": "Initial release"
},
"promos": {
"1.19.2-latest": "0.2.1-1.19",
"1.19.2-recommended": "0.2.1-1.19"
"1.19.2-latest": "0.2.2-1.19",
"1.19.2-recommended": "0.2.2-1.19"
}
}