Add computercraft support for the Insolator #26

Merged
BlakeRain merged 2 commits from BlakeRain/utamacraft:main into main 2023-12-03 22:33:34 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 7b35c1c1e0 - 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.2-1.19
mod_version=0.2.3-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.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",
"0.2.0-1.19": "Added insolator and fire pendant",
@ -9,7 +10,7 @@
"0.0.1-1.19": "Initial release"
},
"promos": {
"1.19.2-latest": "0.2.2-1.19",
"1.19.2-recommended": "0.2.2-1.19"
"1.19.2-latest": "0.2.3-1.19",
"1.19.2-recommended": "0.2.3-1.19"
}
}