gdmc_http_client_python
gdmc_http_client_python copied to clipboard
Make Block Lists be Generated
Feature branch: None
Since quite a few of the block groups have common patterns (e.g. colours), it would be more robust to have these lists generated rather then static.
Suggested implementation:
WOOL = ("minecraft:{colour}_wool" for colour in COLORS)
Moved to https://github.com/avdstaaij/gdpc/issues/40