Skip to content

Commit 60acdd5

Browse files
authored
Merge pull request #2 from FTBTeam/dev
Dev
2 parents f09084f + 212265d commit 60acdd5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.1]
8+
9+
### Fixed
10+
* Fixed KubeJS version not being liked on Fabric
11+
712
## [1.1.0]
813

914
### Changed

fabric/src/main/resources/fabric.mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"breaks": {
3131
"ftbquests": "<1902.5.0-build.1",
3232
"jei": "<11.6",
33-
"kubejs": "<1902.6.1"
33+
"kubejs": "<1902.6.1-build.300"
3434
}
3535
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ minecraft_version=1.19.2
44
enabled_platforms=fabric,forge
55

66
archives_base_name=ftb-xmod-compat
7-
mod_version=1.1.0
7+
mod_version=1.1.1
88
maven_group=dev.ftb.mods
99
curseforge_id=889915
1010

0 commit comments

Comments
 (0)