Randomized Ore Stats

Started by Ampersand on

Topic category: General discussion

Last seen on 00:57, 28. Nov 2021
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Randomized Ore Stats
Sat, 09/14/2019 - 23:33 (edited)

Hello! I have been making something for a little while and I thought I would share it with MCreator, as it would be pretty easy to use with it. Basically I have made a python program that randomizes ore statistics. For example, you could run the program and get an ore called 'Lidrorus' (that was the first one I generated) that can make tools that have a durability of 1350 and can make a block that can be a beacon base (and those are only a few of the random things I added). There is basically 0 chance that you will get the same ore more than once. Hope you enjoy and can maybe make use of this!

NOTES:

You may be asking, "I don't know how to use python, how do I make this work?" Easy, just put the .py file (download below) onto your desktop and right click it. Find the 'open with' button and select Notepad. It should open the file in notepad. From there just click on the notepad window again, hit Ctrl + a, copy it, and then paste it into the python editor I have listed below (under the download link). Just hit 'execute' in the top left and it should give you all the information.

I sort of got this idea from Jay Exci's video on how you can completely randomize Minecraft by changing textures, values, etc. and adding new items (video is also linked below).

THIS PROCESS IS NOT AUTOMATIC. You will have to enter the values into MCreator yourself and you can tweak them if you want. 

Links:

Download:

http://www.mediafire.com/file/g79eyqkkrs8370t/randomMCOreGenerator.zip/file

Online Python Editor (paste text here):

https://www.tutorialspoint.com/execute_python_online.php\

Jay Exci's Video:

https://www.youtube.com/watch?v=CS5DQVSp058

Edited by Ampersand on Sat, 09/14/2019 - 23:33
Last seen on 03:38, 13. Sep 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wait sorry im dumb it was…
Sun, 09/15/2019 - 16:30

Wait sorry im dumb it was the same video I think

Last seen on 00:57, 28. Nov 2021
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yeah, that's where I got the…
Sun, 09/15/2019 - 19:26

Yeah, that's where I got the inspiration to make this