[Mod] Titanium [titanium]

User avatar
Aqua
Member
Posts: 641
Joined: Wed Aug 22, 2012 09:11
Location: Sydney~Singapore
Contact:

[Mod] Titanium [titanium]

by Aqua » Post

Image

This is my first mod and I'm no good at this stuff so please be nice :)

This mod adds titanium which is very strong and lasts for a long time.
I know the textures suck a lot. I'm going to improve them soon.

Special thanks to VanessaE, InfinityProject and Topywo for helping me with my first mod:)

Download from HybridDog's fork: https://github.com/HybridDog/titanium/a ... master.zip
...or browse the code: https://github.com/HybridDog/titanium

Dependencies: default from minetest_game

Recommends: Moreores

License: WTFPL

I might add Titanium Stone in the future and make it change channels with remote :-)

Crafting:
Spoiler
All crafting of tools are the same as default tools, e.g. sticks plus titanium lumps in the usual patterns.

Titanium glass (yield 3):
Image

Tougher titanium (yield 1):
Image

Titanium plate (yield 9):
Image

Titanium TV (yield 1):
Image
Screenshots:
Current:
Image
Image

Image

v3.0
Image
Attachments
Screenshot_2019-06-15_16-04-04.png
Screenshot_2019-06-15_16-04-04.png (8.07 KiB) Viewed 2358 times
screenshot_20190615_160043.png
screenshot_20190615_160043.png (336.93 KiB) Viewed 2358 times
screenshot_20190615_155945.png
screenshot_20190615_155945.png (751.45 KiB) Viewed 2358 times
Screenshot_2019-06-15_15-32-21.png
Screenshot_2019-06-15_15-32-21.png (15.65 KiB) Viewed 2358 times
Screenshot_2019-06-15_15-30-53.png
Screenshot_2019-06-15_15-30-53.png (10.75 KiB) Viewed 2358 times
Screenshot_2019-06-15_15-30-34.png
Screenshot_2019-06-15_15-30-34.png (9.09 KiB) Viewed 2358 times
Screenshot_2019-06-15_15-30-03.png
Screenshot_2019-06-15_15-30-03.png (13.94 KiB) Viewed 2358 times
Last edited by Aqua on Sun Mar 03, 2013 07:53, edited 1 time in total.
Hi there ^.~

User avatar
Aqua
Member
Posts: 641
Joined: Wed Aug 22, 2012 09:11
Location: Sydney~Singapore
Contact:

by Aqua » Post

Image
Version 3.1 is OUT!!!

3.1
-Fixes Titanium Glass bug in version 2.
-Adds Tougher Titanium to make Titanium Plate and Titanium TV (INSPIRED FROM JORDACH'S ORIGINAL AND AWESOME TV MOD HAVE A LOOK AT THAT!!)
-I got the TV idea from Jordach and improved it :) thanks Jordach: TV Mod
-Fixes bugs and new textures for ore
Last edited by Aqua on Sun Mar 03, 2013 07:53, edited 1 time in total.
Hi there ^.~

irksomeduck
Member
Posts: 224
Joined: Tue Aug 28, 2012 21:45
Location: Littleroot town, Hoenn region

by irksomeduck » Post

Yay awesome
I love exploring minetest worlds :D
If you have a good seed let me know
--------------------------------------------------
My world/house pack- http://minetest.net/forum/viewtopic.php?id=3066

User avatar
InfinityProject
Member
Posts: 1009
Joined: Sat Mar 17, 2012 00:52
Location: World of Infinity, US

by InfinityProject » Post

I think it came out quite nicely.

cornernote
Member
Posts: 844
Joined: Wed Jul 11, 2012 15:02

by cornernote » Post

just had a chance to play with this.

+1 very nice

User avatar
Aqua
Member
Posts: 641
Joined: Wed Aug 22, 2012 09:11
Location: Sydney~Singapore
Contact:

by Aqua » Post

Thx
Hi there ^.~

User avatar
Topywo
Member
Posts: 1721
Joined: Fri May 18, 2012 20:27

by Topywo » Post

I found the following 'error'

minetest.register_node( "titanium:titanium_in_ground", {
description = "Titanium Ore",
tile_images = { "default_stone.png^titanium_titanium_in_ground.png" },
is_ground_content = true,
groups = {cracky=5},
sounds = default.node_sound_stone_defaults(),
drop = 'craft "titanium:titanium" 1',
})

minetest.register_node( "titanium:block", {
description = "Titanium Block",
tile_images = { "titanium_block.png" },
is_ground_content = true,
groups = {cracky=5},
sounds = default.node_sound_stone_defaults(),
})

I couldn't dig the titanium ore. So looked some stuff up and tried out.

The reason cracky 5 doesn't work is:

Known damage and digging time defining groups
----------------------------------------------
Valid ratings for these are 0, 1, 2 and 3, unless otherwise stated.
- cracky: tough but crackable stuff like stone.

I found that in https://github.com/celeron55/minetest/b ... ua_api.txt

