Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .github/workflows/build.yml

This file was deleted.

674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

20 changes: 0 additions & 20 deletions README.md

This file was deleted.

8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'maven-publish'
}

Expand Down Expand Up @@ -42,14 +42,14 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

// ModMenu
modApi "com.terraformersmc:modmenu:7.0.1"
modApi "com.terraformersmc:modmenu:${project.modmenu_version}"

// Cloth Config
modApi("me.shedaniel.cloth:cloth-config-fabric:11.1.106") {
modApi("me.shedaniel.cloth:cloth-config-fabric:${project.clothconfig_version}") {
exclude(group: "net.fabricmc.fabric-api")
}

modCompileOnly("maven.modrinth:autohud:6.1+1.20")
modCompileOnly("maven.modrinth:autohud:${project.autohud_version}")

// Uncomment the following line to enable the deprecated Fabric API modules.
// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.
Expand Down
17 changes: 11 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.14.21
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2
loader_version=0.16.9

# Fabric API
fabric_version=0.110.0+1.21.3

# Mod Properties
mod_version = 0.3.0-1.20
mod_version = 0.3.0-1.21.3
maven_group = io.csum
archives_base_name = segmented

# Dependencies
fabric_version=0.83.0+1.20
# mod versions
modmenu_version = 12.0.0-beta.1
autohud_version = 7.2.9+1.21.2-fabric
clothconfig_version = 16.0.141
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Nov 25 17:20:04 PST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
networkTimeout=10000
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
17 changes: 0 additions & 17 deletions remappedSrc/io/csum/segmented/SegmentedMod.java

This file was deleted.

This file was deleted.

148 changes: 0 additions & 148 deletions remappedSrc/io/csum/segmented/client/gui/SegmentedHotbarRenderer.java

This file was deleted.

29 changes: 0 additions & 29 deletions remappedSrc/io/csum/segmented/client/util/Constants.java

This file was deleted.

36 changes: 0 additions & 36 deletions remappedSrc/io/csum/segmented/config/SegmentedConfig.java

This file was deleted.

Loading