Fixed bug where recipe didn't show in crafting guide
This commit is contained in:
parent
06a0be0dc2
commit
d8502addc5
5
init.lua
5
init.lua
@ -28,10 +28,7 @@ minetest.register_node("invisibility:potion", {
|
||||
type = "fixed",
|
||||
fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
|
||||
},
|
||||
groups = {
|
||||
vessel = 1, dig_immediate = 3, attached_node = 1,
|
||||
not_in_creative_inventory = 1
|
||||
},
|
||||
groups = {vessel = 1, dig_immediate = 3, attached_node = 1},
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
|
||||
on_use = function(itemstack, user)
|
||||
|
Loading…
x
Reference in New Issue
Block a user