Skip to content

Commit 510d9ce

Browse files
committed
waterlogged -> waterloggable
1 parent 0de0ec2 commit 510d9ce

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

+global-variations.sk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ block states:
165165
# (stairs), or that has top and bottom halves (double plants, doors, etc.)
166166
{block half}:
167167
{default} = -[half=bottom]
168-
(right[( |-)]side up|bottom) = -[half=bottom]
169-
(up[( |-)]side( |-)down|top) = -[half=top]
168+
bottom = -[half=bottom]
169+
top = -[half=top]
170170

171171
# For anything that can be rotated along the three axes like pillars and logs, i.e. for
172172
# things where "pointing east" and "pointing west" would look the same.

decoration.sk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,16 +256,16 @@ decoratives after flattening:
256256
{directional} {lightable} furnace¦s = minecraft:furnace
257257
[any] furnace¦s = lit furnace, unlit furnace
258258
snow layer¦s = minecraft:snow
259-
{waterlogged} iron bar¦s = minecraft:iron_bars
260-
{waterlogged} [plain] glass pane¦s = minecraft:glass_pane
259+
{waterloggable} iron bar¦s = minecraft:iron_bars
260+
{waterloggable} [plain] glass pane¦s = minecraft:glass_pane
261261
(water[ ]lil(y|ies)|lily pad¦s) = minecraft:lily_pad
262262
slime block¦s = minecraft:slime_block
263263

264264
# State dependent - aliases we can easily make more detailed than the old aliases thanks to states
265265
dead chorus flower¦s = minecraft:chorus_flower[age=5]
266-
{waterlogged} {directional} chest¦s = minecraft:chest
267-
{waterlogged} {directional} ladder¦s = minecraft:ladder
268-
{waterlogged} {directional} ender chest¦s = minecraft:ender_chest
266+
{waterloggable} {directional} chest¦s = minecraft:chest
267+
{waterloggable} {directional} ladder¦s = minecraft:ladder
268+
{waterloggable} {directional} ender chest¦s = minecraft:ender_chest
269269
{directional} (regular|complete) anvil¦s = minecraft:anvil
270270
{directional} chipped anvil¦s = minecraft:chipped_anvil
271271
{directional} damaged anvil¦s = minecraft:damaged_anvil
@@ -322,7 +322,7 @@ update aquatic:
322322
(pair of|[bundle of] two) = -[pickles=2]
323323
(trio of|[bundle of] three) = -[pickles=3]
324324
[bundle of] four = -[pickles=4]
325-
({waterlogged} {pickle count}|{pickle count} {waterlogged}) sea pickle¦s = minecraft:sea_pickle
325+
({waterloggable} {pickle count}|{pickle count} {waterloggable}) sea pickle¦s = minecraft:sea_pickle
326326

327327
unchanged orientations:
328328
{skull floor orientations}:

misc.sk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,3 +320,4 @@ bountiful update spawn eggs:
320320
(zombie[ spawn] egg¦s|spawn zombie) = minecraft:spawn_egg {Damage:54}
321321
((zombi(e|fied) pig[man])[ spawn] egg¦s|spawn (zombi(e|fied) pig[man])) = minecraft:spawn_egg {Damage:57}
322322
any spawn egg = spawn bat, spawn blaze, spawn cave spider, spawn chicken, spawn cow, spawn creeper, spawn enderman, spawn endermite, spawn ghast, spawn guardian, spawn horse, spawn magma cube, spawn mooshroom, ocelot, spawn pig, spawn rabbit, spawn sheep, spawn silverfish, spawn skeleton, spawn slime, spawn spider, spawn squid, spawn villager, spawn witch, spawn wolf, spawn zombie
323+

other.sk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,7 @@ update aquatic unlisted blocks:
8787
(upwards|pushing) bubble column = minecraft:bubble_column[drag=false]
8888
(downwards|whirlpool|dragging) bubble column = minecraft:bubble_column[drag=true]
8989
bubble column = upwards bubble column, downwards bubble column
90+
91+
water:
92+
[stationary] water = minecraft:water
93+
flowing water = minecraft:flowing_water

0 commit comments

Comments
 (0)