VoxelEngine/res/content/base/blocks/lightbulb.json
2023-12-09 21:52:27 +03:00

10 lines
221 B
JSON

{
"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
}