mcpyproject / McPy

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

add block type mapping #64

Closed viviloaf closed 3 years ago

viviloaf commented 3 years ago

Added a dictionary of Minecraft block types

hydrostaticcog commented 3 years ago

I’m not against merging this, but I want to know whether we should add this infrastructure now or whenever we add world functionality?

Geolykt commented 3 years ago

I’m not against merging this, but I want to know whether we should add this infrastructure now or whenever we add world functionality?

It's best to merge such things beforehand, since they will more or less be needed there

viviloaf commented 3 years ago

Oh, I didn't know that a system to parse data already existed in #63

I'll have a look at the issue in #39 and revise this PR