Uh oh!
There was an error while loading. Please reload this page.
Added a guide for making models using Blockbench - #16
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| Keep in mind that this `.json` file can actually be called something else than what your model file is called. | ||
| For basic models, it's a good idea to reuse the same name for your model so you don't get confused easily. | ||
| ##### Example file `new_model.json` |
There was a problem hiding this comment.
Do the backticks render into a code snippet in a header?
There was a problem hiding this comment.
I'm gunna be honest, I don't know what this means.
There was a problem hiding this comment.
Yes it does, I based most of my formatting off of Behr's resource-packs.md guide which it does render them as code snippets.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Inquisitor <62276696+creaturesofhabit@users.noreply.github.com>
| However, you will likely want to extract all of Minecraft's Textures for your usage. | ||
| ##### Getting Textures |
There was a problem hiding this comment.
This section either need some enhancements or you can rely on the (updated) Resource Packs Guide as it's already explained to some degree here.
| ##### Getting Textures | ||
| There are a few hosted copies of Minecraft's textures online, but the easiest way to obtain them is to extract them yourself. |
There was a problem hiding this comment.
I don't believe the first part should be mentioned. Minecraft EULA clearly states that you are not allowed to redistribute game files and assets.
| For our guide, we'll be making a chair for use in furniture with an associated Denizen script later on to implement it directly in-game. | ||
| If you wish to follow along, name your model `fancy_chair` |
First time writing a guide so any feedback would be highly appreciated!