Getting started with Blockbench & Modelling;
Blockbench is a free software, designed to make Minecraft modelling, texturing, and animating possible. You already installed it in Tools and Software;
The Guide has moved to become Open Source! This website is outdated - Please follow to the Guides location, guide.bedrock.dev, by clicking the button:
Blockbench is a free software, designed to make Minecraft modelling, texturing, and animating possible. You already installed it in Tools and Software;
Let's get started.
Open Blockbench.
Choose File>New>Bedrock Model; This is important because Minecraft Bedrock will not be able to read Java models;
A screen like this will have popped up.
- "File name:" Self-explanatory. My file will generate as "skele_yaklin.geo.json";
- "Model Identifier:" This is the model identifier (namespace not required), a shortname for this ID will be defined later;
- "Box UV" has to be checked on for automatic UV editing and unwrapping for texturing.
- "Texture Height" and "Texture Width" define the resolution of the Model's textures;
Press confirm. You'll see a screen like this:
- You can see many tools here: move, resize, rotate, etc.
- You can add bones and cubes in the menu on the right-bottom corner. Cubes can rotate on their own, the bones will carry everything in them along;
Now you are ready to create your own model! For more in-depth tutorials on modeling please check out the videos by Everbloom Studio below.
^ the Project menu
^ The Workspace
Now that you have your model in place, let's start texturing!
Note: the model and texture showcased are the courtesy of Team Adamantine Forgery!
1) One left-bottom panel click "Create Texture"
2 ) Write down your image file name under "Name:". Mine will export as "skele_yaklin.png". Check "Template:" in order to make a template texture - it'll be easier to work with;
3) Check everything and change your resolution to the one you set in the very first step.
4) Go to "Paint" in the upper right corner and paint your texture,
Once your model and texture are done, you can start animating. Go to "Animate" in the upper right corner.
You might want to adjust one of the toolbars by adding "Export Animations" and "Import Animations" like this:
1) Click "Add Animation" [the plus icon on the top right side] and name it animation.yourModelname.walk.
Create the first frame of your walking animation under 0 on the timeline by moving the legs.
2) Create the second frame under 0.5 on the timeline.
3) Finally, copy the first frame to the third frame by placing your timeline cursor on 1.0 and selecting the first frame then ctrl+c, ctrl+v.
4) Right click the animation and tick "Loop" in order for the animation to loop.
Now that our model, texture and walk animation are complete, you can save your work.
Simply go to File>Save Model or File>Export Bedrock Geometry. Save the model in res/models/entity, the texture in res/textures/entity/ and the animation in res/animations. Congratulations! You've succesfully created your first entity's visuals! You can see the file examples below.
Meanwhile, why not upgrading the visuals of your own unique entities' or creating another one?
What you've done:
Created a custom Entity Model;
Created a custom Entity Texture;
Create a custom Entity walking Animation
What are you to do next:
Define your custom entity's blank behaviors in bhv/entites;
Define your entity's visuals' shortnames and trigger the animation;