aboutsummaryrefslogtreecommitdiff
path: root/circular_saw.lua
diff options
context:
space:
mode:
authorJat15 <jinan15@hotmail.com>2013-12-23 23:59:46 +0100
committerJat15 <jinan15@hotmail.com>2013-12-23 23:59:46 +0100
commit6c4af19353421e84416ad731ea4e45841a82e363 (patch)
tree73ab228121ef8c3474a05379a8478804efd98692 /circular_saw.lua
parent0e63715989db020d0dbd837250f7ec1ebd602407 (diff)
downloadmoreblocks-6c4af19353421e84416ad731ea4e45841a82e363.tar.gz
moreblocks-6c4af19353421e84416ad731ea4e45841a82e363.tar.bz2
moreblocks-6c4af19353421e84416ad731ea4e45841a82e363.zip
Fix bug circular saw
Diffstat (limited to 'circular_saw.lua')
-rw-r--r--circular_saw.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/circular_saw.lua b/circular_saw.lua
index 863d0a4..315662b 100644
--- a/circular_saw.lua
+++ b/circular_saw.lua
@@ -254,7 +254,7 @@ circular_saw.on_metadata_inventory_take = function(pos, listname, index, stack,
circular_saw.update_inventory(pos, -1 * cost);
- elseif(listname=="mikro") then
+ elseif(listname=="micro") then
-- Each microblock costs 1 microblock
circular_saw.update_inventory(pos, -1 * 1 * stack:get_count());