The how to make minecraft in Scratch
Sorter
how to make minecraft
The popular how to make minecraft in Scratch
#01 How to add new enemies, animals, and other mobs
- 197
- 191
- 9,706
- ©
- 2021.4.29
cowmanjl’s scratch game
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
- 31
- 31
- 7,688
- ©
- 2022.11.13
tomo119’s scratch game
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.
Thank you for introducing, tako177!
If you also have any recommendations, let me know!
If you also have any recommendations, let me know!
Scratch game stocks of how to make minecraft
「これ面白そうだからプレイしてみたいぃ!」っていう、個人的にプレイしてみたいスクラッチのストック(候補)だよ。