Refactored item
This commit is contained in:
9
source/behavior/items/format/components/fuel.json
Normal file
9
source/behavior/items/format/components/fuel.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.1.16.200.items.minecraft:fuel",
|
||||
"title": "Fuel",
|
||||
"description": "Fuel component. Allows this item to be used as fuel in a furnace to `cook` other items.",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["duration"],
|
||||
"properties": { "duration": { "type": "number", "title": "Duration", "description": "How long in seconds will this fuel cook items for." } }
|
||||
}
|
||||
Reference in New Issue
Block a user