Fixes #2379: Changed texture of smooth sky stone chest to remove z-fighting between the overlapping parts. Added block-state files for both chests to fix both loading error logs and add a particle texture.
Fixed small alignment issue for the knob in the item model. Fixed orientation issue of the chest (this only fixes north/south).
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"__comment": "This block is rendered via TESR, so this is only used for the particle texture.",
|
||||
"variants": {
|
||||
"normal": { "model": "appliedenergistics2:sky_stone_block" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"__comment": "This block is rendered via TESR, so this is only used for the particle texture.",
|
||||
"variants": {
|
||||
"normal": { "model": "appliedenergistics2:smooth_sky_stone_block" }
|
||||
}
|
||||
}
|
||||
@@ -35,8 +35,8 @@
|
||||
},
|
||||
{
|
||||
"name": "Knob",
|
||||
"from": [ 7.0, 6.0, 0.0 ],
|
||||
"to": [ 9.0, 10.0, 1.0 ],
|
||||
"from": [ 7.0, 7.0, 0.0 ],
|
||||
"to": [ 9.0, 11.0, 1.0 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.25, 0.25, 0.75, 1.25 ] },
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 4.6 KiB |
Reference in New Issue
Block a user