Rename item storage node to Tool Chest; adjust textures
@ -19,7 +19,7 @@ local function get_item_storage_formspec(pos)
|
||||
return "formspec_version[4]" ..
|
||||
"size["..logistica.inv_size(20.5, 16.25).."]" ..
|
||||
logistica.ui.background..
|
||||
"label[5.3,10.6;"..S("Tool Box: Accepts only tools, no stackable items").."]"..
|
||||
"label[5.3,10.6;"..S("Tool Chest: Accepts only tools, no stackable items").."]"..
|
||||
-- logistica.ui.on_off_btn(isOn, 16.0, 11.0, ON_OFF_BUTTON, S("Allow Storing from Network"))..
|
||||
"dropdown["..(logistica.inv_width + 8)..",12;2,0.8;"..SORT_PICKER..";"..sortValues..";"..selectedSortIdx..";false]"..
|
||||
"button["..(logistica.inv_width + 10.5)..",12;1,0.8;"..SORT_BUTTON..";"..S("Sort").."]"..
|
||||
|
@ -158,13 +158,13 @@ logistica.register_injector("Fast Network Importer\nImports 99 items at a time",
|
||||
-- Item Storage
|
||||
--------------------------------
|
||||
|
||||
logistica.register_item_storage("Tool Box\nStores Tools Only", "item_storage", {
|
||||
"logistica_tool_box_top.png",
|
||||
"logistica_tool_box_bottom.png",
|
||||
"logistica_tool_box_side.png^[transformFX",
|
||||
"logistica_tool_box_side.png",
|
||||
"logistica_tool_box_back.png",
|
||||
"logistica_tool_box_front.png",
|
||||
logistica.register_item_storage("Tool Chest\nStores Tools Only", "item_storage", {
|
||||
"logistica_tool_chest_top.png",
|
||||
"logistica_tool_chest_bottom.png",
|
||||
"logistica_tool_chest_side.png^[transformFX",
|
||||
"logistica_tool_chest_side.png",
|
||||
"logistica_tool_chest_back.png",
|
||||
"logistica_tool_chest_front.png",
|
||||
})
|
||||
|
||||
--------------------------------
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |