Initial project setup: RoadRunner (Multi-loader Stonecutter Template)
This commit is contained in:
21
gradle.properties
Normal file
21
gradle.properties
Normal 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
|
||||
Reference in New Issue
Block a user