Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .minepkg-lock.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
lockfileVersion = 1

[fabric]
minecraft = "1.20"
minecraft = "1.20.4"
fabricLoader = "0.16.10"
mapping = "1.20+build.1"
mapping = "1.20.4+build.3"

[dependencies]

[dependencies.fabric]
name = "fabric"
version = "0.92.3+1.20.1.mpkg.1"
version = "0.97.2+1.20.4.mpkg.1"
versionName = ""
type = "mod"
ipfsHash = ""
Sha256 = "57e606b4afd5f8d6faefc78432fa0e813d3d2e59365cdb0e832ee2bbb6eef59a"
url = "https://api.preview.minepkg.io/v1/releases/fabric/fabric@0.92.3+1.20.1.mpkg.1/download"
Sha256 = "3e820841b9f5d3d898bcb0f0abb9bfc15fb608bf07c74292ea3dd1b98d36460a"
url = "https://api.preview.minepkg.io/v1/releases/fabric/fabric@0.97.2+1.20.4.mpkg.1/download"
provider = "minepkg"
dependent = ""

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.20
yarn_mappings=1.20+build.1
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.16.10

# Mod Properties
Expand All @@ -13,8 +13,8 @@ maven_group=io.minepkg
archives_base_name=test-utils

# Dependencies
fabric_version=0.83.0+1.20
libgui_version=8.0.1+1.20
fabric_version=0.91.6+1.20.2
libgui_version=9.2.2+1.20.2

minecraft_version_range=>=1.20.0 <=1.20.1
minecraft_version_range= >=1.20.2 <=1.20.4
java_version=17
2 changes: 1 addition & 1 deletion minepkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ manifestVersion = 0

# These are global requirements
[requirements]
minecraft = ">=1.20.0 <=1.20.1"
minecraft = ">=1.20.2 <=1.20.4"
fabricLoader = "*"

[dependencies]
Expand Down