Initial project setup: RoadRunner (Multi-loader Stonecutter Template)

This commit is contained in:
bnair123
2025-12-31 00:45:01 +04:00
parent 32daa04478
commit 9a44e600ea
21 changed files with 833 additions and 0 deletions

21
gradle.properties Normal file
View File

@@ -0,0 +1,21 @@
org.gradle.jvmargs = -Xmx4G
org.gradle.parallel = true
fabric.loom.multiProjectOptimisation = true
modVersion = 1.0.0
modId = roadrunner
modGroup = com.bnair.roadrunner
modName = RoadRunner
modDescription = A mod for building large scale highways and roadways.
modAuthors = bnair
modLicense = MIT
### Mod properties ###
mod.version = 1.0.0
mod.group = com.bnair.roadrunner
mod.id = roadrunner
mod.name = RoadRunner
mod.description = A mod for building large scale highways and roadways.
mod.license = MIT