Improve texture rendering for redstone wire
This commit is contained in:
parent
6c8d3e3b51
commit
66496e4eb6
4 changed files with 179 additions and 22 deletions
|
|
@ -903,25 +903,103 @@ rotate:id=68,data=2,rot=270
|
|||
# Wall sign - facing south
|
||||
block:id=68,data=5,scale=4
|
||||
rotate:id=68,data=2,rot=90
|
||||
# Redstone wire
|
||||
block:id=55,data=*,scale=16
|
||||
layer:0
|
||||
-------**-------
|
||||
--------**------
|
||||
-------**-------
|
||||
------**--------
|
||||
-------**-------
|
||||
--------**------
|
||||
-*---*-**---*---
|
||||
***-******-***-*
|
||||
*-***-******-***
|
||||
---*---**-*---*-
|
||||
------**--------
|
||||
-------**-------
|
||||
--------**------
|
||||
-------**-------
|
||||
------**--------
|
||||
-------**-------
|
||||
# Redstone wire (NSEW)
|
||||
block:id=55,data=0,scale=16
|
||||
layer:0,1
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
****************
|
||||
****************
|
||||
****************
|
||||
****************
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
# Redstone wire (NS)
|
||||
block:id=55,data=1,scale=16
|
||||
layer:0,1
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
# Redstone wire (EW)
|
||||
block:id=55,data=2,scale=16
|
||||
rotate:id=55,data=1,rot=90
|
||||
# Redstone wire (NE)
|
||||
block:id=55,data=3,scale=16
|
||||
layer:0,1
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------**********
|
||||
------**********
|
||||
------**********
|
||||
------**********
|
||||
----------------
|
||||
----------------
|
||||
----------------
|
||||
----------------
|
||||
----------------
|
||||
----------------
|
||||
# Redstone wire (NW)
|
||||
block:id=55,data=4,scale=16
|
||||
rotate:id=55,data=3,rot=270
|
||||
# Redstone wire (SE)
|
||||
block:id=55,data=5,scale=16
|
||||
rotate:id=55,data=3,rot=90
|
||||
# Redstone wire (SW)
|
||||
block:id=55,data=6,scale=16
|
||||
rotate:id=55,data=3,rot=180
|
||||
# Redstone wire (NSE)
|
||||
block:id=55,data=7,scale=16
|
||||
layer:0,1
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------**********
|
||||
------**********
|
||||
------**********
|
||||
------**********
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
------****------
|
||||
# Redstone wire (NSW)
|
||||
block:id=55,data=8,scale=16
|
||||
rotate:id=55,data=7,rot=180
|
||||
# Redstone wire (NEW)
|
||||
block:id=55,data=9,scale=16
|
||||
rotate:id=55,data=7,rot=270
|
||||
# Redstone wire (SEW)
|
||||
block:id=55,data=10,scale=16
|
||||
rotate:id=55,data=7,rot=90
|
||||
# Signpost - facing west
|
||||
block:id=63,data=0,scale=16
|
||||
layer:0,1,2,3,4,5
|
||||
|
|
|
|||
|
|
@ -255,8 +255,8 @@ block:id=54,data=9,topbottom=25,south=42,north=57,east=26,west=26
|
|||
block:id=54,data=10,topbottom=25,south=26,north=26,east=42,west=57
|
||||
# Chest - right side of double, facing north
|
||||
block:id=54,data=11,topbottom=25,south=57,north=42,east=26,west=26
|
||||
# Redstone wire (model handling shape - use red wool for color)
|
||||
block:id=55,allfaces=129,transparency=TRANSPARENT
|
||||
# Redstone wire (use processed tile - pretoned to active)
|
||||
block:id=55,allfaces=180,transparency=TRANSPARENT
|
||||
# Diamond ore
|
||||
block:id=56,allfaces=50
|
||||
# Diamond block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue