[Mod] Breath underwater like scuba diving [underwater]

Post Reply
fergoy
New member
Posts: 8
Joined: Wed Aug 30, 2017 15:47
GitHub: fergoy
In-game: fgoy

[Mod] Breath underwater like scuba diving [underwater]

by fergoy » Post

Hi, i'm relatively new in minetest and just got in this forum to distribute a mod I've made to keep longer time underwater.

The idea is just an extra air to give you more time to explore and survive under the water. It's a simple tool you can craft out of some metals and use like a bucket, never breaks but needs to be filled.
Just use the tank when underwater low breath
Just use the tank when underwater low breath
Captura de tela de 2017-08-30 12-33-46.png (606.96 KiB) Viewed 1199 times
So it's an air tank, when you're underwater and your air is running low, just use the air tank to refill your breath. The tank capacity is shown as a tool been used, so when it gets empty you can't use it but it won't vanish. You need to go to the air and just click to use the tank so it refill itself. Don't need to go all up the surface, just find a block of air, where you can breath, and refill.

Depends on DEFAULT MOD (Thanks RSLRedstonier for notifying me and xeranas for clarifying that default mod is not really default)
Recipe (Only ingots):
Bronze Gold Bronze
Iron Nothing Iron
Iron Iron Iron
Recipe
Recipe
Captura de tela de 2017-08-30 12-32-34.png (191.43 KiB) Viewed 1199 times
Hope you enjoy.

DOWNLOAD - https://github.com/fergoy/underwater/bl ... er_mod.zip
Last edited by fergoy on Fri Mar 23, 2018 15:12, edited 1 time in total.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Mod] Breath underwater like scuba diving [underwater]

by azekill_DIABLO » Post

Textures are very nice! It's a very useful mod! +1

ps: welcome to minetest forum :D
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
TechNolaByte
Member
Posts: 465
Joined: Wed May 10, 2017 21:00
GitHub: TechNolaByte

Re: [Mod] Breath underwater like scuba diving [underwater]

by TechNolaByte » Post

looks cool although if the recipe uses bronze gold and iron then at least the recipe depends on default mod
The great quest of alchemy neither failed nor attained gold; programmers are those great alchemists who transmute caffeine into code.

Chem871
Member
Posts: 999
Joined: Sat Aug 19, 2017 21:49
GitHub: Chemguy99
In-game: Chem Nyx
Location: My Basement's Attic

Re: [Mod] Breath underwater like scuba diving [underwater]

by Chem871 » Post

Honestly, crafting recipes are just a soft dependency.
What is SCP-055?

User avatar
TechNolaByte
Member
Posts: 465
Joined: Wed May 10, 2017 21:00
GitHub: TechNolaByte

Re: [Mod] Breath underwater like scuba diving [underwater]

by TechNolaByte » Post

Chem871 wrote:Honestly, crafting recipes are just a soft dependency.
true it just means without said thing you cant craft said item which would have an impact on survival worlds
The great quest of alchemy neither failed nor attained gold; programmers are those great alchemists who transmute caffeine into code.

sofar
Developer
Posts: 2146
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: [Mod] Breath underwater like scuba diving [underwater]

by sofar » Post

How is this different from this mod: (air tanks):

viewtopic.php?t=17102

Chem871
Member
Posts: 999
Joined: Sat Aug 19, 2017 21:49
GitHub: Chemguy99
In-game: Chem Nyx
Location: My Basement's Attic

Re: [Mod] Breath underwater like scuba diving [underwater]

by Chem871 » Post

Survival worlds aren't all worlds, some servers are better off with zero crafting recipes.
What is SCP-055?

Chem871
Member
Posts: 999
Joined: Sat Aug 19, 2017 21:49
GitHub: Chemguy99
In-game: Chem Nyx
Location: My Basement's Attic

Re: [Mod] Breath underwater like scuba diving [underwater]

by Chem871 » Post

I prefer this mod for breathing underwater:viewtopic.php?f=9&t=15376&hilit=scuba
Granted, it gives unlimited air, but it takes at least a little while to get 7 steel blocks' worth of iron.
What is SCP-055?

fergoy
New member
Posts: 8
Joined: Wed Aug 30, 2017 15:47
GitHub: fergoy
In-game: fgoy

Re: [Mod] Breath underwater like scuba diving [underwater]

by fergoy » Post

sofar wrote:How is this different from this mod: (air tanks):

viewtopic.php?t=17102
Thank you for your question.

Mine mod is just the tank, the craft recipe is simple and uses just bronze and iron ingots. You refill the tank in the air, so you don't need to come back, just find a block of air. It helped me to explore the cave's full of water.

fergoy
New member
Posts: 8
Joined: Wed Aug 30, 2017 15:47
GitHub: fergoy
In-game: fgoy

Re: [Mod] Breath underwater like scuba diving [underwater]

by fergoy » Post

Chem871 wrote:I prefer this mod for breathing underwater:viewtopic.php?f=9&t=15376&hilit=scuba
Granted, it gives unlimited air, but it takes at least a little while to get 7 steel blocks' worth of iron.
I wanted something more easy to craft, to use at the beginning of the game to help mining caves full of water. At same time I didn't want to make it so easy, so you must carry to use and refill. With infinite breath it get's too easy.

fergoy
New member
Posts: 8
Joined: Wed Aug 30, 2017 15:47
GitHub: fergoy
In-game: fgoy

Re: [Mod] Breath underwater like scuba diving [underwater]

by fergoy » Post

RSLRedstonier wrote:looks cool although if the recipe uses bronze gold and iron then at least the recipe depends on default mod
But isn't the default mod present in any world by default? What recipe do you suggest?

User avatar
xeranas
Member
Posts: 162
Joined: Fri Feb 05, 2016 11:06

Re: [Mod] Breath underwater like scuba diving [underwater]

by xeranas » Post

fergoy wrote:
RSLRedstonier wrote:looks cool although if the recipe uses bronze gold and iron then at least the recipe depends on default mod
But isn't the default mod present in any world by default? What recipe do you suggest?
Yea, 'default' is worst minetest mod name, actually exist in minetest game (default world). Some subgames copy it some not. I do suggest add default with question mark (optional dependency) and register recipe only if such depency exist that way your mod will be portable.

fergoy
New member
Posts: 8
Joined: Wed Aug 30, 2017 15:47
GitHub: fergoy
In-game: fgoy

Re: [Mod] Breath underwater like scuba diving [underwater]

by fergoy » Post

xeranas wrote: Yea, 'default' is worst minetest mod name, actually exist in minetest game (default world). Some subgames copy it some not. I do suggest add default with question mark (optional dependency) and register recipe only if such depency exist that way your mod will be portable.
But, if I do this, the tank will exist in a world without the default mod? Or it will just be ignored?
I'm searching here and every block is part of default, how can you play a world without default mod?

I've changed the first post telling that there is dependency, thank you.

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 19 guests