AABB blocks render fix + new test block: pipe

This commit is contained in:
MihailRis
2023-12-07 01:34:54 +03:00
parent f9a5758213
commit e3f7f7218f
5 changed files with 24 additions and 7 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"texture-faces": [
"pipe_side",
"pipe_side",
"pipe_hole",
"pipe_hole",
"pipe_side",
"pipe_side"
],
"model": "aabb",
"hitbox": [0.25, 0.0, 0.25, 0.5, 1.0, 0.5],
"light-passing": true,
"rotation": "pipe"
}
+2 -1
View File
@@ -22,6 +22,7 @@
"red_lamp",
"green_lamp",
"blue_lamp",
"pane"
"pane",
"pipe"
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB