Skip to content

Commit

Permalink
Adding textures
Browse files Browse the repository at this point in the history
  • Loading branch information
leighghunt committed May 20, 2016
1 parent 70d7e2b commit 9092343
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions step2-custom-items.md
Expand Up @@ -26,3 +26,6 @@
- ```/give [tab] [our MOD_ID][tab]```
- ```/give Player123 tm:test_item```
- Item will appear as a purple and black block - we need to define some JSON files to tell Minecraft how the item should look!
- We need to create a 16x16 pixel image, and add to ```src/main/resources``` folder.
- Create a new ```assets``` folder, and within that another new folder named with your MOD_ID, e.g. ```tm```.
-

0 comments on commit 9092343

Please sign in to comment.