Refactored item
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.1.16.200.items.minecraft:hand_equiped",
|
||||
"additionalProperties": false,
|
||||
"required": ["texture"],
|
||||
"type": "boolean",
|
||||
"title": "Hand Equipped",
|
||||
"description": "Is this a hand equipped item."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.1.16.200.items.minecraft:max_stack_size",
|
||||
"additionalProperties": false,
|
||||
"required": ["texture"],
|
||||
"type": "integer",
|
||||
"title": "Max Stack Size",
|
||||
"description": "Maximum stack size.",
|
||||
"minimum": 0
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.1.16.200.items.minecraft:use_duration",
|
||||
"additionalProperties": false,
|
||||
"required": ["texture"],
|
||||
"type": "integer",
|
||||
"title": "Use Duration",
|
||||
"description": "How long to use before item is done being used."
|
||||
}
|
||||
Reference in New Issue
Block a user