MCZ215

From MinecraftOnline
Jump to navigation Jump to search
Mapmarker labicon.png Area Planter
MCZ215 Ex 1.png

Area Planter set up to plant oak saplings

About
ID MCZ215
Type AISO
Self Triggered Yes
Clickable No
Input No
Output No
Rail No
Sign post icon.png Sign Format
First line AREA PLANTER
Second line [MCZ215]
Third line item_id@damage
Fourth line width:length[:YOffset]
Craftbook Page

Area planters automatically plants items in an area as long as it is possible and the items it needs are in that area. This version is very similar to MCZ216 but covers a much larger area allowing for more efficient farms that use less signs. There is also MCX215 where the only difference is that it requires a redstone signal to plant instead of planting automatically. Using this along with MCZ203 doesn't work well because the chest collector will pick the items before they are planted. To get around this have the auto farm use MCX203 on a delay after all items are cleared, planted and only leftover items remain.

They can plant:

  • Saplings - id = 6 (add @damage_value to specify which type of sapling to plant)
  • Seeds - id = 295 (wheat)
  • Pumpkin seeds - id = 361
  • Melon seeds - id = 362
  • Netherwart - id = 372(needs soul sand to be planted)
  • Carrots - id = 391
  • Potato - id = 392 (only plants the normal variant)
  • Beetroot - id = 435
  • Cocoa Beans - id = 351@3

Details

  • Second line
    • [MCZ215]
  • Third line
    • Specifies the item to be planted. If no damage value is given any item of that type will be planted
  • Fourth line
    • Specifies the width, length, and vertical offset of the area where items are planted. Excess items will be left on the ground for anyone to grab or to be used later when a spot needs planting.
      • Maximum width and length is 30. The Y offset can be any size.

Examples

[MCZ215]
295
2:20

Will automatically plant seeds in a 2 wide by 20 long area above the sign. Requires that the blocks its planting is farmland but will keep working if part of the blocks in the area are farmland.


[MCZ215]
6@0
5:10:1

Will automatically plant fallen oak saplings (since they have a damage value of 0) in a 5 wide by 10 long area with a 1 block offset from the sign facing the opposite side of it.

See Also

  • MCZ216 - Automatic Planter
  • MCX215 - Non-automatic Area Planter
  • MCX203 - Non-automatic Chest Collector