forked from minetest-mods/moreblocks
Merge pull request #12 from beyondlimits/master
Proper count of leftovers received from circular saw when cutting into slopes
This commit is contained in:
commit
922fa90f25
@ -21,12 +21,13 @@ circular_saw.known_stairs = setmetatable({}, {
|
|||||||
circular_saw.known_nodes = {}
|
circular_saw.known_nodes = {}
|
||||||
|
|
||||||
-- How many microblocks does this shape at the output inventory cost:
|
-- How many microblocks does this shape at the output inventory cost:
|
||||||
|
-- It may cause slight loss, but no gain.
|
||||||
circular_saw.cost_in_microblocks = {
|
circular_saw.cost_in_microblocks = {
|
||||||
1, 1, 1, 1, 1, 1, 1, 2,
|
1, 1, 1, 1, 1, 1, 1, 2,
|
||||||
2, 3, 2, 4, 2, 4, 5, 6,
|
2, 3, 2, 4, 2, 4, 5, 6,
|
||||||
7, 1, 1, 2, 4, 6, 7, 8,
|
7, 1, 1, 2, 4, 6, 7, 8,
|
||||||
3, 1, 1, 2, 4, 4, 2, 7,
|
3, 1, 1, 2, 4, 4, 2, 6,
|
||||||
7, 2, 7, 6, 4, 6, 5, 4,
|
7, 3, 7, 7, 4, 8, 3, 2,
|
||||||
}
|
}
|
||||||
|
|
||||||
circular_saw.names = {
|
circular_saw.names = {
|
||||||
|
Loading…
Reference in New Issue
Block a user