-
Notifications
You must be signed in to change notification settings - Fork 23
Home
ac-minetest edited this page May 10, 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.Tree taken from chest and planted on ground with a punch of keypad
2.Setup of mover with coordinates, it will only take sapling from chest
###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
- Locked door opens after punch of keypad
- Keypad setup, with empty password anyone can use it just by punching
###distributor:
-can pass input signal to up to 2 outputs -can negate signal
- Distributor setup (2 lights as output), input is keypad
2.Distributor passing signal from keypad onto 2 lights