File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
fabric/src/main/resources
forge/src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 30
30
"depends" : {
31
31
"fabricloader" : " >=0.14.21" ,
32
32
"fabric" : " *" ,
33
- "minecraft" : " 1.20" ,
33
+ "minecraft" : " 1.20.1 " ,
34
34
"java" : " >=17"
35
35
},
36
36
"custom" : {
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ ${mod_description}
21
21
[[dependencies .${ mod_id } ]]
22
22
modId = " forge"
23
23
mandatory = true
24
- versionRange = " [46 ,)"
24
+ versionRange = " [47 ,)"
25
25
ordering = " NONE"
26
26
side = " BOTH"
Original file line number Diff line number Diff line change 1
1
# Project
2
- version =8 .0
2
+ version =9 .0
3
3
group =net.darkhax.effecttooltips
4
4
5
5
# Common
6
- minecraft_version =1.20
6
+ minecraft_version =1.20.1
7
7
8
8
# Forge
9
- forge_version =46.0.14
9
+ forge_version =47.1.28
10
10
11
11
# Fabric
12
- fabric_version =0.83 .0+1.20
12
+ fabric_version =0.85 .0+1.20.1
13
13
fabric_loader_version =0.14.21
14
14
15
15
# Mod options
You can’t perform that action at this time.
0 commit comments