2 handpicked Scratch how to make minecraft | Scratch projects

how to make minecraft

The 2 most popular how to make minecraft games in the Scratch community.

#01 Map Generation Updated

The private note ( saved only in this browser )
tomo119’s scratch game 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.

About this Scratch Game

Genre
Views
29
Author
tomo119
Related
-
Referer
Review Date
2023.5.20

#02 How to add new enemies, animals, and other mobs

The private note ( saved only in this browser )
cowmanjl’s scratch game 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

  1. Select a sprite called Mob
  2. Draw a new mob costume to add
    1. Costume facing forward
    2. Costume while standing still
    3. Costume while moving ( Any number)
    4. Costume while damaging (any number)
  3. Open the list “MOB_DATA”
  4. Add one empty line to the list
  5. Enter data for a new mob
    1. In the next line enter the new mob’s ID
  6. 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

About this Scratch Game

Views
-
Author
cowmanjl
Related
-
Referer
ok-scratch
Review Date
2022.3.10