Skip to content

Commit

Permalink
fix moss cell model
Browse files Browse the repository at this point in the history
  • Loading branch information
Satherov committed Oct 15, 2024
1 parent d2a682d commit a44d515
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions kubejs/assets/kubejs/models/block/drive/moss_cell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"ambientocclusion": false,
"textures": {
"particle": "kubejs:block/drive/moss_cell",
"cell": "kubejs:block/drive/moss_cell"
},
"elements": [
{
"name": "Cell Backdrop",
"from": [0, 0, 0],
"to": [6, 2, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [9, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 6, 2], "texture": "#cell", "cullface": "north"},
"up": {"uv": [6, 0, 0, 2], "texture": "#cell", "cullface": "north"},
"down": {"uv": [6, 0, 0, 2], "texture": "#cell", "cullface": "north"}
}
}
]
}

0 comments on commit a44d515

Please sign in to comment.