aboutsummaryrefslogtreecommitdiff
path: root/circular_saw.lua
diff options
context:
space:
mode:
authorMarcin <beyondlimits@10g.pl>2015-06-27 15:41:51 +0200
committerMarcin <beyondlimits@10g.pl>2015-06-27 15:41:51 +0200
commit1b45e895fcfee573a4d1a1331e26874e4ecc1646 (patch)
tree62a14dc8dfc74e7ff96cfcdde54cc6dca7b3a7d5 /circular_saw.lua
parent6c9550e2c5eab3e0294d335c036414a811044c25 (diff)
downloadmoreblocks-1b45e895fcfee573a4d1a1331e26874e4ecc1646.tar.gz
moreblocks-1b45e895fcfee573a4d1a1331e26874e4ecc1646.tar.bz2
moreblocks-1b45e895fcfee573a4d1a1331e26874e4ecc1646.zip
Fixed count of leftovers received from circular saw for slopes
Diffstat (limited to 'circular_saw.lua')
-rw-r--r--circular_saw.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/circular_saw.lua b/circular_saw.lua
index d7bd35c..3b4f478 100644
--- a/circular_saw.lua
+++ b/circular_saw.lua
@@ -21,12 +21,13 @@ circular_saw.known_stairs = setmetatable({}, {
circular_saw.known_nodes = {}
-- How many microblocks does this shape at the output inventory cost:
+-- It may cause slight loss, but no gain.
circular_saw.cost_in_microblocks = {
1, 1, 1, 1, 1, 1, 1, 2,
2, 3, 2, 4, 2, 4, 5, 6,
7, 1, 1, 2, 4, 6, 7, 8,
- 3, 1, 1, 2, 4, 4, 2, 7,
- 7, 2, 7, 6, 4, 6, 5, 4,
+ 3, 1, 1, 2, 4, 4, 2, 6,
+ 7, 3, 7, 7, 4, 8, 3, 2,
}
circular_saw.names = {