Minecraft Mods

Minecraft Random Seed Generator (Ghost Edition)

  • 3,190 views, 1 today
  • 214 downloads, 0 today
  • 3
  • 0
  • 8
Goldman13's Avatar Goldman13
Level 22 : Expert Modder
5
MAHANO MINECRAFT RANDOM SEED GENERATOR (GHOST EDITION)
  • This Is A Program That Creates A Random Seed For Your Minecraft Worlds :P.
  • Its Also Partly See Through So Its Like A Ghost... In The Picture It ISN'T See Through Because If It Was It Would Be Hard To See :P.

Progress100% complete
Game VersionMinecraft 1.3.1
Tags

Create an account or sign in to comment.

1
09/11/2012 11:47 am
Level 3 : Apprentice Artist
Draco darkblade
Draco darkblade's Avatar
you should make it so you can chose what biome to spawn in
1
08/29/2012 9:40 pm
Level 9 : Apprentice Miner
Cookiee
Cookiee's Avatar
Dim RND as random(Chars)
textbox1.text = RND()
;)
1
05/04/2014 5:41 pm
Level 38 : Artisan Modder
Nbrandwine
Nbrandwine's Avatar
RND is already a used namespace because it's a function:

RND(int).


 You'd get an error. There's two ways to do this, as random generation.

1.

   Dim randomSeed As New Random
   Dim theSeed As Integer

  ' min and max being the value: theSeed = randomSeed(min, max)

theSeed = randomSeed(0, 99999999)

TextBox1.Text = theSeed



2:

Randomize()                                   '      n1  * rnd() + n2 
 Dim seedValue As Integer = CInt(Int((6 * Rnd()) + 1))
1
08/29/2012 9:25 pm
Level 65 : High Grandmaster Dragonborn
9ReMiX9
9ReMiX9's Avatar
Me no get ? -.-
1
08/29/2012 3:52 pm
Level 22 : Expert Modder
Goldman13
Goldman13's Avatar
i know :P maybe you should download my mixed craft,, its a much better program that took my days to code
1
08/29/2012 3:46 pm
Level 61 : High Grandmaster Wizard
jkush321
jkush321's Avatar
Yea you kind of need a map viewer... Minecraft already generates a seed
1
08/29/2012 3:23 pm
Level 7 : Apprentice Miner
Gcity306
Gcity306's Avatar
Just a question... What's the uses of this? Minecraft already has a random seed generator, maybe you can add a map preview to it or something like that.
1
08/29/2012 3:34 pm
Level 48 : Master Technomancer
ThatsMyPickaxe
ThatsMyPickaxe's Avatar
Very true...
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome