Initial commit
All checks were successful
build / build (push) Successful in 2m24s

This commit is contained in:
2026-03-12 19:48:20 +01:00
commit 7c9c5b8ab1
32 changed files with 1488 additions and 0 deletions

18
gradle.properties Normal file
View File

@@ -0,0 +1,18 @@
##########################################################################
# Standard Properties
org.gradle.jvmargs = -Xmx6G
org.gradle.warning.mode = all
# This currently has to be set to false because the "Minecraft Client" and "Minecraft Server" configurations generated
# by IntelliJ aren't currently compatible with the configuration cache. If you use the runClient and runServer Gradle
# tasks instead, then this can (and should) be set to true.
org.gradle.configuration-cache = false
##########################################################################
# Mod Properties
mod_version = 0.1.0
mod_group = ciomek
mod_name = quetzal
##########################################################################
# Plugin Dependency
# Check this on https://plugins.gradle.org/plugin/org.gradle.toolchains.foojay-resolver-convention/
foojay_resolver_version = 1.0.0
##########################################################################