fix pipe rotation + test blocks
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"texture-faces": [
|
||||
"torch_side",
|
||||
"torch_side",
|
||||
"torch_bottom",
|
||||
"torch_top",
|
||||
"torch_side",
|
||||
"torch_side"
|
||||
],
|
||||
"emission": [13, 13, 12],
|
||||
"model": "aabb",
|
||||
"hitbox": [0.3, 0.0, 0.7, 0.125, 0.5, 0.125],
|
||||
"light-passing": true,
|
||||
"obstacle": false,
|
||||
"rotation": "pipe"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"texture-faces": [
|
||||
"white",
|
||||
"white",
|
||||
"wallpaper_s",
|
||||
"wallpaper_s",
|
||||
"white",
|
||||
"white"
|
||||
],
|
||||
"emission": [0, 0, 0],
|
||||
"model": "aabb",
|
||||
"hitbox": [0.0, 0.0, 0.0, 1.0, 0.01, 1.0],
|
||||
"light-passing": true,
|
||||
"obstacle": false,
|
||||
"rotation": "pipe"
|
||||
}
|
||||
@@ -24,6 +24,8 @@
|
||||
"blue_lamp",
|
||||
"pane",
|
||||
"pipe",
|
||||
"lightbulb"
|
||||
"lightbulb",
|
||||
"torch",
|
||||
"wallpaper"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user