Carts: Make rail recipes more generous
authorparamat <mat.gregory@virginmedia.com>
Tue, 28 Mar 2017 04:37:45 +0000 (05:37 +0100)
committerparamat <mat.gregory@virginmedia.com>
Tue, 11 Apr 2017 02:57:01 +0000 (03:57 +0100)
commitacfd58cdebf4b5b99dcf5c32d50b65cab208a781
tree55a73bb6d08e64ed9adca9b352ef10ab82d4d9a9
parentb377aaa50d2f8ae1926c2319f17380f8e754f499
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.
mods/carts/rails.lua