34 lines
1,021 B
JSON
34 lines
1,021 B
JSON
|
{
|
||
|
"$schema" : "https://json-schema.org/draft/2019-09/schema",
|
||
|
"type" : "object",
|
||
|
"properties" : {
|
||
|
"enableBearing" : {
|
||
|
"type" : "boolean",
|
||
|
"description" : "Make Bearing Contraptions Interactive"
|
||
|
},
|
||
|
"enableClockwork" : {
|
||
|
"type" : "boolean",
|
||
|
"description" : "Make Clockwork Contraptions Interactive"
|
||
|
},
|
||
|
"enableInteractMeBlock" : {
|
||
|
"type" : "boolean",
|
||
|
"description" : "Requires contraptions to have the \"Interact Me\" block for it to be Interactive"
|
||
|
},
|
||
|
"enableMounted" : {
|
||
|
"type" : "boolean",
|
||
|
"description" : "Make Mounted Contraptions Interactive (Minecart)"
|
||
|
},
|
||
|
"enableTrain" : {
|
||
|
"type" : "boolean",
|
||
|
"description" : "Make Trains Interactive"
|
||
|
},
|
||
|
"enableTranslating" : {
|
||
|
"type" : "boolean",
|
||
|
"description" : "Make Translating Contraptions Interactive (Piston, Gantry, Pulley)"
|
||
|
},
|
||
|
"$schema" : {
|
||
|
"type" : "string"
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties" : false
|
||
|
}
|