Update nodes.lua

This commit is contained in:
Gerold55 2017-12-03 20:32:49 -05:00 committed by GitHub
parent 51247d4c32
commit e187c367f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,7 +298,7 @@ minetest.register_node("laptop:monitor3_on", {
drawtype = "nodebox",
paramtype = "light",
paramtype2 = 'facedir',
drop = "laptop:monitor_off",
drop = "laptop:monitor3_off",
groups = {choppy=2, oddly_breakably_by_hand=2, not_in_creative_inventory=1},
on_punch = function (pos, node, puncher)
local os = laptop.os_get(pos)