Skip to content

MachineFactory Documentation

MrTwiggy edited this page Jan 19, 2013 · 8 revisions

MachineFactory


Project Status: In progress

Author: MrTwiggy

Contributors: None =(

Functional Machines: OreGin - Cloaker

Machines Not Yet Functional: Smelter

Machines


OreGin

An OreGin is an automated mining machine! It utilises the Dispenser block as it's main machine body where you will store fuel, upgrade, and repair materials inside! Once activated, it will mine blocks in a specific rectangular shape depending on the tier level!

Cloaker

A Cloaker is an automated cloaking machine! It utilises the Pumpkin block as it's main machine body, and stores a custom block inventory that can be accessed by right clicking the block! Once activated, it will cloaked all blocks in it's cloaking region to all players, unless said player is within a specified distance from the Cloaker machine.

Wands


To use a wand, left click on the machine block with the correct item (wand) in hand!

OreGin & Cloaker Creation Wand: Yellow Flower

Use this wand to create and upgrade any Cloaker or OreGin machines!

OreGin & Cloaker Activation Wand: Red Rose

Use this wand to activate or deactivate any Cloaker or OreGin machines!

OreGin Repair Wand: Iron Shovel

Use this wand to repair any broken OreGin machines!

OreGin Properties


Tier 1

Cloaker Properties


Tier 1

upgrade_type: IRON_BLOCK upgrade_amount: 16 fuel_time_duration: 900 fuel_type: REDSTONE fuel_amount: 16 cloak_width: 3 cloak_height: 3 cloak_depth: 3 visibility_range: 5

Tier 2

Tier 3

tier1:
  upgrade_type: IRON_BLOCK
  upgrade_amount: 16
  fuel_time_duration: 900
  fuel_type: REDSTONE
  fuel_amount: 16
  cloak_width: 3
  cloak_height: 3
  cloak_depth: 3
  visibility_range: 5
tier2:
  upgrade_type: IRON_BLOCK
  upgrade_amount: 92
  fuel_time_duration: 1200
  fuel_type: COAL
  fuel_amount: 8
  cloak_width: 9
  cloak_height: 9
  cloak_depth: 9
  visibility_range: 13
tier3:
  upgrade_type: GOLD_BLOCK
  upgrade_amount: 42
  fuel_time_duration: 1800
  fuel_type: IRON_INGOT
  fuel_amount: 12
  cloak_width: 21
  cloak_height: 21
  cloak_depth: 21
  visibility_range: 25

Clone this wiki locally