Skip to content

Commit 4d49a19

Browse files
committed
Fix FMJ.
1 parent 3f8a0c4 commit 4d49a19

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
- Updated [SpruceUI].
145145
- Updated [pridelib].
146146

147-
148147
### 2.3.1
149148

150149
- Fixed ATLauncher configuration somehow ([#152](https://github.com/LambdAurora/LambDynamicLights/pull/152)).

src/main/resources/fabric.mod.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"lambdynlights.lightsource.mixins.json"
3030
],
3131
"depends": {
32-
"fabricloader": ">=0.14.21",
32+
"fabricloader": ">=0.14.20",
3333
"fabric": ">=0.83.1+1.20.1",
34-
"minecraft": ">=1.20 <=1.20.1",
34+
"minecraft": "~1.20",
3535
"spruceui": ">=5.0.0",
3636
"java": ">=17"
3737
},

0 commit comments

Comments
 (0)