mod menu support
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'fabric-loom' version '1.11-SNAPSHOT'
|
||||
id 'fabric-loom' version "${loom_version}"
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
|
||||
@@ -5,10 +5,11 @@ org.gradle.jvmargs=-Xmx1G
|
||||
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.1
|
||||
mod_version=1.2
|
||||
maven_group=com.kasetoatz
|
||||
archives_base_name=FartherLands
|
||||
# Dependencies
|
||||
# check this on https://modmuss50.me/fabric.html
|
||||
fabric_version=0.135.0+1.21.10
|
||||
fabric_version=0.136.0+1.21.10
|
||||
|
||||
@@ -3,10 +3,16 @@
|
||||
"id": "fartherlands",
|
||||
"version": "${version}",
|
||||
"name": "FartherLands",
|
||||
"description": "",
|
||||
"authors": [],
|
||||
"contact": {},
|
||||
"description": "This mod adds the FarLands back and essentially removes the limit of how far you can go in Minecraft entirely.",
|
||||
"authors": ["KaseToatz"],
|
||||
"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",
|
||||
"icon": "icon.png",
|
||||
"environment": "*",
|
||||
"mixins": [
|
||||
"fartherlands.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: 63 KiB |
Reference in New Issue
Block a user