Page 1 of 1

0.4.15 inventory

PostPosted: Fri Jan 06, 2017 17:57
by Joseph13
all the inventory mods like unified_inventory and inventory++ and all the mods that worked with 0.4.14 now dont work at all. is there an updated version of unified_inventory? it is me favourit mod in minetest, and it wont work. it just shows the default inventory. no matter what i do! help!

Re: 0.4.15 inventory

PostPosted: Fri Jan 06, 2017 18:09
by rubenwardy
You need to update unified_inventory

Didn't realise people still used inventory plus? The fix is as simple as adding sfinv to the dependencies and then doing

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
if minetest.global_exists("sfinv") then
    sfinv.enabled = false
end

Re: 0.4.15 inventory

PostPosted: Fri Jan 06, 2017 20:04
by Joseph13
Thank you! But still, where do I add this code? I'm not a lua programmer yet so imtin the dark as what to do with the code. I can add the sfniv dependency but where do I put the new code? rubenwardy

Re: 0.4.15 inventory

PostPosted: Sat Jan 07, 2017 01:46
by Tmanyo
Joseph13 wrote:Thank you! But still, where do I add this code? I'm not a lua programmer yet so imtin the dark as what to do with the code. I can add the sfniv dependency but where do I put the new code? rubenwardy


Go to depends.txt and add "sfinv?". Then paste the code Rubenwardy posted at the bottom of the init.lua file. Make sure to save both files or nothing will change.

Re: 0.4.15 inventory

PostPosted: Sat Jan 07, 2017 04:35
by Joseph13
Thanks a ton! It worked!!

Re: 0.4.15 inventory

PostPosted: Fri Mar 03, 2017 08:14
by jakab
with 3d armor wont work too. i know a fhew thing about lua, but dont know: it will work with that code ?

Re: 0.4.15 inventory

PostPosted: Wed Mar 08, 2017 19:25
by Wuzzy
It would be 100% better if the offending mods would be OFFICIALLY fixed by the mod authors. Asking the users to fix the bugs on their own is insulting.

PS: I have heard the 3d_armor very recently got a bugfix which means it finally works with Minetest Game 0.4.15 again.

PPS: Unified Inventory is already compatible with Minetest Game 0.4.15, you just need to update Unified Inventory.

Re: 0.4.15 inventory

PostPosted: Thu Mar 09, 2017 00:21
by sorcerykid
rubenwardy wrote:Didn't realise people still used inventory plus?


Almost all the servers I play on use Inventory Plus or a variant of it.

Re: 0.4.15 inventory

PostPosted: Thu Mar 09, 2017 01:20
by Wuzzy
This is sad. Sfinv is a gazillion times better than Inventory Plus. If you just want the buttons, you can try sfinv_buttons.

Re: 0.4.15 inventory

PostPosted: Thu Mar 09, 2017 01:34
by sorcerykid
It is superior, no doubt. I plan to migrate to sfinv eventually on JT2. It will be nice to free up the space where the buttons currently are.

Re: 0.4.15 inventory

PostPosted: Tue Mar 14, 2017 17:47
by BBmine
sorcerykid wrote:It is superior, no doubt. I plan to migrate to sfinv eventually on JT2. It will be nice to free up the space where the buttons currently are.

Me too. I couldn't get sfinv to work, but I guess I need to change that line so that it says sfinv instead of inventory_plus :D