[Mod] Vessels [20120730] [vessels]

Post Reply
User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

[Mod] Vessels [20120730] [vessels]

by VanessaE » Post

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).
Last edited by VanessaE on Wed Nov 06, 2013 00:45, edited 1 time in total.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

+1
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

User avatar
RealBadAngel
Member
Posts: 557
Joined: Wed Jul 18, 2012 16:30

by RealBadAngel » Post

usefull stuff. just one thing comes in mind. recyclin imho shouldnt be done like crafting. it should rather be smelted or somethin.

jin_xi
Member
Posts: 165
Joined: Mon Jul 02, 2012 18:19

by jin_xi » Post

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

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

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? :-)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

mauvebic
Member
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Post

Your title is misleading :( i was expecting klingon bird-of-preys, romulan warbirds, or perhaps just a shuttlepod to start with.... :P haha

User avatar
RealBadAngel
Member
Posts: 557
Joined: Wed Jul 18, 2012 16:30

by RealBadAngel » Post

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 :)
Last edited by RealBadAngel on Sun Jul 29, 2012 16:18, edited 1 time in total.

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

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.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

New bottle textures in place now. I think they look better anyway. :-)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

Your dependancies are wrong.

It must and should state default.

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

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

It works fine for me in its current state? Besides, there already is a depends.txt with "default" as the only line.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

Also, improved the drinking glass and steel bottle a bit. Moved the old textures into textures/alternates.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

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).
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

Woohoo! As of 2012-09-02, this mod is part of the minetest_game git repository!
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
tonyka
Member
Posts: 320
Joined: Sat Jun 16, 2012 04:08
Location: Alicante, España

by tonyka » Post

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 ...
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

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.
Last edited by VanessaE on Sat Sep 08, 2012 02:34, edited 1 time in total.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
tonyka
Member
Posts: 320
Joined: Sat Jun 16, 2012 04:08
Location: Alicante, España

by tonyka » Post

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/si8n5chzb09nen ... s.zip?dl=1

according solves a problem arises with a new ... pfff!!
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

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.
Last edited by VanessaE on Sat Sep 08, 2012 04:21, edited 1 time in total.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

SilverFlame
New member
Posts: 6
Joined: Sat May 25, 2013 05:42

by SilverFlame » Post

how do I fill them?

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

They don't currently have any use - that's for someone else to code.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
UniexAdmin
Member
Posts: 13
Joined: Tue Jul 07, 2020 11:24
GitHub: UniexAdmin
In-game: Uniex
Location: Poland, Silesia, Dąbrowa Górnicza
Contact:

Re: [Mod] Vessels [20120730] [vessels]

by UniexAdmin » Post

i can't download this on my minetest 5.3.0
amogus
cdb_9c67c81fe372

Post Reply

Who is online

Users browsing this forum: No registered users and 36 guests