SkriptLang / skript-aliases

Aliases for Skript
20 stars 36 forks source link

Support block states on 1.12 and lower #3

Closed bensku closed 5 years ago

bensku commented 6 years ago

Basically, look at https://minecraft.gamepedia.com/Block_states and write a lookup table. Spigot 1.13 has nice API for turning block state string to block data object.

bensku commented 6 years ago

Also, gotta document block state support.

bensku commented 6 years ago

Work in progress... Docs done. Lookup table very incomplete.

TheBentoBox commented 6 years ago

On the bright side, the lookup table should be something that only needs to be written once without needing maintenance as any other new blocks added at any point obviously won't exist in the old versions and won't need support for block state lookups.

Syst3ms commented 6 years ago

I started a repo for data values <-> block states here. Right now it's only data value -> block state and it's very incomplete, but I'll get there.

bensku commented 5 years ago

Was never implemented, and will not be needed because aliases circumvented this issue.