スクラッチ マイクラの作り方

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
Summary of cowmanjl’s scratch game description Summary of cowmanjl’s scratch game description

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

#02 Map Generation

38
37
9,540
©
2022.11.13
Summary of tomo119’s scratch game description Summary of tomo119’s scratch game description

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
Author
tomo119
Related
-
Referer
tako177
Last updated at
2024.4.2
Review Date
2023.5.20
mainnkai’s Scratch Game
161
160
2921

mainnkai’s Scratch Game

by mainnkai