mirror of
https://github.com/acmgit/mesecons_stealthnode.git
synced 2024-11-21 14:53:53 +01:00
Fixed drop.
This commit is contained in:
parent
569c9fbc01
commit
0d91befc45
2
mod.conf
2
mod.conf
@ -1,4 +1,4 @@
|
||||
name = mesecons_stealthnodes
|
||||
name = mesecons_stealthnode
|
||||
description = A mod to register Ghoststones.
|
||||
depends = default, mesecons_random
|
||||
optional_depends = moreores
|
||||
|
@ -146,7 +146,6 @@ function stealthnode.register_conductnode(modname, node)
|
||||
sounds = nodedef.sounds,
|
||||
groups = node_groups,
|
||||
inventory_image = nodedef.inventory_image,
|
||||
drop = stealthnode_name,
|
||||
mesecons = {
|
||||
conductor = {
|
||||
state = mesecon.state.off,
|
||||
@ -172,6 +171,7 @@ function stealthnode.register_conductnode(modname, node)
|
||||
sounds = nodedef.sounds,
|
||||
groups = node_groups,
|
||||
inventory_image = nodedef.inventory_image,
|
||||
drop = stealthnode_name,
|
||||
mesecons = {
|
||||
conductor = {
|
||||
state = mesecon.state.on,
|
||||
|
Loading…
Reference in New Issue
Block a user