VoxelEngine/res/content/base/blocks/lightbulb.json
2024-11-26 09:43:27 +03:00

14 lines
335 B
JSON

{
"caption": "light bulb",
"texture": "lightbulb",
"emission": [15, 14, 13],
"model": "aabb",
"hitbox": [0.25, 0.0, 0.25, 0.5, 0.5, 0.5],
"rotation": "pipe",
"light-passing": true,
"sky-light-passing": true,
"shadeless": true,
"material": "base:glass",
"base:durability": 0.2
}