mcpyproject / McPy

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

Parse releases.json for minecraft:brand data in Connection.py #46

Closed hydrostaticcog closed 3 years ago

hydrostaticcog commented 3 years ago

The Connection.py now parses the json data from releases.json to get the minecraft:brand data. This will make it easier when releasing a new version of McPy. Instead of going into Connections.py and manually hardcoding it, you can just go into releases.json and change the "mcpyVersion" data.

hydrostaticcog commented 3 years ago

Closing due to Connection.py re-write