is_ground_content = false

master
Wuzzy 2016-11-02 01:07:23 +01:00
parent 3e08b861ea
commit 39e95a3a40
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ end
local machine_template = {
paramtype2 = "facedir",
groups = {choppy=2,oddly_breakable_by_hand=2},
is_ground_content = false,
after_place_node = easyvend.after_place_node,
can_dig = easyvend.can_dig,