diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-06-13 12:59:08 -0400 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-06-13 12:59:08 -0400 |
| commit | 56531253380bcbcb7d98ea074ba31a314a39ac8f (patch) | |
| tree | 017f42f2b18b5819558a2d53ab1e2cb126b48dce /src/main/resources | |
| parent | fbe98d037021a0fe4ec2792363134142925069cb (diff) | |
un-bump version, fix config screen
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index eb98d3d..e608d30 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -23,9 +23,9 @@ }, "depends": { "fabricloader": ">=0.14.22", - "fabric-screen-api-v1": ">=0.90.4+1.20.2", - "minecraft": "^1.20.2", - "java": ">=17" + "fabric-screen-api-v1": ">=0.100.1+1.21", + "java": ">=17", + "minecraft": "~1.21" }, "suggests": {}, "custom": { |
