mirror of
https://github.com/AFCMS/mesecons_onlinedetector.git
synced 2024-11-22 07:03:43 +01:00
fix drop
This commit is contained in:
parent
27286e2298
commit
b50839f345
2
init.lua
2
init.lua
@ -84,6 +84,8 @@ local on_def = table.copy(nodedef)
|
|||||||
|
|
||||||
on_def.tiles = {"mesecons_onlinedetector_online_detector_on.png"}
|
on_def.tiles = {"mesecons_onlinedetector_online_detector_on.png"}
|
||||||
|
|
||||||
|
on_def.drop = "mesecons_onlinedetector:online_detector_off"
|
||||||
|
|
||||||
on_def.mesecons = {
|
on_def.mesecons = {
|
||||||
receptor = {
|
receptor = {
|
||||||
state = mesecon.state.on,
|
state = mesecon.state.on,
|
||||||
|
Loading…
Reference in New Issue
Block a user