Lantern_Base
Server/Item/RootInteractions/Block/Lantern/Lantern_Base.json, 382 B
Fields
| Field | Type |
|---|---|
Interactions | array[1] |
Settings | object |
Source
{
"Interactions": [
{
"Type": "Simple"
}
],
"Settings": {
"Adventure": {
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.35
}
},
"Creative": {
"AllowSkipChainOnClick": true,
"Cooldown": {
"Id": "BlockInteraction_Creative",
"Cooldown": 0.35,
"ClickBypass": true
}
}
}
}