20 lines
419 B
JSON
20 lines
419 B
JSON
|
|
{
|
||
|
|
"$id": "blockception.minecraft.behavior.items.minecraft:fire_resistant",
|
||
|
|
"title": "Fire Resistant",
|
||
|
|
"description": "Determines whether an item is immune to burning when dropped in fire or lava",
|
||
|
|
"oneOf": [
|
||
|
|
{
|
||
|
|
"type": "boolean"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "object",
|
||
|
|
"additionalProperties": false,
|
||
|
|
"properties": {
|
||
|
|
"value": {
|
||
|
|
"type": "boolean"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|