Go to file
IFRFSX e635bada74
repair a bug
重新添加一行代码,解决女仆种植时手中种子不减少的bug
2021-05-03 17:40:35 +08:00
maidroid update textures 2021-02-01 01:30:10 +08:00
maidroid_core repair a bug 2021-05-03 17:40:35 +08:00
maidroid_tool 添加 Custom Core,修改 OCR Core 的纹理。 2020-11-21 17:19:59 +08:00
LICENSE Update LICENSE 2016-12-24 10:55:44 +09:00
README.md update textures 2021-02-01 01:30:10 +08:00
logo.png update textures 2021-02-01 01:30:10 +08:00
modpack.txt [UPDATE] Updates maidroid method APIs 2016-09-13 16:09:44 +09:00
old-README-ja.md repaired 2 bug, and modified textures. by IFRFSX. 2020-10-20 22:50:38 +08:00

README.md

BingFeng-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(use without farming_redo mod of new version).
  • Minetest v5.0.1 or later(use with farming_redo mod of new version).

Forum Topic

The forum topic for this version mod on the Minetest Forum is localted at:

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

Github Page

Author and License

The bingfeng-maidroid, by IFRFSX, based maidroid by tacigar.

BingFeng-maidroid merged some modified versions of maidroid code made by these people:

  • thePlasm
  • HybridDog
  • Desour
  • 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.