1.19.x support
- Added support for 1.19.2 and 1.19.1 - Fixed links in fabric.mod.json
This commit is contained in:
@@ -3,16 +3,17 @@ org.gradle.jvmargs=-Xmx6G
|
||||
org.gradle.java.home=C:/Program Files/Java/jdk-17.0.2
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/versions.html
|
||||
minecraft_version=1.19
|
||||
yarn_mappings=1.19+build.4
|
||||
minecraft_version=1.19.2
|
||||
yarn_mappings=1.19.2+build.9
|
||||
loader_version=0.14.9
|
||||
|
||||
#Fabric api
|
||||
fabric_version=0.60.0+1.19.2
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.0.7
|
||||
mod_version = 1.0.7-1.19.x
|
||||
maven_group = com.aspects
|
||||
archives_base_name = aspects
|
||||
origins_version=v1.6.2
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.58.0+1.19
|
||||
origins_version=v1.7.0
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
"Fishplex"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://github.com/missingbinary/Aspects",
|
||||
"sources": "https://github.com/missingbinary/Aspects",
|
||||
"issues": "https://github.com/missingbinary/Aspects/issues"
|
||||
"homepage": "https://github.com/Fishplex/Aspects",
|
||||
"sources": "https://github.com/Fishplex/Aspects",
|
||||
"issues": "https://github.com/Fishplex/Aspects/issues"
|
||||
},
|
||||
|
||||
"license": "CC0-1.0",
|
||||
|
||||
Reference in New Issue
Block a user