Bump version to 0.3
This commit is contained in:
parent
b2fb521395
commit
e9e8dd3450
2 changed files with 5 additions and 4 deletions
|
@ -48,3 +48,4 @@ This version focuses on QOL and bug fixes
|
||||||
* Technical changes
|
* Technical changes
|
||||||
* Simplified recipe data generation
|
* Simplified recipe data generation
|
||||||
* Deleted various unused files - code, textures and models
|
* Deleted various unused files - code, textures and models
|
||||||
|
* Bumped Fabric API, loader and mappings versions
|
|
@ -6,16 +6,16 @@ org.gradle.parallel=true
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
minecraft_version=1.20.1
|
minecraft_version=1.20.1
|
||||||
yarn_mappings=1.20.1+build.10
|
yarn_mappings=1.20.1+build.10
|
||||||
loader_version=0.14.23
|
loader_version=0.14.24
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_name=New Soviet Era
|
mod_name=New Soviet Era
|
||||||
mod_version=0.2
|
mod_version=0.3
|
||||||
maven_group=su.a71
|
maven_group=su.a71
|
||||||
mod_id=new_soviet
|
mod_id=new_soviet
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.90.0+1.20.1
|
fabric_version=0.90.4+1.20.1
|
||||||
modmenu_version=7.2.2
|
modmenu_version=7.2.2
|
||||||
|
|
||||||
# Modrinth publishing
|
# Modrinth publishing
|
||||||
|
|
Loading…
Reference in a new issue