Skip to content
ac-minetest edited this page Oct 19, 2015 · 39 revisions

Basic_machines is a lightweight minetest automation mod without a lot of background processing. Relies only on default game.

###mover:

  • automation of harvesting/planting tasks with mover. Harvest trees or plants, replant them... or just dig a hole.
  • it can put nodes into or take them from chests.
  • it can work over larger area, limited to radius 5.
  • more interesting operation since it requires a nearby chest with a fuel.
  • respects protection of nodes
  • localized player/objects teleportation with mover

####Images 1.Mover mover1 2.Setup of mover used in harvesting a wheat field mover2

###keypad:

  • puncheable button that can activate machines (repeatedly too). Can be password protected as well
  • partial compatibility with mesecons mod
  • respects protection of nodes

####Images

  1. Whole field will be harvested upon punch of a mover mover1
  2. Keypad setup, with empty password anyone can use it just by punching mover1

###distributor:

-can pass input signal to up to 2 outputs -can negate signal

  1. Distributor setup (2 movers as output), input is another distributor distributor1

2.Distributor passing signal from bottom distributor onto 2 movers distributor1

###detector:

  • can detect nodes, players or objects
  • as a response it can activate machines

detector1 detector2

###recycler:

  • will give you back ingredients used to create item with some loss
  • requires lot of fuel for operation

recycler1 recycler2

###power outlet:

  • powers machines using technic electric power

outlet1 outlet2

Clone this wiki locally