Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 980 Bytes

File metadata and controls

15 lines (12 loc) · 980 Bytes

Minecraft Block Index

This is a index of Minecraft blocks that will store & display their names & the picture of the blocks texture using basic CRUD operations.

How to use

Database Information

  • This project utilizes a Microsoft SQL database and will connect to the server named localdb and a database on that server named MSSQLLocalDB. To change this behavior, modify the connection string to whatever server and database you want to use.

Initial Setup

  • 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.