mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-19 08:21:59 +00:00
22 lines
480 B
JSON
22 lines
480 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "1095951327",
|
|
"title": "minecraft:enchantable v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"slot": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"value": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0
|
|
}
|
|
},
|
|
"required": [
|
|
"slot",
|
|
"value"
|
|
],
|
|
"$metaProperties": {}
|
|
} |