mcpyproject / McPy

A open source Minecraft server written 100% in Python
GNU Affero General Public License v3.0
84 stars 15 forks source link

Update block mappings #31

Closed Geolykt closed 3 years ago

Geolykt commented 3 years ago

I think this might be overkill, but then, it's not that problematic. I miss some blockstates, but these blockstates should get their own place. The value of the enums are their protocol IDs, so the list NEEDS to be updated every protocol change.

Geolykt commented 3 years ago

Superseded by #34