Making a mod, but need help.

zackscottl
Member
 
Posts: 14
Joined: Sun Nov 03, 2013 01:46

Making a mod, but need help.

by zackscottl » Sun Nov 03, 2013 01:49

I am making a uranium mod, since I can't download the original one (won't work for me). I will need help. I got the textures, just need the codes. Thanks,


~Zack
 

tinoesroho
Member
 
Posts: 570
Joined: Fri Feb 17, 2012 21:55

by tinoesroho » Sun Nov 03, 2013 05:15

... Hrrrm. I'm too lazy to search for the topic, but you might find a working download via the Wayback Machine. web.archive.org.
We are what we create.

I tinker and occasionally make (lousy) mods. Currently building an MMO subgame and updating mods. Pirate Party of Canada member. Sporadic author. 21 years old.

My github:
https://github.com/tinoesroho/
 

zackscottl
Member
 
Posts: 14
Joined: Sun Nov 03, 2013 01:46

by zackscottl » Sun Nov 03, 2013 15:34

Thanks!
2 mins later: I couldn't find it :(
Thanks, anyway :)
 

zackscottl
Member
 
Posts: 14
Joined: Sun Nov 03, 2013 01:46

by zackscottl » Sun Nov 03, 2013 15:40

What I got so far:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest.register_node("uranium:uranium_block", {
description = "Uranium",
tiles = { "uranium_block.png" },
groups = { cracky=3 }
})
minetest.register_node("uranium:uranium_ore", {
description = "Uranium Ore",
tiles = { "uranium_ore.png" },
groups = { cracky=3 }
})
minetest.register_node("uranium_chamber", {
description = "Uranium Chamber",
tiles = { "uranium_chamber.png" },
groups = { cracky=2 }
})

On the darker side, being 14 sucks... I don't get to stay up as late as my sister.
 

zackscottl
Member
 
Posts: 14
Joined: Sun Nov 03, 2013 01:46

by zackscottl » Sun Nov 03, 2013 15:43

Oh! Sorry! the minetest.register_node("uranium_chamber, { line should be:
minetest.register_node("uranium:uranium_chamber, {
 

zackscottl
Member
 
Posts: 14
Joined: Sun Nov 03, 2013 01:46

by zackscottl » Sun Nov 03, 2013 19:50

@Hybrid Dog Thanks, guess it was just a typo =P
I should make a collaboration making the uranium block!
Who wants to work with me?
 

User avatar
general3214
Member
 
Posts: 118
Joined: Fri Oct 04, 2013 03:15

by general3214 » Sun Nov 03, 2013 20:07

zackscottl wrote:Oh! Sorry! the minetest.register_node("uranium_chamber, { line should be:
minetest.register_node("uranium:uranium_chamber, {

Have you ever noticed that there is this little word at the bottom right of all of your posts that says "Edit"?
March 6, 2014, 8:37 PM PST: I will no longer continue my mods.
Mods | GitHub | MCF
Avatar made by Annahstas
 

zackscottl
Member
 
Posts: 14
Joined: Sun Nov 03, 2013 01:46

by zackscottl » Sun Nov 03, 2013 20:30

general3214 wrote:
zackscottl wrote:Oh! Sorry! the minetest.register_node("uranium_chamber, { line should be:
minetest.register_node("uranium:uranium_chamber, {

Have you ever noticed that there is this little word at the bottom right of all of your posts that says "Edit"?

Nope...
 

User avatar
Pitriss
Member
 
Posts: 253
Joined: Mon Aug 05, 2013 17:09
GitHub: Pitriss
IRC: pitriss
In-game: pitriss

by Pitriss » Sun Nov 03, 2013 20:32

Hmm maybe you should look at technic mod.. It contains also uranium.
I reject your reality and substitute my own. (A. Savage, Mythbusters)
I'm not modding and/or playing minetest anymore. All my mods were released under WTFPL. You can fix/modify them yourself. Don't ask me for support. Thanks.
 

zackscottl
Member
 
Posts: 14
Joined: Sun Nov 03, 2013 01:46

by zackscottl » Sun Nov 03, 2013 22:32

Pitriss wrote:Hmm maybe you should look at technic mod.. It contains also uranium.

Hm... I'll try it! thanks!
 

User avatar
LionsDen
Member
 
Posts: 525
Joined: Thu Jun 06, 2013 03:19

by LionsDen » Mon Nov 04, 2013 01:19

Voltbuild also has it.
 

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

by Topywo » Mon Nov 04, 2013 10:30

zackscottl wrote:I am making a uranium mod, since I can't download the original one (won't work for me). I will need help. I got the textures, just need the codes. Thanks,


~Zack


Both original links don't seem to work, so I made you new ones:

bob's Uranium Nuke Mod:

https://forum.minetest.net/viewtopic.php?id=1250

https://dl.dropboxusercontent.com/u/65428713/unuke%2Bc4.zip


LandMine's UraniumMod:

https://forum.minetest.net/viewtopic.php?id=2234

https://dl.dropboxusercontent.com/u/65428713/uranium0.4.zip
 

zackscottl
Member
 
Posts: 14
Joined: Sun Nov 03, 2013 01:46

by zackscottl » Mon Nov 04, 2013 19:42

Topywo wrote:
zackscottl wrote:I am making a uranium mod, since I can't download the original one (won't work for me). I will need help. I got the textures, just need the codes. Thanks,


~Zack


Both original links don't seem to work, so I made you new ones:

bob's Uranium Nuke Mod:

https://forum.minetest.net/viewtopic.php?id=1250

https://dl.dropboxusercontent.com/u/65428713/unuke%2Bc4.zip


LandMine's UraniumMod:

https://forum.minetest.net/viewtopic.php?id=2234

https://dl.dropboxusercontent.com/u/65428713/uranium0.4.zip






Thanks! Testing them now!!
 

zackscottl
Member
 
Posts: 14
Joined: Sun Nov 03, 2013 01:46

by zackscottl » Mon Nov 04, 2013 23:32

Awesome! Thanks! Is there a way to make a nuclear power plant, and make some lights too? Thanks again!!!!!
 

User avatar
Pitriss
Member
 
Posts: 253
Joined: Mon Aug 05, 2013 17:09
GitHub: Pitriss
IRC: pitriss
In-game: pitriss

by Pitriss » Tue Nov 05, 2013 10:34

idk if voltbuild have them but technic already have nuclear reactor.. It should have also lights powered by electricity.
I reject your reality and substitute my own. (A. Savage, Mythbusters)
I'm not modding and/or playing minetest anymore. All my mods were released under WTFPL. You can fix/modify them yourself. Don't ask me for support. Thanks.
 

zackscottl
Member
 
Posts: 14
Joined: Sun Nov 03, 2013 01:46

by zackscottl » Tue Nov 05, 2013 20:22

Pitriss wrote:idk if voltbuild have them but technic already have nuclear reactor.. It should have also lights powered by electricity.

tried both and they didnt work :(
 


Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 30 guests

cron