TheEpicBlock / PolyMc

Making minecraft mods compatible with a vanilla client
GNU Lesser General Public License v3.0
552 stars 27 forks source link

Potential new unused blockstates in 1.19.3+exp #205

Closed FavoritoHJS closed 1 year ago

FavoritoHJS commented 1 year ago

Do note that this is from a quick reading, there are probably multiple reasons why these can't be added.

...that was less than i expected. Still worth keeping in mind.

PS: Custom fires might be possible by using the age tag. Probably useless though.

TheEpicBlock commented 1 year ago

Noteblocks should already work. I don't believe signs have any states. The other 1.20 stuff is waiting until I have a nice way to make use of all of them when the feature flag is deactivated. Custom fires are in fact possible and I should probably add a case for that, I'll add it to the general block list. (Note that fire is useless for anything other than fire, because it'll ignite the player clientside)