Files
Custom_Launcher_mc/modpack/_upload/objects/1c/d8/1cd8941cf1ee60034804b84492adbd0253ea7d98
T
felden.r@grenoble.archi.fr c280484561 first commit
2025-03-31 11:07:21 +02:00

23 lines
581 B
Plaintext

{
"$schema" : "https://json-schema.org/draft/2019-09/schema",
"type" : "object",
"properties" : {
"blockBlacklist" : {
"description" : "Blacklist of blocks that don't get assembled",
"type" : "array",
"items" : {
"type" : "string",
"description" : "Blacklist of blocks that don't get assembled"
}
},
"maxGravitronMass" : {
"type" : "integer",
"format" : "int32",
"description" : "Max Gravitron mass in 1000 kg"
},
"$schema" : {
"type" : "string"
}
},
"additionalProperties" : false
}