Minetest modpack: Provides cute maid robots
Iet uz failu
bri cassa 1aec5b88a1 Delete depends.txt, add mod.conf 2022-07-06 23:35:35 +02:00
maidroid Delete depends.txt, add mod.conf 2022-07-06 23:35:35 +02:00
maidroid_core Delete depends.txt, add mod.conf 2022-07-06 23:35:35 +02:00
maidroid_tool Delete depends.txt, add mod.conf 2022-07-06 23:35:35 +02:00
LICENSE Update LICENSE 2016-12-24 10:55:44 +09:00
README-ja.md Update README-ja 2017-01-08 10:23:39 +09:00
README.md Update README.md 2020-10-26 17:20:04 +09:00
modpack.txt [UPDATE] Updates maidroid method APIs 2016-09-13 16:09:44 +09:00

README.md

※ This repository has not been actively updated for a long time.

Maidroid

This mod is inspired littleMaidMob mod (for Minecraft), and provides maid robots called 'maidroid', cores that command them to do farming, following their owner and so on, involved tools.

How to Use

Create Maidroid Eggs

  1. Create an empty egg and Maidroid-Egg Writer by following the recipe below.
  2. Place Maidroid-Egg Writer and open formspec by right-clicking it.
  3. Put an empty egg into the slot labeled Egg, a coal into Fuel, and a dye into Dye.
  4. Then, Maidroid-Egg Writer activates.
  5. A short time later, a new maidroid egg will be created.

Create Cores

  1. Create an empty core and Core Writer by following the recipe below.
  2. Place Core Writer and open formspec by right-clicking it.
  3. Put an empty core into the slot labeled Core, a coal into Fuel, and a dye into Dye.
  4. Then, Core Writer activates.
  5. A short time later, a new core will be created.

Activate Maidroid

  1. Throw the egg created, then a new maidroid will be spawned.
  2. Open formspec by right-clicking the maidroid, and put the core created into Core slot.
  3. Then, the maidroid will be activated.

Recipes / Dye and Egg / Dye and Core

b = dye:black            c = default:cobble        d = default:diamond
f = farming:cotton       o = default:obsidian      p = default:paper
s = default:steel_ingot  w = bucket:bucket_water   z = default:bronze_ingot  

Core Writer      Egg Writer       Nametag          Empty Core       Empty Egg

| s | d | s |    | d | w | d |    |   | f |   |    | s | s | s |    | z | z | z |
| c | s | c |    | c | s | c |    | p | p | p |    | s | o | s |    | z | s | z |
| c | c | c |    | s | c | s |    | s | b | s |    | s | s | s |    | z | z | z |
White Mk1 Grey Mk2 Dark Grey Mk3
Black Mk4 Blue Mk5 Cyan Mk6
Green Mk7 Dark Green Mk8 Yellow Mk9
Orange Mk10 Brown Mk11 Red Mk12
Pink MK13 Magenta Mk14 Violet Mk15
RedBasic CoreMaidroids embeded this core will follow a player.
YellowFarming CoreMaidroids embeded this core will do farming. Embed this core and put seed into them, then they will plant the seeds. And the plant will be grown, they mow it. The farmlang should be surrounded by fences, because maidroids embeded this core cannot jump over fences.
WhiteOCR CoreMaidroids embeded this core will read a book written a program in their inventory, and execute the program. Program example:
start: sleep 1
beep
jump 0.9
jmp start
OrangeTorcher CoreMaidroids embeded this core will follow a player, and put torch if it is dark.

Dependencies

  • bucket
  • default
  • dye
  • pdisc?

Requirements

  • Minetest v0.4.14 or later

Forum Topic

The forum topic for this mod on the Minetest Forums is located at:

License

  • The source code of Maidroid is available under the LGPLv2.1 or later license.
  • The resouces included in Maidroid are available under the CC-BY-SA 4.0 or later license.