Files
fdd-xplat/gradle.properties

24 lines
357 B
Properties
Raw Normal View History

2023-11-06 23:25:17 +02:00
#Project
version_major=1
version_minor=0
version_patch=0
project_group=com.author.examplemod
#Mod
mod_author=ExampleModAuthor
mod_id=examplemod
2023-11-08 20:57:08 +02:00
mod_name=ExampleMod
2023-11-06 23:25:17 +02:00
# Shared
2024-06-15 22:28:20 +02:00
minecraft_version=1.21
2023-11-06 23:25:17 +02:00
# Fabric
2024-06-15 22:28:20 +02:00
fabric_loader=0.15.11
fabric_api=0.100.1+1.21
2023-11-06 23:25:17 +02:00
2024-06-15 22:28:20 +02:00
# NeoForge
neoforge_version=8-beta
2023-11-08 20:57:08 +02:00
# Gradle Options
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false