How do you make an ore with a rarity of less than 1?

Started by Chalexty on

Topic category: Help with MCreator software

Active 2 years ago
Joined Dec 2016
Points:
716

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
How do you make an ore with a rarity of less than 1?

I wanted to make an ore not usually appear on a chunk. So, I went in he code and changed the frequency on chunks value to 0.5. However, I cannot find any of said ore. (I have created ore plenty of times before.) Can you tell me exactly how to do so?

Active 6 years ago
Joined Mar 2016
Points:
841

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 189
Make it with any spawn
Sun, 12/18/2016 - 10:42

Make it with any spawn frequency and find that number in the code and replace it with 0.5

Active 2 years ago
Joined Dec 2016
Points:
716

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
If you read what I said
Mon, 12/19/2016 - 17:47

If you read what I said before, it says I tried that but it didn't work.

Active 6 years ago
Joined Mar 2016
Points:
841

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 189
RE:If you read what I said
Mon, 12/19/2016 - 20:05

@#2 ​oh sorry

​but only solution here is code really

Active 2 years ago
Joined Dec 2016
Points:
716

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
I actually think I have an
Tue, 12/20/2016 - 03:52

I actually think I have an idea. I will use math.random() to do so.

Active 2 years ago
Joined Dec 2016
Points:
716

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
I actually have an dea. I
Tue, 12/20/2016 - 03:53

I actually have an dea. I will use math.random() to do so.

Active 2 years ago
Joined Dec 2016
Points:
716

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Whoops, I commented twice.
Tue, 12/20/2016 - 03:54

Whoops, I commented twice. Ignore that.

Active 6 years ago
Joined Mar 2016
Points:
841

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 189
RE:I actually think I have an
Tue, 12/20/2016 - 09:48

@#3 ​so unusual and strange idea it might even work lol