0 makes it undiggable too, if you want to make titanium the hardest material to dig you need to change 5 into 1 (not 3!).

Edit: I gave the 5 a nice red color.
Last edited by Topywo on Thu Sep 20, 2012 08:33, edited 1 time in total.

User avatar
Aqua
Member
Posts: 641
Joined: Wed Aug 22, 2012 09:11
Location: Sydney~Singapore
Contact:

by Aqua » Post

Yes I know that I have 1 was that version 1?
Hi there ^.~

User avatar
Topywo
Member
Posts: 1721
Joined: Fri May 18, 2012 20:27

by Topywo » Post

Aqua wrote:Yes I know that I have 1 was that version 1?
Yes, I'm sorry for the false alarm :-/ I used the older version.

User avatar
Aqua
Member
Posts: 641
Joined: Wed Aug 22, 2012 09:11
Location: Sydney~Singapore
Contact:

by Aqua » Post

UPDATE: See Post 1&2
Hi there ^.~

User avatar
Aqua
Member
Posts: 641
Joined: Wed Aug 22, 2012 09:11
Location: Sydney~Singapore
Contact:

by Aqua » Post

Does anyone want me to add anything to this mod? e.g titanium bucket or something...
Last edited by Aqua on Tue Sep 25, 2012 06:16, edited 1 time in total.
Hi there ^.~

User avatar
qwrwed
Member
Posts: 326
Joined: Sun Jul 22, 2012 20:56
In-game: qwrwed or Nitro

by qwrwed » Post

Can you make the titanium ore texture look more like the other ores' texture? e.g. Moreores, Gloopores, Technic ores, default ores...

User avatar
Zero23
Member
Posts: 34
Joined: Sun Sep 16, 2012 01:07
Location: Neo Arcadia

by Zero23 » Post

awesome mod! :)
I am the God of Destruction..e_e..But I Like building too.. >:D

User avatar
Aqua
Member
Posts: 641
Joined: Wed Aug 22, 2012 09:11
Location: Sydney~Singapore
Contact:

by Aqua » Post

Version 4 out!!
Hi there ^.~

cornernote
Member
Posts: 844
Joined: Wed Jul 11, 2012 15:02

by cornernote » Post

whats new ?

User avatar
Aqua
Member
Posts: 641
Joined: Wed Aug 22, 2012 09:11
Location: Sydney~Singapore
Contact:

by Aqua » Post

Oops lol forgot to post download will post tomorrow
Hi there ^.~

User avatar
Nightfighter
Member
Posts: 39
Joined: Sat Oct 06, 2012 11:01
Location: in a alien world

by Nightfighter » Post

this is an excellent mod, just what i was looking for
+2
my mods: Concrete Invisiblocks
more coming out soon
mods are cool!!

User avatar
Nightfighter
Member
Posts: 39
Joined: Sat Oct 06, 2012 11:01
Location: in a alien world

by Nightfighter » Post

Hmm it is strong!
my mods: Concrete Invisiblocks
more coming out soon
mods are cool!!

User avatar
Aqua
Member
Posts: 641
Joined: Wed Aug 22, 2012 09:11
Location: Sydney~Singapore
Contact:

by Aqua » Post

CoRnernote can I make my mod support your armor mod and make titanium armour for the next update?
Hi there ^.~

User avatar
CaKeSs
Member
Posts: 48
Joined: Sat Oct 13, 2012 02:48
Location: Philippines

by CaKeSs » Post

Hello! That's a Nice mod there, May I use or Edit your mod as a template to make my own Mods? I'll add you in the credits for the template.
lalalalala, Hit, dig, break, collect! -JusticeV before he fell in lava.
|Youtube||Unrealsoftware Account|Granite Mod|

User avatar
Aqua
Member
Posts: 641
Joined: Wed Aug 22, 2012 09:11
Location: Sydney~Singapore
Contact:

by Aqua » Post

This mod is supported for my Battle-Axe mod.
Hi there ^.~

User avatar
Aqua
Member
Posts: 641
Joined: Wed Aug 22, 2012 09:11
Location: Sydney~Singapore
Contact:

by Aqua » Post

qwrwed wrote:Can you make the titanium ore texture look more like the other ores' texture? e.g. Moreores, Gloopores, Technic ores, default ores...
Just did that in version 3.1 =D
Hi there ^.~

User avatar
Aqua
Member
Posts: 641
Joined: Wed Aug 22, 2012 09:11
Location: Sydney~Singapore
Contact:

by Aqua » Post

David can you do a mod review on this? Thanks!

And this was my first mod so don't judge to harshly ;-)
Last edited by Aqua on Sun Dec 23, 2012 00:09, edited 1 time in total.
Hi there ^.~

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

thought you might want to look at this to add it to your mod. it has a titanium version
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

jojoa1997 wrote:thought you might want to look at this to add it to your mod. it has a titanium version
http://minetest.net/forum/viewtopic.php ... 393#p59393
Coding;
1X coding
3X debugging
12X tweaking to be just right

Post Reply

Who is online

Users browsing this forum: No registered users and 17 guests