SkriptLang / skript-aliases

Aliases for Skript
19 stars 35 forks source link

[BUG] Leaves do not have a waterlogged type #95

Closed Fusezion closed 11 months ago

Fusezion commented 11 months ago

all leave types are missing the {waterloggable} tag. As of Minecraft 1.19 they were able to be water logged

[01:58:27 INFO]: 'jungle leaf' at 397.5, 74.5, -154.5 in world 'world'
[01:58:27 INFO]: minecraft:jungle_leaves[distance=7;persistent=true;waterlogged=true]
[01:58:27 INFO]: jungle leaf

[01:58:28 INFO]: 'waterlogged dark oak wood stair' at 398.5, 74.5, -154.5 in world 'world'
[01:58:28 INFO]: minecraft:dark_oak_stairs[facing=north;half=bottom;shape=straight;waterlogged=true]
[01:58:28 INFO]: waterlogged dark oak wood stair
Fusezion commented 11 months ago

Closing in favor of #97