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+
14# 1.1.3-Beta
25- Add Haunted Mansion Shrine
36- 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
44
55plugins {
66 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
88 id(" com.gradleup.shadow" ) version " 8.3.5" apply false
99 java
1010 idea
11- kotlin(" jvm" ) version " 2.0.20 "
11+ kotlin(" jvm" ) version " 2.1.10 "
1212 `maven- publish`
1313}
1414
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
4848
4949 // Cobblemon
5050 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 " )
5252
5353 modApi(" tech.jt-dev:MoreStructureProcessors-fabric:${project.properties[" moreprocessors_version" ]} " ) { isChanging = true }
5454
Original file line number Diff line number Diff line change 1515 ],
1616 "contact" : {
1717 "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"
1920 },
2021 "license" : " GNU GPL 3.0" ,
2122 "icon" : " icon.png" ,
3637 "suggests" : {
3738 "biomeswevegone" : " >=1.2.3" ,
3839 "biomesoplenty" : " >=19.0.0.91"
40+ },
41+ "custom" : {
42+ "modmenu" : {
43+ "links" : {
44+ "modmenu.discord" : " https://discord.com/invite/generations"
45+ }
46+ }
3947 }
4048}
Original file line number Diff line number Diff line change @@ -6,27 +6,27 @@ archives_base_name=Generations-Structures
66mod_version =1.1.4-Beta-SNAPSHOT
77maven_group =generations.gg.generations.structures.generationsstructures
88
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
1111
12- forge_version =47.3.12
12+ forge_version =47.3.27
1313neoforge_version =47.1.106
1414
1515use_neoforge =false
1616
1717parchment =2023.09.03
1818
19- generations-core_version =4.1.2 -Beta-SNAPSHOT
19+ generations-core_version =5.0.0 -Beta
2020architectury_version =9.2.14
2121botarium_version =2.3.4
2222devauth_version =1.2.1
2323cobblemon_version =1.5.2+1.20.1
24- moreprocessors_version =1.2.0
24+ moreprocessors_version =1.2.1
2525
2626terrablender_version =3.0.1.7
2727BOP_version =19.0.0.91
2828GlitchCore_version =0.0.1.1
29- BWG_version =1.4.4
29+ BWG_version =1.5.3
3030
3131# Publishing
3232github_token =xxx
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments