Search found 13 matches

Return to advanced search

This is great! Are you a computer graphic designer? If not, I think you absolutely got the talent ;)
by zackscottl
Sun Nov 17, 2013 03:09
 
Forum: Minetest Texture Packs
Topic: [256x]Haven NG
Replies: 20
Views: 9220

Hey :) I just started modding too, but I can help. LUA is an OO (Object oriented language.) To make a node (block, tool, etc), type a code looking like this: minetest.register_node("mod:nodename_here", { description = "node", tiles = {"tile1.png"}, groups = {cracky=3}, }) if you have any questions, ...
by zackscottl
Sat Nov 09, 2013 20:27
 
Forum: WIP Mods
Topic: I want to start modding
Replies: 15
Views: 2693

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 :(
by zackscottl
Tue Nov 05, 2013 20:22
 
Forum: WIP Mods
Topic: Making a mod, but need help.
Replies: 15
Views: 3259

Awesome! Thanks! Is there a way to make a nuclear power plant, and make some lights too? Thanks again!!!!!
by zackscottl
Mon Nov 04, 2013 23:32
 
Forum: WIP Mods
Topic: Making a mod, but need help.
Replies: 15
Views: 3259

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 h...
by zackscottl
Mon Nov 04, 2013 19:42
 
Forum: WIP Mods
Topic: Making a mod, but need help.
Replies: 15
Views: 3259

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

Hm... I'll try it! thanks!
by zackscottl
Sun Nov 03, 2013 22:32
 
Forum: WIP Mods
Topic: Making a mod, but need help.
Replies: 15
Views: 3259

meweb wrote:Canceled due to my sister messing it up e.e

:( It sounded so cool.
by zackscottl
Sun Nov 03, 2013 20:44
 
Forum: Minetest Maps
Topic: Sky Hotel (Mini Map WIP)
Replies: 5
Views: 3804

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...
by zackscottl
Sun Nov 03, 2013 20:30
 
Forum: WIP Mods
Topic: Making a mod, but need help.
Replies: 15
Views: 3259

@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?
by zackscottl
Sun Nov 03, 2013 19:50
 
Forum: WIP Mods
Topic: Making a mod, but need help.
Replies: 15
Views: 3259

Oh! Sorry! the minetest.register_node("uranium_chamber, { line should be:
minetest.register_node("uranium:uranium_chamber, {
by zackscottl
Sun Nov 03, 2013 15:43
 
Forum: WIP Mods
Topic: Making a mod, but need help.
Replies: 15
Views: 3259

What I got so far: 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.regist...
by zackscottl
Sun Nov 03, 2013 15:40
 
Forum: WIP Mods
Topic: Making a mod, but need help.
Replies: 15
Views: 3259

Thanks!
2 mins later: I couldn't find it :(
Thanks, anyway :)
by zackscottl
Sun Nov 03, 2013 15:34
 
Forum: WIP Mods
Topic: Making a mod, but need help.
Replies: 15
Views: 3259

Making a mod, but need help.

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
by zackscottl
Sun Nov 03, 2013 01:49
 
Forum: WIP Mods
Topic: Making a mod, but need help.
Replies: 15
Views: 3259

Return to advanced search

cron