summaryrefslogtreecommitdiff
path: root/README
blob: c96ee243ea0f7d4375c68033fd2939f72e257fb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Cars mod for Minetest
=====================
License/Credits:

Mesh/Textures: Based on "car01" by Melkor with modifications by cheapie, CC-BY-NC-SA
Code: Written by cheapie, WTFPL

=====================
Dependencies: None, if you're in creative mode. Crafting requires default and homedecor.
=====================
Crafting:

output="cars:car 1",
recipe={
	{"default:glass","default:steel_ingot",""},
	{"homedecor:motor","default:steel_ingot","default:steel_ingot"},
	{"homedecor:plastic_sheeting","","homedecor:plastic_sheeting"}
}

=====================
Use:

Punch anything with a "Car" to turn into a car. You will only be able to see it from third-person view (press F7).
This has the following effects:

* Takes your "Car"
* Gives you an "Un-Car"
* Makes you appear to be a car
* Makes you faster (if anticheat is off), unable to jump, and heavier

Note that it does *not* change your collision box or anything related to that, in an attempt to maintain compatibility with narrow roads.

Once you are a car, you can punch anything with an "Un-Car" to restore everything to normal.

If you leave and rejoin, you will be a human (or whatever you normally are) again, but still have an "Un-Car". Punch anything with it to turn it back into a "Car".