Compare commits
5 Commits
ed3638ada4
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 8322b34b35 | |||
| 4d2db89f37 | |||
| 5d375d77f7 | |||
| a12e7ac5b8 | |||
| 06387dd6ac |
@@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'fabric-loom' version '1.11-SNAPSHOT'
|
id 'fabric-loom' version "${loom_version}"
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,16 @@ org.gradle.jvmargs=-Xmx1G
|
|||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://modmuss50.me/fabric.html
|
# check these on https://modmuss50.me/fabric.html
|
||||||
minecraft_version=1.21.8
|
minecraft_version=1.21.10
|
||||||
yarn_mappings=1.21.8+build.1
|
yarn_mappings=1.21.10+build.2
|
||||||
loader_version=0.16.14
|
loader_version=0.17.3
|
||||||
|
loom_version=1.12-SNAPSHOT
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.3
|
mod_version = 1.6
|
||||||
maven_group = com.kasetoatz
|
maven_group = com.kasetoatz
|
||||||
archives_base_name = BoatJump
|
archives_base_name = BoatJump
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# check this on https://modmuss50.me/fabric.html
|
# check this on https://modmuss50.me/fabric.html
|
||||||
fabric_version=0.131.0+1.21.8
|
fabric_version=0.136.0+1.21.10
|
||||||
|
|||||||
@@ -3,12 +3,16 @@
|
|||||||
"id": "boatjump",
|
"id": "boatjump",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"name": "BoatJump",
|
"name": "BoatJump",
|
||||||
"description": "",
|
"description": "Literally jump with boats",
|
||||||
"authors": [],
|
"authors": ["KaseToatz"],
|
||||||
"contact": {
|
"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",
|
"license": "MIT",
|
||||||
|
"icon": "icon.png",
|
||||||
"environment": "*",
|
"environment": "*",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"boatjump.mixins.json"
|
"boatjump.mixins.json"
|
||||||
|
|||||||
BIN
src/main/resources/icon.png
Normal file
BIN
src/main/resources/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
Reference in New Issue
Block a user