File tree Expand file tree Collapse file tree 6 files changed +22
-11
lines changed Expand file tree Collapse file tree 6 files changed +22
-11
lines changed Original file line number Diff line number Diff line change
1
+ # 1.1.4-Beta
2
+ - Add ModMenu Integration (Fabric Only)
3
+
1
4
# 1.1.3-Beta
2
5
- Add Haunted Mansion Shrine
3
6
- Slight Changes to Forces of Nature Shrine Processor for better flower variation
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import net.fabricmc.loom.api.LoomGradleExtensionAPI
4
4
5
5
plugins {
6
6
id(" architectury-plugin" ) version " 3.4-SNAPSHOT"
7
- id(" dev.architectury.loom" ) version " 1.7 -SNAPSHOT" apply false
7
+ id(" dev.architectury.loom" ) version " 1.9 -SNAPSHOT" apply false
8
8
id(" com.gradleup.shadow" ) version " 8.3.5" apply false
9
9
java
10
10
idea
11
- kotlin(" jvm" ) version " 2.0.20 "
11
+ kotlin(" jvm" ) version " 2.1.10 "
12
12
`maven- publish`
13
13
}
14
14
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
48
48
49
49
// Cobblemon
50
50
modApi(" com.cobblemon:fabric:${project.properties[" cobblemon_version" ]} " )
51
- modRuntimeOnly(" net.fabricmc:fabric-language-kotlin:1.12 .1+kotlin.2.0.20 " )
51
+ modRuntimeOnly(" net.fabricmc:fabric-language-kotlin:1.13 .1+kotlin.2.1.10 " )
52
52
53
53
modApi(" tech.jt-dev:MoreStructureProcessors-fabric:${project.properties[" moreprocessors_version" ]} " ) { isChanging = true }
54
54
Original file line number Diff line number Diff line change 15
15
],
16
16
"contact" : {
17
17
"homepage" : " https://generations.gg/" ,
18
- "sources" : " https://github.com/GenerationsMod/Generations-Structures"
18
+ "sources" : " https://github.com/GenerationsMod/Generations-Structures" ,
19
+ "issues" : " https://github.com/GenerationsMod/Generations-Structures/issues"
19
20
},
20
21
"license" : " GNU GPL 3.0" ,
21
22
"icon" : " icon.png" ,
36
37
"suggests" : {
37
38
"biomeswevegone" : " >=1.2.3" ,
38
39
"biomesoplenty" : " >=19.0.0.91"
40
+ },
41
+ "custom" : {
42
+ "modmenu" : {
43
+ "links" : {
44
+ "modmenu.discord" : " https://discord.com/invite/generations"
45
+ }
46
+ }
39
47
}
40
48
}
Original file line number Diff line number Diff line change @@ -6,27 +6,27 @@ archives_base_name=Generations-Structures
6
6
mod_version =1.1.4-Beta-SNAPSHOT
7
7
maven_group =generations.gg.generations.structures.generationsstructures
8
8
9
- fabric_loader_version =0.16.9
10
- fabric_api_version =0.92.2
9
+ fabric_loader_version =0.16.10
10
+ fabric_api_version =0.92.3
11
11
12
- forge_version =47.3.12
12
+ forge_version =47.3.27
13
13
neoforge_version =47.1.106
14
14
15
15
use_neoforge =false
16
16
17
17
parchment =2023.09.03
18
18
19
- generations-core_version =4.1.2 -Beta-SNAPSHOT
19
+ generations-core_version =5.0.0 -Beta
20
20
architectury_version =9.2.14
21
21
botarium_version =2.3.4
22
22
devauth_version =1.2.1
23
23
cobblemon_version =1.5.2+1.20.1
24
- moreprocessors_version =1.2.0
24
+ moreprocessors_version =1.2.1
25
25
26
26
terrablender_version =3.0.1.7
27
27
BOP_version =19.0.0.91
28
28
GlitchCore_version =0.0.1.1
29
- BWG_version =1.4.4
29
+ BWG_version =1.5.3
30
30
31
31
# Publishing
32
32
github_token =xxx
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments