Remove in_doc

master
Wuzzy 2016-11-02 22:40:32 +01:00
parent b6275ac947
commit c69f84691f
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ vendor_on.description = "Vending Machine"
vendor_on.tile_images ={"easyvend_vendor_bottom.png", "easyvend_vendor_bottom.png", "easyvend_vendor_side.png",
"easyvend_vendor_side.png", "easyvend_vendor_side.png", "easyvend_vendor_front_on.png"}
vendor_on.groups.not_in_creative_inventory = 1
vendor_on.groups.not_in_doc = 1
vendor_on.x_doc_items_create_entry = false
vendor_on.drop = "easyvend:vendor"
local vendor_off = table.copy(machine_template)
@ -97,7 +97,7 @@ depositor_on.description = "Depositing Machine"
depositor_on.tile_images ={"easyvend_depositor_bottom.png", "easyvend_depositor_bottom.png", "easyvend_depositor_side.png",
"easyvend_depositor_side.png", "easyvend_depositor_side.png", "easyvend_depositor_front_on.png"}
depositor_on.groups.not_in_creative_inventory = 1
depositor_on.groups.not_in_doc = 1
depositor_on.x_doc_items_create_entry = false
depositor_on.drop = "easyvend:depositor"
local depositor_off = table.copy(machine_template)