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 689d02d commit c35b5c4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
9 changes: 5 additions & 4 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
"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",
"icon": "assets/rafaels-useful-cactus/icon.gif",
"environment": "*",
"entrypoints": {
"fabric-datagen": [
Expand Down

0 comments on commit c35b5c4

Please sign in to comment.