version 3.0.2
This commit is contained in:
parent
97a54ab4e5
commit
0d3890e1bf
2 changed files with 5 additions and 5 deletions
|
@ -3,14 +3,14 @@ org.gradle.jvmargs = -Xmx1G
|
|||
org.gradle.parallel = true
|
||||
|
||||
# Mod Properties
|
||||
version = 3.0.1
|
||||
version = 3.0.2
|
||||
maven_group = xyz.limepot
|
||||
archives_base_name = roses_mod
|
||||
|
||||
# Modrinth Metadata
|
||||
modrinth_slug= roses-mod
|
||||
modrinth_id= Hxo4BmMk
|
||||
modrinth_game_versions= 1.20.1
|
||||
modrinth_game_versions= 1.20
|
||||
modrinth_mod_loaders= quilt
|
||||
|
||||
# Dependencies are managed at gradle/libs.versions.toml
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
[versions]
|
||||
# The latest versions are available at https://lambdaurora.dev/tools/import_quilt.html
|
||||
minecraft = "1.20.1"
|
||||
quilt_mappings = "1.20.1+build.1"
|
||||
minecraft = "1.20"
|
||||
quilt_mappings = "1.20+build.4"
|
||||
quilt_loader = "0.19.1"
|
||||
|
||||
quilted_fabric_api = "7.0.2+0.83.0-1.20.1"
|
||||
quilted_fabric_api = "7.0.1+0.83.0-1.20"
|
||||
|
||||
[libraries]
|
||||
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
|
||||
|
|
Loading…
Reference in a new issue