mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 04:29:19 +02:00
updated to match version
This commit is contained in:
parent
9d65bf4a3b
commit
ff03566607
2 changed files with 8 additions and 6 deletions
|
@ -4,9 +4,11 @@ org.gradle.parallel=true
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
minecraft_version=1.19.2
|
minecraft_version=1.18
|
||||||
yarn_mappings=1.19.2+build.28
|
yarn_mappings=1.18+build.1
|
||||||
loader_version=0.14.19
|
loader_version=0.14.17
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 0.1.0
|
mod_version = 0.1.0
|
||||||
|
@ -14,4 +16,4 @@ org.gradle.parallel=true
|
||||||
archives_base_name = not-enough-cursedness
|
archives_base_name = not-enough-cursedness
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.76.0+1.19.2
|
fabric_version=0.43.1+1.18
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
|
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.17",
|
"fabricloader": ">=0.14.17",
|
||||||
"fabric-api": "*",
|
|
||||||
"minecraft": "~1.19.2",
|
"minecraft": "~1.18",
|
||||||
"java": ">=17"
|
"java": ">=17"
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue