Fixed the description of the slot property of the minecraft:enchantable component. (#395)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"slot": {
|
"slot": {
|
||||||
"title": "Slot",
|
"title": "Slot",
|
||||||
"description": "If true you can always eat this item (even when not hungry), defaults to false.",
|
"description": "The slot type to be used to determine which enchantment types this item can be enchanted with.",
|
||||||
"enum": [
|
"enum": [
|
||||||
"all",
|
"all",
|
||||||
"axe",
|
"axe",
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"title": "Value",
|
"title": "Value",
|
||||||
"description": "The value of the enchantment.",
|
"description": "The enchantability of the item.",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"minimum": 0
|
"minimum": 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user