Fixing json errors

This commit is contained in:
DaanV2
2021-10-08 13:29:25 +02:00
parent 9240e5c294
commit 7253bf8f72
3 changed files with 2 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
},
"snacking_stop_chance": {
"type": "number",
"default":,
"description": "This is the chance that the mob will stop snacking, from 0 to 1",
"title": "Snacking Stop Chance"
}

View File

@@ -4,7 +4,6 @@
"title": "Explode",
"additionalProperties": false,
"description": "Defines how the entity explodes.",
"properties": {
"breaks_blocks": {
"type": "boolean",
@@ -44,7 +43,6 @@
},
"max_resistance": {
"type": "number",
"default":,
"description": "A blocks explosion resistance will be capped at this value when an explosion occurs.",
"title": "Maximum Resistance"
},

View File

@@ -34,7 +34,7 @@
"properties": {
"mutation_rate": {
"type": "number",
"default":,
"description": "Chance that an allele will be replaced with a random one instead of the parent's allele during birth.",
"title": "Mutation Rate"
},