mod menu support

This commit is contained in:
2025-10-31 15:04:26 +01:00
parent ee58121002
commit 6ef3f8fffc
4 changed files with 13 additions and 6 deletions

View File

@@ -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'
} }

View File

@@ -5,10 +5,11 @@ org.gradle.jvmargs=-Xmx1G
minecraft_version=1.21.10 minecraft_version=1.21.10
yarn_mappings=1.21.10+build.2 yarn_mappings=1.21.10+build.2
loader_version=0.17.3 loader_version=0.17.3
loom_version=1.12-SNAPSHOT
# Mod Properties # Mod Properties
mod_version=1.1 mod_version=1.2
maven_group=com.kasetoatz maven_group=com.kasetoatz
archives_base_name=FartherLands archives_base_name=FartherLands
# Dependencies # Dependencies
# check this on https://modmuss50.me/fabric.html # check this on https://modmuss50.me/fabric.html
fabric_version=0.135.0+1.21.10 fabric_version=0.136.0+1.21.10

View File

@@ -3,10 +3,16 @@
"id": "fartherlands", "id": "fartherlands",
"version": "${version}", "version": "${version}",
"name": "FartherLands", "name": "FartherLands",
"description": "", "description": "This mod adds the FarLands back and essentially removes the limit of how far you can go in Minecraft entirely.",
"authors": [], "authors": ["KaseToatz"],
"contact": {}, "contact": {
"email": "kasetoatz@kasetoatz.com",
"homepage": "https://modrinth.com/mod/fartherlands",
"issues": "https://git.kasetoatz.com/KaseToatz/FartherLands/issues",
"sources": "https://git.kasetoatz.com/KaseToatz/FartherLands"
},
"license": "MIT", "license": "MIT",
"icon": "icon.png",
"environment": "*", "environment": "*",
"mixins": [ "mixins": [
"fartherlands.mixins.json" "fartherlands.mixins.json"

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB