-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
Submodule FlowSched
updated
24 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: ishland <[email protected]> | ||
Date: Tue, 31 Dec 2024 21:14:16 +0800 | ||
Subject: [PATCH] Set Version | ||
|
||
|
||
diff --git a/gradle.properties b/gradle.properties | ||
index da2822a..8216a2b 100644 | ||
--- a/gradle.properties | ||
+++ b/gradle.properties | ||
@@ -7,6 +7,6 @@ loom.platform=neoforge | ||
minecraft_version=1.21.1 | ||
forge_version=21.1.92 | ||
# Mod Properties | ||
-mod_version=0.1.0 | ||
+mod_version=0.1.0+beta.1 | ||
maven_group=ca.spottedleaf.starlight | ||
archives_base_name=ScalableLux |