File tree 3 files changed +7
-2
lines changed
fabric/src/main/resources
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.1.1]
8
+
9
+ ### Fixed
10
+ * Fixed KubeJS version not being liked on Fabric
11
+
7
12
## [ 1.1.0]
8
13
9
14
### Changed
Original file line number Diff line number Diff line change 30
30
"breaks" : {
31
31
"ftbquests" : " <1902.5.0-build.1" ,
32
32
"jei" : " <11.6" ,
33
- "kubejs" : " <1902.6.1"
33
+ "kubejs" : " <1902.6.1-build.300 "
34
34
}
35
35
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ minecraft_version=1.19.2
4
4
enabled_platforms =fabric,forge
5
5
6
6
archives_base_name =ftb-xmod-compat
7
- mod_version =1.1.0
7
+ mod_version =1.1.1
8
8
maven_group =dev.ftb.mods
9
9
curseforge_id =889915
10
10
You can’t perform that action at this time.
0 commit comments