Support rendering trapdoors in open and closed states

This commit is contained in:
Mike Primm 2011-11-04 13:02:45 +08:00 committed by mikeprimm
parent 1d06fef52b
commit 34fbe34ce6
2 changed files with 65 additions and 11 deletions

View File

@ -424,19 +424,73 @@ layer:6,7,8,12,13,14
-------**------- -------**-------
-------**------- -------**-------
-------**------- -------**-------
# Trapdoor
# Stone pressure plate # Stone pressure plate
# Wooden pressure plate # Wooden pressure plate
block:id=96,id=72,id=70,data=*,scale=8 block:id=72,id=70,data=*,scale=16
layer:0 layer:0
-------- ----------------
-******- -**************-
-******- -**************-
-******- -**************-
-******- -**************-
-******- -**************-
-******- -**************-
-------- -**************-
-**************-
-**************-
-**************-
-**************-
-**************-
-**************-
-**************-
----------------
# Trapdoor (closed)
block:id=96,data=0,data=1,data=2,data=3,scale=16
layer:0,1,2
****************
****************
****************
****************
****************
****************
****************
****************
****************
****************
****************
****************
****************
****************
****************
****************
# Trapdoor (open: west attach)
block:id=96,data=4,scale=16
layer:0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
***-------------
***-------------
***-------------
***-------------
***-------------
***-------------
***-------------
***-------------
***-------------
***-------------
***-------------
***-------------
***-------------
***-------------
***-------------
***-------------
# Trapdoor (open: east attach)
block:id=96,data=5,scale=16
rotate:id=96,data=4,rot=180
# Trapdoor (open: south attach)
block:id=96,data=6,scale=16
rotate:id=96,data=4,rot=270
# Trapdoor (open: north attach)
block:id=96,data=7,scale=16
rotate:id=96,data=4,rot=90
# Crops # Crops
block:id=59,data=*,scale=16 block:id=59,data=*,scale=16
layer:0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 layer:0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15

View File

@ -454,7 +454,7 @@ block:id=94,top=147,allsides=1,bottom=1,transparency=TRANSPARENT
# Locked Chest # Locked Chest
block:id=95,top=25,south=27,north=27,east=26,west=26 block:id=95,top=25,south=27,north=27,east=26,west=26
# Trap door # Trap door
block:id=96,topbottom=84,allsides=4,transparency=TRANSPARENT block:id=96,allfaces=84,transparency=TRANSPARENT
# Stone w/ silverfish inside # Stone w/ silverfish inside
block:id=97,data=0,allfaces=1 block:id=97,data=0,allfaces=1
# Cobblestone w/ silverfish inside # Cobblestone w/ silverfish inside