Skip to content

Commit d353d40

Browse files
committed
flib release
1 parent 1c09af7 commit d353d40

3 files changed

Lines changed: 10 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,11 @@ Make sure to clear after release
55
Put changelog here:
66

77
-----------------
8-
- Updated FrozenLib compatibility to 2.2.4+
9-
- Includes updates to config parsing for Configurable Everything
10-
- Updated minimum Fabric Language Kotlin version to 1.13.8
11-
- Updated minimum FKE version to 1.1.9
12-
- 2.0 on 26.1-snapshot-1
13-
- Implemented caching for Remapping
14-
- Improves loading times after first load
15-
- Changed the logic of modsToRemap in Scripting config
16-
- Selected mods will also select any children mods
17-
- Example: 'fabric-api' will now select all Fabric API modules
18-
- Added a wrapper for adding blocks via scripts more simply
19-
- The wiki has been updated to show an example
20-
- Added wrappers to allow all types of blocks to be created via scripts
21-
- Updated included Kotlin metadata remapper from Fabric Loom
22-
- Fixed rare crash with entity attribute amplifiers
23-
- Fixed an issue where the default config causes a "No alpha allowed" error in the config GUI
24-
- Fixed major log spam when remapping is enabled
25-
- Updated included Kotlin remapper from Fabric Loom
26-
- 1.21.x: Removed json5 datapack support
27-
- 26.1: Fixed json5 datapack support
28-
- 26.1: Added support for djs, jsonc, hjson, txt, and ubjson files
29-
- 26.1: Renamed config option from json5Support to moreJsonSuppport
30-
- 26.1: Removed script remapping
31-
- The unobfuscation update makes script remapping obsolete
32-
- 26.1: Added a wrapper for adding blocks via scripts
33-
- The wiki has been updated to show an example
8+
- Updated FrozenLib compatibility to 2.4+
9+
- Updated to FrozenLib's Config V2
10+
- Config modifications will now only run when configs are saved
11+
- Saves usually happen from cloth config GUI
12+
- Performance fixes
13+
-
14+
- Added replacedBiomes to biome placement config
15+
- Replaces a biome or biome tag with a singular replacement biome

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ repositories {
138138
name = "Siphalor's Maven"
139139
url = uri("https://maven.siphalor.de")
140140
}*/
141-
maven("https://maven.flashyreese.me/releases")
142-
maven("https://maven.flashyreese.me/snapshots")
143141
maven("https://maven.minecraftforge.net/")
144142
maven("https://maven.jamieswhiteshirt.com/libs-release") {
145143
content {
@@ -181,7 +179,7 @@ dependencies {
181179

182180
// FrozenLib
183181
//api("maven.modrinth:frozenlib:$frozenlib_version")
184-
api("net.frozenblock:frozenlib:$frozenlib_version-SNAPSHOT")
182+
api("net.frozenblock:frozenlib:$frozenlib_version")
185183

186184
// Cloth Config
187185
api("me.shedaniel.cloth:cloth-config-fabric:${cloth_config_version}") {

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-9.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)