File tree 5 files changed +17
-11
lines changed
5 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ 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
+ ## [ 3.2.0]
8
+
9
+ ### Changed
10
+ * Ported to Minecraft 1.21. Support for Fabric and NeoForge.
11
+ * Forge support may be re-added if/when Architectury adds support for Forge
12
+
7
13
## [ 3.1.0]
8
14
9
15
### Changed
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
modApi(" dev.ftb.mods:ftb-filter-system:${ rootProject.ftb_filter_system_version} " )
23
23
24
24
modCompileOnly(" me.shedaniel:RoughlyEnoughItems-api:${ rootProject.rei_version} " )
25
- modCompileOnly(" mezz.jei:jei-1.20.4 -common-api:${ rootProject.jei_version} " )
25
+ modCompileOnly(" mezz.jei:jei-${ rootProject.minecraft_version } -common-api:${ rootProject.jei_version} " )
26
26
27
27
compileOnly(" net.luckperms:api:${ rootProject.luckperms_api_version} " )
28
28
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ components.java {
111
111
112
112
publishing {
113
113
publications {
114
- mavenForge (MavenPublication ) {
114
+ mavenFabric (MavenPublication ) {
115
115
artifactId = " ${ rootProject.archives_base_name} -${ project.name} "
116
116
version ftbPublishing. mavenVersion
117
117
from components. java
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ fabric_api_version=0.100.1+1.21
18
18
19
19
architectury_version =13.0.1
20
20
21
- ftb_library_version =2100.1.0-SNAPSHOT
22
- ftb_quests_version =2100.1.0-SNAPSHOT
23
- ftb_chunks_version =2100.1.0-SNAPSHOT
24
- ftb_ranks_version =2100.1.0-SNAPSHOT
25
- ftb_essentials_version =2100.1.0-SNAPSHOT
26
- ftb_teams_version =2100.1.0-SNAPSHOT
27
- ftb_filter_system_version =3.0.0-SNAPSHOT
21
+ ftb_library_version =2100.1.1
22
+ ftb_quests_version =2100.1.1
23
+ ftb_chunks_version =2100.1.0
24
+ ftb_ranks_version =2100.1.0
25
+ ftb_essentials_version =2100.1.0
26
+ ftb_teams_version =2100.1.0
27
+ ftb_filter_system_version =3.0.0
28
28
29
29
rei_version =16.0.729
30
30
common_prot_api_version =1.0.0
@@ -35,8 +35,8 @@ waystones_fabric_version=5427150
35
35
balm_neoforge_version =5438018
36
36
balm_forge_version =5438000
37
37
balm_fabric_version =5437997
38
+ jei_version =19.0.0.11
38
39
39
40
# TODO compiling against 1.20.4 version for now
40
- jei_version =17.3.0.49
41
41
kubejs_version =2004.7.0-build.16
42
42
gamestages_version =15.0.1
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
49
49
modCompileOnly(" curse.maven:balm-531761:${ balm_neoforge_version} " )
50
50
modCompileOnly(" curse.maven:waystones-245755:${ waystones_neoforge_version} " )
51
51
52
- modCompileOnly(" mezz.jei:jei-1.20.4 -forge-api:${ rootProject.jei_version} " )
52
+ modCompileOnly(" mezz.jei:jei-${ rootProject.minecraft_version } -forge-api:${ rootProject.jei_version} " )
53
53
54
54
common(project(path : " :common" , configuration : " namedElements" )) { transitive false }
55
55
shadowCommon(project(path : " :common" , configuration : " transformProductionNeoForge" )) { transitive = false }
You can’t perform that action at this time.
0 commit comments