🍞Loaf Housing

Install

  • Open loaf_housing/shared/furniture.lua file and configure it according to your preferences.

    {
        label = "Collection Props",
        furniture = {
            {
                label = "Takashi Rug",
                object = "takashirug",
                price = Change Me To Price,
            },
            {
                label = "Takashi Rug 2",
                object = "takashirug2",
                price = Change Me To Price,
            },
            {
                label = "Takashi Rug 3",
                object = "takashirug3",
                price = Change Me To Price,
            },
            {
                label = "Takashi Rug 4",
                object = "takashirug4",
                price = Change Me To Price,
            },
            {
                label = "Takashi Rug 5",
                object = "takashirug5",
                price = Change Me To Price,
            },
        }
    },

Last updated