Compare commits

...

5 Commits

Author SHA1 Message Date
8322b34b35 Update gradle.properties 2025-10-31 14:54:35 +01:00
4d2db89f37 mod menu support 2025-10-31 14:50:28 +01:00
5d375d77f7 Update gradle.properties 2025-10-11 17:13:18 +02:00
a12e7ac5b8 Update gradle.properties 2025-10-01 20:51:32 +02:00
06387dd6ac Update gradle.properties 2025-10-01 20:50:42 +02:00
4 changed files with 16 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.11-SNAPSHOT'
id 'fabric-loom' version "${loom_version}"
id 'maven-publish'
}

View File

@@ -3,15 +3,16 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.8
yarn_mappings=1.21.8+build.1
loader_version=0.16.14
minecraft_version=1.21.10
yarn_mappings=1.21.10+build.2
loader_version=0.17.3
loom_version=1.12-SNAPSHOT
# Mod Properties
mod_version = 1.3
mod_version = 1.6
maven_group = com.kasetoatz
archives_base_name = BoatJump
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.131.0+1.21.8
fabric_version=0.136.0+1.21.10

View File

@@ -3,12 +3,16 @@
"id": "boatjump",
"version": "${version}",
"name": "BoatJump",
"description": "",
"authors": [],
"description": "Literally jump with boats",
"authors": ["KaseToatz"],
"contact": {
"repo": "https://git.kasetoatz.com/KaseToatz/BoatJump"
"email": "kasetoatz@kasetoatz.com",
"homepage": "https://modrinth.com/mod/joatbump",
"issues": "https://git.kasetoatz.com/KaseToatz/BoatJump/issues",
"sources": "https://git.kasetoatz.com/KaseToatz/BoatJump"
},
"license": "MIT",
"icon": "icon.png",
"environment": "*",
"mixins": [
"boatjump.mixins.json"

BIN
src/main/resources/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB