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
15 changes: 15 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/Minecraft_Server.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ base {
}

repositories {
maven { url = "https://maven.terraformersmc.com/" }
maven { url "https://maven.shedaniel.me/" }
// Add repositories to retrieve artifacts from in here.
// You should only use this when depending on other mods because
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
Expand All @@ -26,6 +28,14 @@ dependencies {

// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

// Mod Menu API
modImplementation("com.terraformersmc:modmenu:${project.modmenu_version}")

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

processResources {
Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.15.11

# Mod Properties
mod_version = 1.20.4-0.0.1
mod_version = 1.20.4-0.0.4
maven_group = me.ceziy.extrahud
archives_base_name = ExtraHUD

# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.97.1+1.20.4
modmenu_version=9.2.0-beta.2
cloth_config_version=13.0.121
2 changes: 1 addition & 1 deletion run/config/fabric/indigo-renderer.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Indigo properties file
#Fri Jun 07 19:43:51 MSK 2024
#Wed Jun 19 23:57:14 MSK 2024
fix-mean-light-calculation=auto
debug-compare-lighting=auto
fix-exterior-vertex-lighting=auto
Expand Down
Binary file modified run/data/fabricDefaultResourcePacks.dat
Binary file not shown.
Binary file modified run/logs/debug-1.log.gz
Binary file not shown.
Loading