Page 1 of 1

[Mod] Vessels [20120730] [vessels]

PostPosted: Thu Jul 26, 2012 21:16
by VanessaE
This simple mod adds a few liquid vessels to the game, for use by other mods. Namely, it adds glass bottles (like flasks), regular drinking glasses, and heavy-duty steel bottles. All three are recyclable.

As of 2012-09-02, this mod is included with the standard minetest_game archive.

License: N/A
Download: N/A

Crafting:

Image
Five glass blocks in a "U" shape makes 10 glass bottles.

Image
Five steel ingots in the same pattern yields five heavy duty steel bottles.

Image
Seven glass blocks in a slightly different "U" shape gives 14 drinking glasses.

Reduce, reuse, recycle:

Image
All items are recyclable. Drinking glasses or glass bottles can be placed into the crafting grid in pairs (in any positions) to turn them into "glass fragments". One such fragments item for every pair of the bottles or glasses.

Then drop one or more of these fragments into a furnace to smelt them into normal glass blocks (1:1 ratio).

Similarly, steel bottles can be directly smelted back into steel ingots (1:1 ratio).

PostPosted: Fri Jul 27, 2012 17:22
by sfan5
+1

PostPosted: Sun Jul 29, 2012 10:25
by RealBadAngel
usefull stuff. just one thing comes in mind. recyclin imho shouldnt be done like crafting. it should rather be smelted or somethin.

PostPosted: Sun Jul 29, 2012 11:07
by jin_xi
RealBadAngel wrote:usefull stuff. just one thing comes in mind. recyclin imho shouldnt be done like crafting. it should rather be smelted or somethin.


good idea

PostPosted: Sun Jul 29, 2012 11:31
by VanessaE
I'd have preferred to smelt them to recycle, but the furnace will only do one-in-X-out process. Anyone want to make a better furnace that can take stacks and multiple inputs? :-)

PostPosted: Sun Jul 29, 2012 12:24
by mauvebic
Your title is misleading :( i was expecting klingon bird-of-preys, romulan warbirds, or perhaps just a shuttlepod to start with.... :P haha

PostPosted: Sun Jul 29, 2012 16:14
by RealBadAngel
VanessaE wrote:I'd have preferred to smelt them to recycle, but the furnace will only do one-in-X-out process. Anyone want to make a better furnace that can take stacks and multiple inputs? :-)


could think about it, i have workin prototype of electric furnace.
but for regular one there could b another solution.
smelt it to somethin else. like "recycled glass". then allow to use it to craft somethin new.
even glass blocks again.
this way it goes IRL :)

PostPosted: Sun Jul 29, 2012 18:26
by VanessaE
Maybe:

glass bottles/drinking glasses -> "crushed glass" -> smelted to glass blocks
steel bottle -> smelt into steel ingot

However, I'm not going to add anything regarding building stuff from that crushed/recycled glass - that would be outside the purpose of this mod. If someone else wants to write a mod that can use that particular material, of course they're welcome to.

PostPosted: Sun Jul 29, 2012 23:11
by VanessaE
New bottle textures in place now. I think they look better anyway. :-)

PostPosted: Sun Jul 29, 2012 23:20
by Jordach
Your dependancies are wrong.

It must and should state default.

Nothing means it runs without default existing, or any minetest node.

PostPosted: Sun Jul 29, 2012 23:38
by VanessaE
It works fine for me in its current state? Besides, there already is a depends.txt with "default" as the only line.

PostPosted: Sun Jul 29, 2012 23:40
by VanessaE
Also, improved the drinking glass and steel bottle a bit. Moved the old textures into textures/alternates.

PostPosted: Tue Jul 31, 2012 23:58
by VanessaE
RealBadAngel: Per your suggestion, I added smelting.

2 drinking glasses or glass bottles -> 1 "glass fragments" -> smelt that into a glass block.

I also added a similar step for steel bottles (one each smelts to a steel ingot).

PostPosted: Sun Sep 02, 2012 22:25
by VanessaE
Woohoo! As of 2012-09-02, this mod is part of the minetest_game git repository!

PostPosted: Sat Sep 08, 2012 01:56
by tonyka
can improve ...
the antialiasing is well in the inventory, but in the world outside, is not applicable in the alpha channel, you can do two things, use a full-color map, so that softened pixels, within the visible range, would of the color (white ) or make a second version without smoothing, for outside of the inventory...

while not improving the IBR of Mt, is all we can do ...

PostPosted: Sat Sep 08, 2012 02:22
by VanessaE
There are non-blended images in the "textures/alternates" directory. Those should be used for wielding, not sure how I missed that. I'll fix it shortly

Sowwy :-)

EDIT: It's fixed in my vessels repository now.
https://github.com/VanessaE/vessels

Until C55 updates the upstream copy that gets shipped with the game, just delete that one and install this one in your local mods/ folder instead. Don't forget to rename it to just 'vessels' as usual.

PostPosted: Sat Sep 08, 2012 02:50
by tonyka
I created a version of the textures, with the solution that was explained in the previous post
and works almost fine
but produces a strange effect on the hand ...

https://dl.dropbox.com/s/si8n5chzb09nen4/vessels.zip?dl=1

according solves a problem arises with a new ... pfff!!

PostPosted: Sat Sep 08, 2012 04:14
by VanessaE
The game can't handle alpha channel usage in most places - it just does a threshold filter on it. The only place I've seen it in use other than water was in the front side of the player sprite on one server - and it worked perfectly there.

PostPosted: Tue Jun 25, 2013 17:36
by SilverFlame
how do I fill them?

PostPosted: Tue Jun 25, 2013 21:05
by VanessaE
They don't currently have any use - that's for someone else to code.