VoxelEngine/res/content/base/blocks/lightbulb.json
2024-06-15 19:55:55 +03:00

13 lines
306 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"
}