[MOD]Morechests

Daraku
Member
 
Posts: 34
Joined: Sun Dec 25, 2011 14:21

[MOD]Morechests

by Daraku » Sun Dec 25, 2011 14:30

I'm create a simple mod that add 3 new chests to the Minetest:
Cobble stone chest - has the same inventory size as wooden, but more durable
Iron chest - has inventory size of 10x6 slots
Mese chest - biggest chest, inventory - 12x8 slots

Github link: https://github.com/Daraku/morechests
Download v1.2: https://github.com/downloads/Daraku/morechests/Daraku-morechests-v1.2.zip

All chests together:
Image

Cobble stone chest recipe:
Image

Iron chest recipe:
Image

Mese chest recipe:
Image

Locked chests:
Image Image Image
Image Image Image

Here sample inventory of iron chest:
Image

ChangeLog:
1.2
- Locked chests a fixed
- Updated to the 0.4.dev-20120122-1 version
1.1 (don't use this version)
- locked chests added
1.0
- first release
Last edited by Daraku on Tue Jan 24, 2012 19:13, edited 1 time in total.
 

bwog
Member
 
Posts: 283
Joined: Wed Nov 30, 2011 14:09

by bwog » Sun Dec 25, 2011 14:47

Nice mod. I bet I know who is going to add this mod to their server. *cough*RAPHAEL*cough*

For comparison, the MESE chest is 3 times larger then your player's inventory.


Also, are there locked versions of those chests?
 

Daraku
Member
 
Posts: 34
Joined: Sun Dec 25, 2011 14:21

by Daraku » Sun Dec 25, 2011 14:55

bwog wrote:Also, are there locked versions of those chests?


I'm not figured out how to do it yet.
But, work in progress.
 

User avatar
Hackeridze
Member
 
Posts: 310
Joined: Thu Nov 03, 2011 13:35

by Hackeridze » Sun Dec 25, 2011 15:08

I will add it to RTMMP :>
My game: RTMG
GENTOO USER
 

User avatar
jordan4ibanez
Member
 
Posts: 1865
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Sun Dec 25, 2011 16:07

hmm i will add this to my server...very nice
If you can think it, you can make it.
 

User avatar
RAPHAEL
Member
 
Posts: 627
Joined: Tue Nov 01, 2011 09:09

by RAPHAEL » Sun Dec 25, 2011 17:40

bwog wrote:Nice mod. I bet I know who is going to add this mod to their server. *cough*RAPHAEL*cough*

What? lol. This may get added if a locking version is made. Despite looking nice I have little use for unlocked chests.
"Before you speak, ask yourself: Is it kind, is it true, is it necessary, does it improve upon the silence?"
My mods: http://goo.gl/n4kpn
(Currently Various, Industrial, Fakeblocks, Jail, MoarCraft, Christmas, Replicator, minetest dev installer for linux, bash mod installer, windows mod installer)
 

Daraku
Member
 
Posts: 34
Joined: Sun Dec 25, 2011 14:21

by Daraku » Sun Dec 25, 2011 18:36

Locking chests added to git.
 

Daraku
Member
 
Posts: 34
Joined: Sun Dec 25, 2011 14:21

by Daraku » Sun Dec 25, 2011 18:51

Link to zip archive of Morechests v1.1 (with locked chests): https://github.com/downloads/Daraku/morechests/Daraku-morechests-v1.1.zip
 

Daraku
Member
 
Posts: 34
Joined: Sun Dec 25, 2011 14:21

by Daraku » Sun Jan 01, 2012 09:37

Note: v1.1 - has a major bug (inventory is limited to the default 8x4 for all chests), so don't use it.

Stable version: https://github.com/downloads/Daraku/morechests/Daraku-morechests-v1.0.zip
 

User avatar
Staffs
Member
 
Posts: 329
Joined: Thu Aug 04, 2011 13:16

by Staffs » Wed Jan 04, 2012 11:53

will this be fixed ??
I love mods :D
 

Daraku
Member
 
Posts: 34
Joined: Sun Dec 25, 2011 14:21

by Daraku » Wed Jan 04, 2012 12:23

Yes.
I'm working on path for minetest to fix this.

Chests implementation in minetest is hardcoded :( As soon as I will have a better understanding how locked chests works, I will contact Celeron to discuss the issue.
 

celeron55
Member
 
Posts: 430
Joined: Tue Apr 19, 2011 10:10

by celeron55 » Thu Jan 05, 2012 11:13

You just need to implement your chests using the "generic" metadata rather than any of the hardcoded metadatas. See experimental:luafurnace.

Also note that the metadata stuff is subject to change in the future, more or less. Because it sucks.
 

Daraku
Member
 
Posts: 34
Joined: Sun Dec 25, 2011 14:21

by Daraku » Thu Jan 05, 2012 11:25

celeron55 wrote:You just need to implement your chests using the "generic" metadata rather than any of the hardcoded metadatas. See experimental:luafurnace.

Also note that the metadata stuff is subject to change in the future, more or less. Because it sucks.


The problem is with the locked chests. As i'm see it now, there are no posibilities to set ownership of the node from lua, and denie access to it inventory.
Last edited by Daraku on Thu Jan 05, 2012 11:26, edited 1 time in total.
 

Daraku
Member
 
Posts: 34
Joined: Sun Dec 25, 2011 14:21

by Daraku » Sun Jan 08, 2012 09:46

 

Daraku
Member
 
Posts: 34
Joined: Sun Dec 25, 2011 14:21

by Daraku » Tue Jan 24, 2012 19:14

V1.2

Locked chests are fixed, working with 0.4.dev-20120122-1 version

https://github.com/downloads/Daraku/morechests/Daraku-morechests-v1.2.zip
 

User avatar
1omar1
Member
 
Posts: 27
Joined: Tue Mar 13, 2012 13:11

by 1omar1 » Sat Jun 02, 2012 15:16

MESE CHEST RECIPE IS THE BEST! :D
I usally play in tsundere.fi (port 30001). My nickname is FMMAF or 1omar1.
My mod: http://minetest.net/forum/viewtopic.php?id=1987
 

User avatar
SegFault22
Member
 
Posts: 870
Joined: Mon May 21, 2012 03:17

by SegFault22 » Sun Jun 03, 2012 18:18

You crossed recipe spaces with bcnjr5's secret chest (cobble chest). Just so you know...
Resources are abundant; only money is scarce. People should not have to work hard and remain poor just to pay for the needs of survival.
Society can thrive without money - but only if productive members of society are rewarded for being productive.
 

User avatar
LolManKuba
Member
 
Posts: 939
Joined: Fri Feb 10, 2012 22:36

by LolManKuba » Sun Jun 03, 2012 18:44

SegFault22 wrote:You crossed recipe spaces with bcnjr5's secret chest (cobble chest). Just so you know...

No he didn't, bcnjr5 registered after this mod was created.
 

User avatar
SegFault22
Member
 
Posts: 870
Joined: Mon May 21, 2012 03:17

by SegFault22 » Mon Jun 04, 2012 00:53

keep telling yourself that...
BTW I have something else to work on, so...no more debating about how that person crossed recipes with BCNJR5's secret chest...
Resources are abundant; only money is scarce. People should not have to work hard and remain poor just to pay for the needs of survival.
Society can thrive without money - but only if productive members of society are rewarded for being productive.
 

User avatar
LolManKuba
Member
 
Posts: 939
Joined: Fri Feb 10, 2012 22:36

by LolManKuba » Mon Jun 04, 2012 01:12

Look at when this mod was made, and look at bcjrn or however you spell it's register date.
 

Temperest
Member
 
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Mon Jun 04, 2012 01:44

Look at one mod's craft definition, and look at the other's. They are the same. While you are correct that bcjrn had registered after this mod was created, LolManKuba, SegFault22 is also correct in saying that the recipes conflict.
WorldEdit 1.0 released

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.
 

neo
Member
 
Posts: 56
Joined: Fri Jun 15, 2012 07:50

by neo » Sun Jun 17, 2012 18:55

Morechest and morefurnaces seems cool but can't get them to work with 20120606.

The mesefurnace kills the game everytime with ;
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
20:48:30: ERROR[main]: ServerError: LuaError: error: ...cc38/bin/../games/minimal/mods/morefurnaces/init.lua:221: attempt to call method 'inventory_get_list' (a nil value)


And mesechest are unusable.

Any tips ?

Cheers.
 

Temperest
Member
 
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Sun Jun 17, 2012 19:31

The recent node metadata changes broke this mod. It will be unusable until someone updates it.

For more information, see here: http://minetest.net/wiki/doku.php?id=changes:new_node_metadata
WorldEdit 1.0 released

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.
 

luk3yx
Member
 
Posts: 32
Joined: Sun Oct 21, 2012 18:14
GitHub: luk3yx
IRC: luk3yx
In-game: luk3yx

by luk3yx » Fri Dec 21, 2012 00:24

At the time of writing this, this mod seems to be broken. I hope someone comes up with a fix soon.
Last edited by luk3yx on Tue Dec 27, 2016 04:49, edited 1 time in total.
Don't expect anyone to be able to respond to any post instantly, or reply to emails within seconds of them being sent, everyone has a life. They need to eat, drink, sleep, and work sometime.
-luk3yx
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Fri Dec 21, 2012 01:58

Your recipes will need updated soon - Mese has changed:

http://minetest.net/forum/viewtopic.php?id=4154

(I suggest using Mese Crystals in place of the old Mese object)
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 


Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 6 guests

cron