Skip to content

Commit

Permalink
remove *_scanning node
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Mar 12, 2020
1 parent 8aadde2 commit db8a801
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions card_scanner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,24 +83,6 @@ minetest.register_node("access_cards:palm_scanner_off", {
sounds = default.node_sound_glass_defaults(),
})

minetest.register_node("access_cards:palm_scanner_checking", {
description = "Palm scanner",
tiles = {{
name = "access_cards_scanner_checking.png",
animation = {type = "vertical_frames",aspect_w = 16,aspect_h = 16,length = 1.5}
}},
drawtype = "signlike",
sunlight_propagates = true,
buildable_to = false,
node_box = {type = "wallmounted",},
selection_box = {type = "wallmounted",},
paramtype = "light",
paramtype2 = "wallmounted",
groups = {cracky=1, oddly_breakable_by_hand=1, not_in_creative_inventory=1, mesecon_needs_receiver = 1},
drop = "access_cards:palm_scanner_off",
sounds = default.node_sound_glass_defaults()
})

minetest.register_node("access_cards:palm_scanner_on", {
description = "Palm scanner",
sunlight_propagates = true,
Expand Down
Binary file removed textures/access_cards_scanner_checking.png
Binary file not shown.

0 comments on commit db8a801

Please sign in to comment.