SF Inventory Bags

Description

This mod adds a BAGS tab to your SF Inventory and allows the player to craft different sized bags to place into each slot, open it and then use as a separate inventory.

Bags are crafted using leather so most mobs mods will work fine, but just incase Vegan leather can be crafted using mushrooms :)

Reviews

Review

Do you recommend this mod?

  • Very good for hoarding stuff, the regular inventory space seems never enough

    It is not compatible with Mesecraft, but I modified the init.lua file in order to fix the missing ingredient. Just adding the top condition in line 291 to include mesecraft_mobs:leather :

    -- use leather if mesecraft_mobs found
    if minetest.get_modpath("mesecraft_mobs") then
    	item1 = "mesecraft_mobs:leather"
    
        -- use leather if mobs redo found
    elseif minetest.get_modpath("mobs") then
    	item1 = "mobs:leather"
    
    	-- use leather if petz found
    elseif minetest.get_modpath("petz") then
    	item1 = "petz:leather"
    end
    

    Please add it to the main source code, I wasn't sure how to make the request.

    Thanks for the mod.

    2 comments
  • Bags

    good way to make people keep stuff after death, to make a hard survival server.. i'd keep only the smallest bag tho

    0 comments
  • compatible with quick crafting mods?

    ver nice. I like how you implemented this as a separate tab, and ensured you have to empty the bags to be able to drop or swap the bags around. will this work with quick crafting / gridless crafting mods? like rubenwardy's [crafting] mod? for example, will his mod know the presense of items stored in your extra bags in order to give players ability to quick craft an item?

    1 comments

Releases

2026-04-09

Download

Luanti 5.0+

2026-04-09 16:43 UTC

2026-04-09 🔗

Tweak n Tidy.

2025-05-04

Download

Luanti 5.0+

2025-05-04 12:22 UTC

2025-05-04 🔗

Change minetest. to core.

2023-02-23

Download

2023-02-23 07:26 UTC

2023-02-23 🔗

No release notes

All releases

Threads

New thread

Information

Provides

sfinv_bags

Dependencies

Required
sfinv

Information

Type
Mod
Technical Name
sfinv_bags
Languages
English, Español, Português do Brasil, Українська
License
BSD-3-Clause
Maintenance State
Unknown
Added
2020-12-25 08:42 UTC
Maintainers
TenPlus1