This is a index of Minecraft blocks that will store & display their names & the picture of the blocks texture using basic CRUD operations.
- Clone or download the repository.
- Download .NET from (https://dotnet.microsoft.com/en-us/download/dotnet)
- Recommended to use Visual Studio
- Open the project in Visual Studio.
- This project utilizes a Microsoft SQL database and will connect to the server named
localdband a database on that server namedMSSQLLocalDB. To change this behavior, modify the connection string to whatever server and database you want to use.
- When setting this project up for the first time, the database needs to be populated with a few blocks. Run the database script found here to reset the database to a known working state.