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 World & Chunk implementation #41

Closed 0ddlyoko closed 3 years ago

0ddlyoko commented 3 years ago

This PR adds basic stuff for managing Chunk & World

Waiting for:

Geolykt commented 3 years ago

Chunks already exist at https://github.com/tazz4843/McPy/blob/develop/classes/BasicClasses.py#L37

0ddlyoko commented 3 years ago

Waiting for #44 to have network (to be able to send chunks)

0ddlyoko commented 3 years ago

Waiting for #48 (to be able to send chunks)

0ddlyoko commented 3 years ago

Also waiting for #49 (to be able to load chunk asynchronously & to avoid editing main.py file)

hydrostaticcog commented 3 years ago

Developer Left Project