projects
/
zefram
/
minetest
/
pipeworks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7d8d99
)
don't add active furnace to creative inv
author
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Wed, 6 Aug 2014 21:14:16 +0000
(17:14 -0400)
committer
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Wed, 6 Aug 2014 21:14:16 +0000
(17:14 -0400)
compat.lua
patch
|
blob
|
history
diff --git
a/compat.lua
b/compat.lua
index d96eeef5e13de005be36c145df9348d026b2e14d..04f4a9dd30dc922eda7920735a414c0ca0ea2a64 100644
(file)
--- a/
compat.lua
+++ b/
compat.lua
@@
-59,7
+59,7
@@
minetest.override_item("default:furnace_active", {
},
}
},
- groups = {cracky=2, tubedevice = 1, tubedevice_receiver = 1 },
+ groups = {cracky=2, tubedevice = 1, tubedevice_receiver = 1
, not_in_creative_inventory = 1
},
tube = {
insert_object = function(pos,node,stack,direction)
local meta = minetest.get_meta(pos)