This commit is contained in:
modmuss50 2023-05-29 12:43:24 +01:00 committed by modmuss
parent 06f2fa806f
commit dab10d3961
3 changed files with 8 additions and 8 deletions

View file

@ -28,8 +28,8 @@
} }
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.17", "fabricloader": ">=0.14.21",
"fabric-api": ">=0.75.3", "fabric-api": ">=0.82.1",
"team_reborn_energy": ">=3.0.0", "team_reborn_energy": ">=3.0.0",
"fabric-biome-api-v1": ">=3.0.0", "fabric-biome-api-v1": ">=3.0.0",
"minecraft": ">=1.20- <1.20.1-" "minecraft": ">=1.20- <1.20.1-"

View file

@ -7,10 +7,10 @@ mod_version=5.7.0
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html # check these on https://modmuss50.me/fabric.html
minecraft_version=1.20-pre3 minecraft_version=1.20-pre6
yarn_version=1.20-pre3+build.1 yarn_version=1.20-pre6+build.2
loader_version=0.14.19 loader_version=0.14.21
fapi_version=0.81.2+1.20 fapi_version=0.82.1+1.20
# Dependencies # Dependencies
energy_version=3.0.0 energy_version=3.0.0

View file

@ -30,8 +30,8 @@
] ]
}, },
"depends": { "depends": {
"fabricloader": ">=0.14.17", "fabricloader": ">=0.14.21",
"fabric-api": ">=0.75.3", "fabric-api": ">=0.82.1",
"reborncore": "*", "reborncore": "*",
"team_reborn_energy": ">=3.0.0", "team_reborn_energy": ">=3.0.0",
"fabric-biome-api-v1": ">=3.0.0", "fabric-biome-api-v1": ">=3.0.0",