Merge pull request #26 from SPGoding/patch-24

Fix weight and quality being an object
This commit is contained in:
Misode
2019-12-16 18:34:09 +01:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -71,12 +71,12 @@
},
{
"id": "weight",
"type": "range",
"type": "int",
"translate": "entry.weight"
},
{
"id": "quality",
"type": "range",
"type": "int",
"translate": "entry.quality",
"luckBased": true
},

View File

@@ -100,12 +100,12 @@
},
{
"id": "weight",
"type": "random",
"type": "int",
"translate": "entry.weight"
},
{
"id": "quality",
"type": "random",
"type": "int",
"translate": "entry.quality",
"luckBased": true
},

View File

@@ -111,12 +111,12 @@
},
{
"id": "weight",
"type": "random",
"type": "int",
"translate": "entry.weight"
},
{
"id": "quality",
"type": "random",
"type": "int",
"translate": "entry.quality",
"luckBased": true
},