documatation and craft updated
This commit is contained in:
parent
5b709f1e10
commit
763ab5b6a3
@ -1,7 +1,10 @@
|
|||||||
minetest-technology
|
minetest-technology
|
||||||
===================
|
===================
|
||||||
|
|
||||||
A minetest mod which provide some hi-tech stuff : flat screen, elevators, aircrafts, bronze structures, concrete, ...
|
A minetest mod which provide some hi-tech stuff : flat screen, elevators, aircrafts, overall plans, bronze structures, concrete, ...
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
Install
|
Install
|
||||||
=======
|
=======
|
||||||
|
@ -2,7 +2,39 @@ This mod add computers and screen to minetest
|
|||||||
made by jimy byerley jimy.byerley@gmail.com
|
made by jimy byerley jimy.byerley@gmail.com
|
||||||
License is GNU GPL v2, do it what you want !
|
License is GNU GPL v2, do it what you want !
|
||||||
|
|
||||||
==[ crafting ]==========================================
|
==[ crafting advanced machines ]==============================
|
||||||
|
|
||||||
|
For complex machines, there is not any long chain of crafting. In reality when you want to build a complex machine, you actually have a overall plan and you just have to follow it to assemble essentials components right ?
|
||||||
|
So it's the same here with machines. You have to get an overall plan of a mechanism and just put it in the craft table with required components ... and it's finished !
|
||||||
|
Yet the problem is to get the overall plan. There is currently only one way to get it: have it generated by a computer: my computer mod. Idealy, this mod would require a sketching table node to achieve plans.
|
||||||
|
|
||||||
|
* enter the following command in a computer : design ELEVATOR (replace 'ELEVATOR' by the plan name of the machine you want) then the plan is added in your inventory.
|
||||||
|
put it randomly in the crafting table with components Image
|
||||||
|
then you have the machine crafted.
|
||||||
|
|
||||||
|
- Patroller -
|
||||||
|
machine name: PATROLLER
|
||||||
|
components:
|
||||||
|
|
||||||
|
8 motor from technic
|
||||||
|
1 HV transformer from technic
|
||||||
|
1 MV transformer from technic
|
||||||
|
10 mesecon line (alias electric wire)
|
||||||
|
6 steel ingot
|
||||||
|
1 silver ingot
|
||||||
|
the plan
|
||||||
|
|
||||||
|
- Elevator -
|
||||||
|
machine name: ELEVATOR
|
||||||
|
components:
|
||||||
|
|
||||||
|
1 motor from technic
|
||||||
|
1 HV transformer from technic
|
||||||
|
4 mesecon line
|
||||||
|
6 bronze ingot
|
||||||
|
the plan
|
||||||
|
|
||||||
|
==[ crafting nodes ]==========================================
|
||||||
|
|
||||||
plastic : put cotton in furnace
|
plastic : put cotton in furnace
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user