Skip to content

Commit ddc6f9b

Browse files
committed
Fix more 1.13 bugs
1 parent 4feb4f9 commit ddc6f9b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

decoration.sk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ decoratives after flattening:
189189
# Fences
190190
{waterloggable} {wood type} fence¦s = -fence
191191
{waterloggable} nether brick fence¦s = minecraft:nether_brick_fence
192+
any fence¦s = oak fence, spruce fence, birch fence, jungle fence, acacia fence, dark oak fence, nether brick fence
192193

193194
# Silverfish blocks
194195
(infested|silverfish) stone [block]¦s = minecraft:infested_stone

misc.sk

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ random items:
4242
brick¦s = minecraft:brick
4343
clay [balls] = minecraft:clay
4444
(piece¦s of paper|paper¦s) = minecraft:paper
45-
book¦s = minecraft:book
4645
slimeball¦s = minecraft:slime_ball
4746
egg¦s = minecraft:egg
4847
glowstone dust = minecraft:glowstone_dust
@@ -54,7 +53,6 @@ random items:
5453
(ender eye¦s|eye¦s of ender) = minecraft:ender_eye
5554
(bottle¦s o' enchanting|xp bottle¦s|experience bottle¦s) = minecraft:experience_bottle
5655
fire charge¦s = minecraft:fire_charge
57-
(book and quill¦s|writable book¦s) = minecraft:writable_book
5856
[empty] map = minecraft:map
5957
filled map = minecraft:filled_map
6058
nether star¦s = minecraft:nether_star
@@ -64,6 +62,13 @@ random items:
6462
prismarine crystal¦s = minecraft:prismarine_crystals
6563
rabbit hide¦s = minecraft:rabbit_hide
6664

65+
books:
66+
book¦s = minecraft:book
67+
(book and quill|writable book)¦s = minecraft:writable_book
68+
written book¦s = minecraft:written_book
69+
book with text = writable book, written book
70+
any book¦s = book, book with text
71+
6772
fireworks:
6873
{firework types}:
6974
(0|zero|immediate) = - {Fireworks:{Flight:0}}

redstone.sk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ redstone before flattening:
7272
{gate state} acacia [wood[en]] fence gate¦s = minecraft:acacia_fence_gate
7373
{gate state} dark oak [wood[en]] fence gate¦s = minecraft:dark_oak_fence_gate
7474
[any] [wood[en]] gate¦s = oak gate, spruce gate, birch gate, jungle gate, acacia gate, dark oak gate
75-
75+
7676
{door state}:
7777
{default} = - {Damage:0}
7878
[closed] east[ward] [facing] [bottom] = - {Damage:0}
@@ -141,7 +141,7 @@ redstone after flattening:
141141
[any] trapdoor¦s = iron trapdoor, any wooden trapdoor
142142

143143
# Fence gates
144-
{openable} {powerable} {wood type} fence gate¦s = -fence_gate
144+
{openable} {powerable} {wood type} [fence] gate¦s = -fence_gate
145145
[any] [wood[en]] gate¦s = oak gate, spruce gate, birch gate, jungle gate, acacia gate, dark oak gate
146146

147147
# Doors
@@ -173,6 +173,7 @@ redstone after flattening:
173173

174174
categories:
175175
[any] daylight (detector|sensor)¦s = normal daylight detector, inverted daylight detector
176+
[any] fence part = any fence, any gate # Fences come from decoration.sk
176177

177178
exploration update:
178179
minecraft version = 1.11 or newer

0 commit comments

Comments
 (0)