minetest_game/mods/carts
paramat acfd58cdeb Carts: Make rail recipes more generous
As part of making vertical travel easier to reduce reliance on
sneak ladders.
Calculate using cubic pixels of steel.

A steelblock is 16^3 = 4096 cubic pixels steel.
6 ingots is 6/9 steelblocks.
A rail is a 2*2*16 pixel length of steel, 64 cubic pixels steel.
6 ingots produces 2*21 rails = 21 rail nodes.
Choose 18 for an even number that is a multiple of ingot number.

Replace the stick with 2 wood in the recipe to be closer to the amount
of wood that would be needed for 20*4 sleepers.

Replace 2 mese crystal fragments with 1 mese crystal to
compensate for the larger number of nodes returned. The result
is the recipe is much more generous with steel usage but slightly
less generous with mese usage, keeping power rail cost reasonably high.

Replace 2 coal lumps with 1 for a similar recipe to power rails.
2017-04-11 03:57:01 +01:00
..
models Carts: Merge boost_cart as "carts" mod 2016-11-21 03:15:04 +00:00
sounds Carts: Merge boost_cart as "carts" mod 2016-11-21 03:15:04 +00:00
textures Textures: Strip color profiles from some textures 2017-01-22 07:43:12 +00:00
README.txt Carts: Improve readme file 2016-11-27 03:27:53 +00:00
cart_entity.lua Carts: Remove '+' added in commit 077316b 2017-03-30 04:24:29 +01:00
depends.txt Carts: Merge boost_cart as "carts" mod 2016-11-21 03:15:04 +00:00
functions.lua Carts: Fix the rail table overwrite behaviour 2017-02-12 11:39:52 -08:00
init.lua Carts: Move entity definition to seperate file 2016-11-27 03:27:53 +00:00
license.txt Carts: Merge boost_cart as "carts" mod 2016-11-21 03:15:04 +00:00
rails.lua Carts: Make rail recipes more generous 2017-04-11 03:57:01 +01:00

README.txt

Carts (formerly boost_cart)
==========================

Carts, based almost entirely on the mod boost_cart [1], which
itself is based on (and fully compatible with) the carts mod [2].

The model was originally designed by stujones11 [3] (CC-0).

Cart textures are based on original work from PixelBOX (WTFPL).


[1] https://github.com/SmallJoker/boost_cart/
[2] https://github.com/PilzAdam/carts/
[3] https://github.com/stujones11/railcart/


Features
----------
- A fast cart for your railway or roller coaster (up to 7 m/s!)
- Boost and brake rails
- Rail junction switching with the 'right-left' walking keys
- Handbrake with the 'back' key