mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
default disable forge registry dump
This commit is contained in:
@@ -71,7 +71,7 @@ configure<UserDevExtension> {
|
|||||||
runs {
|
runs {
|
||||||
val runConfig = Action<RunConfig> {
|
val runConfig = Action<RunConfig> {
|
||||||
properties(mapOf(
|
properties(mapOf(
|
||||||
"forge.logging.markers" to "SCAN,REGISTRIES,REGISTRYDUMP",
|
//"forge.logging.markers" to "SCAN,REGISTRIES,REGISTRYDUMP",
|
||||||
"forge.logging.console.level" to "debug"
|
"forge.logging.console.level" to "debug"
|
||||||
))
|
))
|
||||||
arg("-mixin.config=terra.mixins.json")
|
arg("-mixin.config=terra.mixins.json")
|
||||||
|
|||||||
Reference in New Issue
Block a user