Andrey2470T / multidecor

Adds a huge amount of detailed furniture components, decorations and exterior stuff with various designs and styles of each epoch.
MIT License
7 stars 5 forks source link

Storage Space Size #1

Closed Pantyhose-X closed 2 years ago

Pantyhose-X commented 2 years ago

items, wish to provide more storage space

minetest.register_chatcommand("name", {
    params = "",
    description = "",
    func = function(name, param)
        minetest.show_formspec(name, "",
                "size[16,11;]"..
                "list[detached:name;main;0,0;16,8;]"..
                "list[current_player;main;0,9;16,2;]")
        return true, ""
    end,
})

AFGGGGGGGGG

Andrey2470T commented 2 years ago

Ermm... and for which certain furniture components do you want to extend inventory size?

Pantyhose-X commented 2 years ago

Ermm... and for which certain furniture components do you want to extend inventory size?

wooden cupboard with glass doors

Andrey2470T commented 2 years ago

Not too much? The cupboard has two shelves places, each 8x3 size. I can increase to 8x6.

Andrey2470T commented 2 years ago

Increased dad6f0e1e1705e171570fbc0ce564428f9861771

Pantyhose-X commented 2 years ago

Not too much? The cupboard has two shelves places, each 8x3 size. I can increase to 8x6.

Edited, please merge https://github.com/Andrey2470T/multidecor/pull/2