first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=true
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
|
||||
# Environment
|
||||
minecraft_version=1.21.1
|
||||
neo_version=21.1.247
|
||||
parchment_minecraft_version=1.21.1
|
||||
|
||||
# Mod
|
||||
mod_id=chunkinspector
|
||||
mod_name=Chunk Inspector
|
||||
mod_license=MIT
|
||||
mod_version=1.0.0
|
||||
mod_group_id=dev.chunkinspector
|
||||
mod_authors=ChunkInspector Contributors
|
||||
mod_description=Diagnoses why chunks stay loaded on heavily-modded servers by tracking chunk tickets and writing reports to <level>/chunk-summaries.
|
||||
Reference in New Issue
Block a user