index
:
inventory_pouches
combined
main
A minetest mod for both Minetest_game and Mineclone2 that adds portable inventory bags.
bgstack15
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
add dyes to minetest_game
combined
B. Stack
2025-03-27
*
load pouches from player inv at login time
B. Stack
2025-03-27
*
fix dyeing the pouches
B. Stack
2025-03-18
*
Merge branch 'fix-inv-alignment' into combined
B. Stack
2025-03-11
|
\
|
*
fix pouch inv alignment
B. Stack
2025-03-10
*
|
stacktable in pairs, not ipairs (fixes #3)
B. Stack
2025-03-11
*
|
fix #4, use current locations of colors
B. Stack
2025-02-28
|
/
*
Merge pull request #2 from NathanSalapat/main
main
James Clarke
2024-01-15
|
\
|
*
fix craft recipe for MTG
Nathan Salapat
2024-01-14
|
/
*
Fixed inventory for both mineclone2 and minetest_game
James David Clarke
2024-01-13
*
Fix minetest game formspec
James David Clarke
2024-01-13
*
Almost fixed formspec
James David Clarke
2024-01-13
*
Fixed bug where pouch inventory is removed when dyeing a pouch in minetest_game.
James David Clarke
2024-01-13
*
Added Dyed pouches, not working properly in minetest_game.
James David Clarke
2024-01-12
*
Remove redundant files.
James David Clarke
2024-01-12
*
Added texture for double pouch
James David Clarke
2024-01-12
*
Added new screenshot
James David Clarke
2024-01-12
*
Updated textures to my own inventory bag texture, and updated LICENSE to refl...
James David Clarke
2024-01-12
*
Fix bug where someone can put a inventory bag inside itself.
James David Clarke
2024-01-12
*
Improved logging and added inventories to inventory_pouch namespace.
James David Clarke
2024-01-12
*
Made formspec look native to mineclone2.
James David Clarke
2024-01-12
*
More fixes, started porting formspecs to have mineclone2 style when mcl_forms...
James David Clarke
2024-01-12
*
Some fixes
James David Clarke
2024-01-12
*
Added .gitignore file
James David Clarke
2024-01-12
*
Removed prompt.txt
James David Clarke
2024-01-12
*
Added fix to crash bug makes players lose items
James David Clarke
2024-01-12
*
Added attribution to i3 textures used, in LICENSE file
James Clarke
2023-07-21
*
Added screeenshot
James Clarke
2023-07-20
*
Fixed registration of mod storage twice
James Clarke
2023-07-17
*
Made size of inventory same as single chest
James Clarke
2023-07-17
*
Fixed disappearing items bug
James Clarke
2023-07-17
*
Fixed Mineclone recipe
James Clarke
2023-07-17
*
Started on new code
James Clarke
2023-07-17
*
Started on new inventory bag code
James Clarke
2023-07-16
*
Modularized code
James Clarke
2023-07-16
*
First commit :)
James Clarke
2023-07-16
bgstack15