SkriptLang / skript-aliases

Aliases for Skript
20 stars 36 forks source link

Add 1.19 features #76

Closed HotoRas closed 2 years ago

HotoRas commented 2 years ago

This implements every item/block added at 1.19.

Not still tested, but this should work (maybe) since without code changes skript just loads on 1.19. (Plugin tested on Paper 1.19)

HotoRas commented 2 years ago

The commit d3b5889 mainly fixes the plurality marks. This also fixes every requested changes, but not one on redstone.sk > defining mangrove ones.

+global-variations.sk:

    {wood type}:
        oak [wood] = minecraft:oak_-
        spruce [wood] = minecraft:spruce_-
        birch [wood] = minecraft:birch_-
        jungle [wood] = minecraft:jungle_-
        acacia [wood] = minecraft:acacia_-
        dark oak [wood] = minecraft:dark_oak_-
        crimson = minecraft:crimson_-
        warped = minecraft:warped_-
        mangrove = minecraft:mangrove_-

I thought this should update the aliases automatically, but I have to test myself whether it will apply.

HotoRas commented 2 years ago

Finalizing updates with requesting reviews. NOTE Some change requestions are marked as resolved because the changes are applied with commits d3b5889, a5587fb , and 85b2ca9.

b545fb1 - reason: the pull request on skript 05f7b3c - reason: change requested 79039a3 - reason: change requested