This commit is contained in:
DaanV2
2021-07-01 16:42:21 +02:00
parent 63b688b92e
commit 5ec27268ea
91 changed files with 212 additions and 177 deletions

View File

@@ -7,6 +7,6 @@
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"chance": { "type": "number", "default": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Chance" },
"max_chance": { "type": "number", "default": 0, "description": "The maximum random chance value allowed.", "title": "Max Chance" }
"max_chance": { "type": "number", "default": 0, "description": "The maximum random chance value allowed.", "title": "Maximum Chance" }
}
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.condition.random_regional_difficulty_chance",
"type": "object",
"additionalProperties": false,
"description": "Sets a max regional difficulty random chance of the specified value.",
"description": "Sets a Maximum regional difficulty random chance of the specified value.",
"title": "Random Regional Difficulty Chance",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
@@ -12,7 +12,7 @@
"description": "The default random chance if the level difficulty is not assigned.",
"title": "Default Chance"
},
"max_chance": { "title": "Max Chance", "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"max_chance": { "title": "Maximum Chance", "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"easy": {
"type": "number",
"default": 0,