Skip to content

Commit ef30602

Browse files
committed
Mark as 1.0.0-SNAPSHOT
1 parent f3affad commit ef30602

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.1.4-Beta
1+
# 1.0.0
22
- Add ModMenu Integration (Fabric Only)
33

44
# 1.1.3-Beta

build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import net.fabricmc.loom.api.LoomGradleExtensionAPI
55
plugins {
66
id("architectury-plugin") version "3.4-SNAPSHOT"
77
id("dev.architectury.loom") version "1.9-SNAPSHOT" apply false
8-
id("com.gradleup.shadow") version "8.3.5" apply false
8+
id("com.gradleup.shadow") version "8.3.6" apply false
99
java
1010
idea
1111
kotlin("jvm") version "2.1.10"
@@ -35,6 +35,7 @@ subprojects {
3535
repositories {
3636
mavenCentral()
3737
mavenLocal()
38+
maven("https://maven.minecraftforge.net/")
3839
maven("https://repo1.maven.org/maven2")
3940
maven("https://jitpack.io")
4041
maven("https://maven.generations.gg/snapshots")
@@ -62,7 +63,7 @@ subprojects {
6263
parchment("org.parchmentmc.data:parchment-$minecraftVersion:${project.properties["parchment"]}@zip")
6364
})
6465

65-
compileOnly("org.jetbrains:annotations:26.0.1")
66+
compileOnly("org.jetbrains:annotations:26.0.2")
6667
}
6768

6869
java {

common/src/main/java/generations/gg/generations/structures/generationsstructures/tags/GenerationsBiomeTags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Contains all the {@link TagKey}s for the generation of structures in the mod.
1010
*/
11-
public class GenerationsBiomeTags {
11+
public final class GenerationsBiomeTags {
1212

1313
public static final TagKey<Biome> IS_NOT_MOUNTAIN = create("is_not_mountain");
1414

fabric/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ publisher {
9191
curseID.set("944403")
9292
modrinthID.set("vuBdsrzF")
9393
githubRepo.set("https://github.com/GenerationsMod/Generations-Structures")
94-
setReleaseType(ReleaseType.BETA)
94+
setReleaseType(ReleaseType.RELEASE)
9595
projectVersion.set(project.version.toString() + "-${project.name}")
9696
displayName.set(base.archivesName.get() + "-${project.version}")
9797
changelog.set(projectDir.toPath().parent.resolve("CHANGELOG.md").toFile().readText())

forge/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ publisher {
118118
curseID.set("944403")
119119
modrinthID.set("vuBdsrzF")
120120
githubRepo.set("https://github.com/GenerationsMod/Generations-Structures")
121-
setReleaseType(ReleaseType.BETA)
121+
setReleaseType(ReleaseType.RELEASE)
122122
projectVersion.set(project.version.toString() + "-${project.name}")
123123
displayName.set(base.archivesName.get() + "-${project.version}")
124124
changelog.set(projectDir.toPath().parent.resolve("CHANGELOG.md").toFile().readText())

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3G -Ddevauth.enabled=true
33
minecraft_version=1.20.1
44

55
archives_base_name=Generations-Structures
6-
mod_version=1.1.4-Beta-SNAPSHOT
6+
mod_version=1.0.0-SNAPSHOT
77
maven_group=generations.gg.generations.structures.generationsstructures
88

99
fabric_loader_version=0.16.10
@@ -16,17 +16,17 @@ use_neoforge=false
1616

1717
parchment=2023.09.03
1818

19-
generations-core_version=5.0.0-Beta
19+
generations-core_version=1.0.0
2020
architectury_version=9.2.14
2121
botarium_version=2.3.4
2222
devauth_version=1.2.1
2323
cobblemon_version=1.5.2+1.20.1
2424
moreprocessors_version=1.2.1
2525

2626
terrablender_version=3.0.1.7
27-
BOP_version=19.0.0.91
27+
BOP_version=19.0.0.94
2828
GlitchCore_version=0.0.1.1
29-
BWG_version=1.5.3
29+
BWG_version=1.5.8
3030

3131
# Publishing
3232
github_token=xxx

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum
@@ -206,7 +205,7 @@ fi
206205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
207206

208207
# Collect all arguments for the java command:
209-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
210209
# and any embedded shellness will be escaped.
211210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
212211
# treated as '${Hostname}' itself on the command line.

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement.repositories {
88
}
99

1010
plugins {
11-
id("com.gradle.develocity") version("3.18.2")
11+
id("com.gradle.develocity") version("3.19.2")
1212
}
1313

1414
develocity.buildScan {

0 commit comments

Comments
 (0)