Aleksei-bird 7c9c708c92 Первый фикс
Пачки некоторых позиций увеличены
2024-03-01 20:54:33 +03:00

17 lines
475 B
Lua

--[[
"name": "packing-tape",
"title": "Packing Tape",
"author": "calcwizard",
"description": "Mining a chest or wagon allows players to pick it up with all the items inside and carry
it in their inventory. Now supports cars!"
--]] --
data:extend{
{
name = 'picker-moveable-chests',
setting_type = 'startup',
type = 'bool-setting',
default_value = false,
order = 'picker-moveable-chests'
}
}