VoxelEngine/res/content/base/blocks/lightbulb.json
2024-03-12 16:59:34 +03:00

11 lines
251 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
}