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
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'fabric-loom' version '1.1-SNAPSHOT'
id 'maven-publish'
}

Expand All @@ -10,17 +10,12 @@ archivesBaseName = project.mod_name
version = project.mod_version + "+" + project.version_meta
group = project.maven_group

minecraft {
}

repositories {
maven { url "https://maven.terraformersmc.com/"}
maven { url "https://maven.shedaniel.me/" }
}

loom {
accessWidenerPath = file("src/main/resources/resourcemelons.accesswidener")

runs {
datagenClient {
client()
Expand Down
21 changes: 11 additions & 10 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.18
yarn_mappings=1
minecraft_version=1.18.2
yarn_mappings=4
tiny_version=2
loader_version=0.12.8
loader_version=0.14.14

# Mod Properties
mod_version = 2.2.3
mod_version = 2.2.4
maven_group = com.shnupbups
mod_name = resource-melons
version_meta = fabric-mc1.18
version_meta = fabric-mc1.18.2

# Dependencies
# check on https://modmuss50.me/fabric.html
fapi_version=0.44.0+1.18
fapi_version=0.75.1+1.18.2

# check on maven at https://maven.shedaniel.me/me/shedaniel/cloth/cloth-config-fabric/
cloth_config_version = 6.0.45
cloth_config_version = 6.1.48

# Other Stuff
# check on maven at https://maven.shedaniel.me/me/shedaniel/RoughlyEnoughItems-fabric/
rei_version = 7.0.346
rei_version = 8.3.590

# check on maven at https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
modmenu_version = 3.0.0
modmenu_version = 3.0.1
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading