mod menu support
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -10,16 +10,6 @@ base {
|
|||||||
archivesName = project.archives_base_name
|
archivesName = project.archives_base_name
|
||||||
}
|
}
|
||||||
|
|
||||||
loom {
|
|
||||||
splitEnvironmentSourceSets()
|
|
||||||
|
|
||||||
mods {
|
|
||||||
"hungryfrog" {
|
|
||||||
sourceSet sourceSets.main
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// Add repositories to retrieve artifacts from in here.
|
// Add repositories to retrieve artifacts from in here.
|
||||||
// You should only use this when depending on other mods because
|
// You should only use this when depending on other mods because
|
||||||
|
|||||||
@@ -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.2
|
mod_version=1.3
|
||||||
maven_group=com.kasetoatz
|
maven_group=com.kasetoatz
|
||||||
archives_base_name=hungryfrog
|
archives_base_name=hungryfrog
|
||||||
# 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
|
||||||
|
|||||||
@@ -3,10 +3,16 @@
|
|||||||
"id": "hungryfrog",
|
"id": "hungryfrog",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"name": "HungryFrog",
|
"name": "HungryFrog",
|
||||||
"description": "",
|
"description": "Make frogs completely devour your world",
|
||||||
"authors": [],
|
"authors": ["KaseToatz"],
|
||||||
"contact": {},
|
"contact": {
|
||||||
|
"email": "kasetoatz@kasetoatz.com",
|
||||||
|
"homepage": "https://modrinth.com/mod/hungryfrog",
|
||||||
|
"issues": "https://git.kasetoatz.com/KaseToatz/HungryFrog/issues",
|
||||||
|
"sources": "https://git.kasetoatz.com/KaseToatz/HungryFrog"
|
||||||
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"icon": "icon.png",
|
||||||
"environment": "*",
|
"environment": "*",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
"main": [
|
"main": [
|
||||||
|
|||||||
BIN
src/main/resources/icon.png
Normal file
BIN
src/main/resources/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Reference in New Issue
Block a user