Skip to content

Commit

Permalink
fabric versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Mar 16, 2024
1 parent 79f435f commit d2df2e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
headlessbot:
image: n0thub/headlessmc:1.9.0
container_name: 'headlessbot'
command: launch "fabric-loader-0.15.6-1.20.4"
command: launch "fabric-loader-0.15.7-1.20.4"
ports:
- '127.0.0.1:8080:8080'
volumes:
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ mod_version = 0.1.0-SNAPSHOT
# check on https://modmuss50.me/fabric.html
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
fabric_loader_version=0.15.6
fabric_api_version=0.95.4+1.20.4
fabric_loader_version=0.15.7
fabric_api_version=0.96.4+1.20.4
baritone_version=1.10.2
4 changes: 2 additions & 2 deletions mods.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"mods": [
{
"url": "https://github.com/FabricMC/fabric/releases/download/0.95.4+1.20.4/fabric-api-0.95.4+1.20.4.jar",
"sha256": "8e999d97a792efa6d16671a671381d6e6048e15d8a95afb2b4b548f5a13e27c0"
"url": "https://github.com/FabricMC/fabric/releases/download/0.96.4+1.20.4/fabric-api-0.96.4+1.20.4.jar",
"sha256": "e9fab104151092694cd2445e6130aa70bb1e7c4c2df4623fed415782ce9be254"
},
{
"url": "https://github.com/cabaletta/baritone/releases/download/v1.10.2/baritone-api-fabric-1.10.2.jar",
Expand Down

0 comments on commit d2df2e8

Please sign in to comment.