An open API service indexing awesome lists of open source software.

https://github.com/potatomaster101/mcdata

Game data for Minecraft used in other projects
https://github.com/potatomaster101/mcdata

csharp minecraft mit-license

Last synced: about 1 year ago
JSON representation

Game data for Minecraft used in other projects

Awesome Lists containing this project

README

          

# Minecraft Data
Some data from Minecraft, used for other projects.

## Building
Build using [`dotnet`](https://dotnet.microsoft.com/download):
```
$ git clone https://github.com/PotatoMaster101/mcdata
$ cd mcdata
$ dotnet build
```

## Testing
Test using [`dotnet`](https://dotnet.microsoft.com/download):
```
$ dotnet test
```