Skip to content

Commit

Permalink
Fabric Loom Updated to 1.9, Gradle Updated to 8.11.1 and Mod Informat…
Browse files Browse the repository at this point in the history
…ion Updated
  • Loading branch information
rafaelmehdiyev committed Dec 8, 2024
1 parent bf821cd commit 1a1757f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'fabric-loom' version '1.9-SNAPSHOT'
id 'maven-publish'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
7 changes: 4 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"id": "rafaels-useful-cactus",
"version": "${version}",
"name": "Rafael's Useful Cactus",
"description": "A mod that makes cacti more useful by allowing you to harvest cactus skin and craft various tools from it!",
"description": "A mod that makes cacti more useful by allowing you to harvest cactus skin, craft various tools and armor from it and use it as wood!",
"authors": [
"RaFaEL0 (Rafael Mehdiyev)"
"RaFaEL0 (Rafael Mehdiyev)",
"Meronia"
],
"contact": {
"homepage": "",
"sources": ""
"sources": "https://github.com/rafaelmehdiyev/Useful-Cactus-Fabric-1.21.x"
},
"license": "MIT",
"icon": "assets/rafaels-useful-cactus/icon.png",
Expand Down

0 comments on commit 1a1757f

Please sign in to comment.