projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ec2d10
)
Exclude technic:nothing from creative inventory
author
Zefram
<zefram@fysh.org>
Mon, 7 Jul 2014 17:17:04 +0000
(18:17 +0100)
committer
Novatux
<nathanael.courant@laposte.net>
Wed, 9 Jul 2014 07:17:44 +0000
(09:17 +0200)
technic/crafts.lua
patch
|
blob
|
history
diff --git
a/technic/crafts.lua
b/technic/crafts.lua
index 1776de584aa3f0ae580d2665edc3cf1ee7724547..63792f486c5162f5fac4a991925e5b56c109e30c 100644
(file)
--- a/
technic/crafts.lua
+++ b/
technic/crafts.lua
@@
-162,6
+162,7
@@
minetest.register_craft({
minetest.register_craftitem("technic:nothing", {
description = "",
inventory_image = "blank.png",
+ groups = { not_in_creative_inventory = 1 },
})
if minetest.register_craft_predict then