Skip to content

Commit decf153

Browse files
committed
Fix snow layers
1 parent 06e394d commit decf153

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

building.sk

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -352,19 +352,6 @@ building blocks after flattening:
352352
magma [block¦s] = minecraft:magma_block
353353
red nether brick¦s = minecraft:red_nether_bricks
354354

355-
# Snow layers
356-
{snow depth}:
357-
1 = -[layers=0]
358-
2 = -[layers=1]
359-
3 = -[layers=2]
360-
4 = -[layers=3]
361-
5 = -[layers=4]
362-
6 = -[layers=5]
363-
7 = -[layers=6]
364-
8 = -[layers=8]
365-
{snow depth} deep snow block = snow block
366-
full snow block = 8 deep snow block
367-
368355
# Miscellaneous
369356
pumpkin¦s = minecraft:pumpkin
370357
(unlit|carved) pumpkin¦s = minecraft:carved_pumpkin

z-block-placement.sk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
torch options:
44
# TODO stairs, slabs
55
special torch sides = soul sand, monster spawner
6-
special torch floors = special torch sides, any fence, glass block, any stained glass block, hopper, full snow block
6+
special torch floors = special torch sides, any fence, glass block, any stained glass block, hopper, eight thick snow layer

0 commit comments

Comments
 (0)