I made new textures for these chest and I'm still working on a textures for the wifi one.
All chests can now connect to Pipeworks!
This mod will add the following chests:
- DropBox Chest - It's a chest everyone can place items into, but only you can take items from it. Good to make a donations chest.
- Shared Chest - A chest that you can share with someone! Only you and the person you chose will be able to place and take items from this chest.
- Wifi Chest - The perfect chest for mining! All content from a Wifi Chest will be replicated to all Wifi Chests in real time, no matter the distance! So, leave one Wifi Chest at home and bring another one with you to your mine, place ores on this chest and they will show up on the chest at your home!
- Secret Chest - People will be able to use this chest only if you click "Open" when using it, if you "Close" it nobody will be able to use it. So always remember to "Close" it!
- Cobble Chest - It behaves like a normal chest, but with a cobble camouflage! So no one will suspect it's a chest. You can see it's a chest only if you front face it.
Master branch -> https://github.com/Megaf/more_chests/archive/master.zip
GitHub -> https://github.com/Megaf/more_chests
License: GPLv2
Dependencies: default
Crafting
Spoiler
Drop Box
{'default:wood','','default:wood'},
{'default:wood','default:steel_ingot','default:wood'},
{'default:wood','default:wood','default:wood'}
Shared
{'default:wood','default:leaves','default:wood'},
{'default:wood','default:steel_ingot','default:wood'},
{'default:wood','default:wood','default:wood'}
Wifi
{'default:wood','default:mese','default:wood'},
{'default:wood','default:steel_ingot','default:wood'},
{'default:wood','default:wood','default:wood'}
Secret
{'default:wood','default:cobble','default:wood'},
{'default:wood','default:steel_ingot','default:wood'},
{'default:wood','default:wood','default:wood'}
Cobble
{'default:wood','default:cobble','default:wood'},
{'default:cobble','default:steel_ingot','default:cobble'},
{'default:wood','default:cobble','default:wood'}
{'default:wood','','default:wood'},
{'default:wood','default:steel_ingot','default:wood'},
{'default:wood','default:wood','default:wood'}
Shared
{'default:wood','default:leaves','default:wood'},
{'default:wood','default:steel_ingot','default:wood'},
{'default:wood','default:wood','default:wood'}
Wifi
{'default:wood','default:mese','default:wood'},
{'default:wood','default:steel_ingot','default:wood'},
{'default:wood','default:wood','default:wood'}
Secret
{'default:wood','default:cobble','default:wood'},
{'default:wood','default:steel_ingot','default:wood'},
{'default:wood','default:wood','default:wood'}
Cobble
{'default:wood','default:cobble','default:wood'},
{'default:cobble','default:steel_ingot','default:cobble'},
{'default:wood','default:cobble','default:wood'}
You can place it as any chest.
Digging
You can take it back with your hand, just punch it. You will get the chest back.
Screenshots
Cobble - Dropbox - Secret - Shared - Wifi
-> So, what you think?