The how to make minecraft in Scratch
Sorter
how to make minecraft
Minecraft © Mojang AB
When it comes to making Minecraft on Scratch, remixing Paper Minecraft is a practical way to go. Of course, you can also try creating it from scratch!
Here, we’ll mainly introduce projects that show how to remix Paper Minecraft.
#01 How to add new enemies, animals, and other mobs
- 206
- 200
- 9,945
- ©
- 2021.4.29
He explains how to add new mobs to your paper minecraft!
I would love to add Endora or something like that.
Details
Because the whole story is in English, we have included a light Japanese translation.
Details
- Select a sprite called Mob
- Draw a new mob costume to add
- Costume facing forward
- Costume while standing still
- Costume while moving ( Any number)
- Costume while damaging (any number)
- Open the list "MOB_DATA"
- Add one empty line to the list
- Enter data for a new mob
- In the next line enter the new mob's ID
- Enter the name of the new mob on the next line
- Add other data as well (*)
*About MOB_DATA
The total data for the new mob is as follows.
- 1) Mob ID......ID (must be a unique value not used elsewhere, adding one by one is good)
- 2) Mob Name ...... Name
- 3) Size %...... size, e.g. 100%
- 4) Half Height...... height Half, e.g. 1.3
- 5) Y Offset...... whether flying or walking, high value means flying, low means ground
- 6) Root Costume...... Number of the first costume
- 7) Walk Cycle Length......Number of movement animations
- 8) Animate Speed...... Animation speed
- 9) Health...... stamina
- 10) Food...... can be eaten, 0 for not eaten, 1 for eaten
- 11) Allegiance (0 - Tamed, 1 Passive, 2 Aggresive)......0 for friendly, 1 for indifferent, 2 for hostile
- 12) Costume Set Mode (0 - Full walk cycle + single hurt, 1 - Half walk + full hurt)......1 to be set
#02 Map Generation
- 38
- 37
- 9,540
- ©
- 2022.11.13
This project focuses solely on biome generation. If you look inside, it's made with just one sprite. It seems like it would be a great reference for anyone aiming to create their own original biome generation.
If you also have any recommendations, let me know in the comments on my Scratch profile!
マイクラ風ゲームを作るレッスン
ペーパーマイクラにインゴットやブロックを追加する方法を学ぼう!