Updated components of item 1.16.100

This commit is contained in:
DaanV2
2021-01-05 00:06:46 +01:00
parent 3397f9a928
commit 42238d3f0a
16 changed files with 450 additions and 59 deletions

View File

@@ -1,10 +1,16 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.1.16.100.items.minecraft:",
"title": "",
"description": "",
"$id": "blockception.minecraft.behaviour.1.16.100.items.minecraft:knockback_resistance",
"title": "Knockback resistance",
"description": "Knockback Resistance Item. Component put on items that provide knockback resistance.",
"type": "object",
"additionalProperties": false,
"required": [""],
"properties": {}
"required": ["protection"],
"properties": {
"protection": {
"title": "Protection",
"description": "Amount of knockback resistance provided with the total maximum protection being 1.0",
"type":"number"
}
}
}