mcpyproject / McPy

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

Add Data File parser #35

Closed 0ddlyoko closed 3 years ago

0ddlyoko commented 4 years ago

This PR add a simple parser that will parse Data Files generated by Minecraft. This parser can parse any json files like blocks, advancements, recipes or more complex things like item, potion or biome that are in a same file

This PR also:

Geolykt commented 4 years ago

I'd mark it as draft

0ddlyoko commented 4 years ago

Ready for a review :)

0ddlyoko commented 4 years ago

So is this PR ok ? May we merge it ?

Geolykt commented 4 years ago

The problem is that it's hard to test in it's entirety

0ddlyoko commented 4 years ago

I'll edit the code to use minecraft data that is here

0ddlyoko commented 3 years ago

Close, I'll reopen it