Fixing json errors
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
},
|
},
|
||||||
"snacking_stop_chance": {
|
"snacking_stop_chance": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default":,
|
|
||||||
"description": "This is the chance that the mob will stop snacking, from 0 to 1",
|
"description": "This is the chance that the mob will stop snacking, from 0 to 1",
|
||||||
"title": "Snacking Stop Chance"
|
"title": "Snacking Stop Chance"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
"title": "Explode",
|
"title": "Explode",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"description": "Defines how the entity explodes.",
|
"description": "Defines how the entity explodes.",
|
||||||
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"breaks_blocks": {
|
"breaks_blocks": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
@@ -44,7 +43,6 @@
|
|||||||
},
|
},
|
||||||
"max_resistance": {
|
"max_resistance": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default":,
|
|
||||||
"description": "A blocks explosion resistance will be capped at this value when an explosion occurs.",
|
"description": "A blocks explosion resistance will be capped at this value when an explosion occurs.",
|
||||||
"title": "Maximum Resistance"
|
"title": "Maximum Resistance"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"mutation_rate": {
|
"mutation_rate": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default":,
|
|
||||||
"description": "Chance that an allele will be replaced with a random one instead of the parent's allele during birth.",
|
"description": "Chance that an allele will be replaced with a random one instead of the parent's allele during birth.",
|
||||||
"title": "Mutation Rate"
|
"title": "Mutation Rate"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user