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
- Host: GitHub
- URL: https://github.com/potatomaster101/mcdata
- Owner: PotatoMaster101
- License: mit
- Created: 2020-06-25T07:40:22.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T03:13:58.000Z (about 5 years ago)
- Last Synced: 2025-02-21T09:48:51.310Z (over 1 year ago)
- Topics: csharp, minecraft, mit-license
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```