From 56dbbf8c1a61bb5bf729faaab1c1459ac24d40a5 Mon Sep 17 00:00:00 2001 From: cheapie Date: Mon, 1 Feb 2016 00:39:50 -0600 Subject: Add content --- README | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..c96ee24 --- /dev/null +++ b/README @@ -0,0 +1,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". -- cgit v1.2.3