Make an ore spawn only in a specific biome - Tutorial

Started by UnderWaves on

Topic category: User side tutorials

Active 4 years ago
Joined Jan 2019
Points:
887

User statistics:

  • Modifications: 5
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 200
Make an ore spawn only in a specific biome - Tutorial

Hello everyone!

This topic is to teach you how to make your ore spawn only in a specific biome. I don't really know is there is any functionality to do this in MCreator, but I'll show you my way to do it.

In the Events tab of your block, search the event called "On block added", then add a new procedure for this one. Call it whatever you want.

Now just place a "if" condition, and add in condition a "not" block, followed by "is biome at X Y Z type *the biome you want the ore to spawn in*". Use OR conditions and place in them every biome you want the ore to spawn in. The whole condition will detect if the ore spawned in another biome.

In the IF block, put a "place BLOCK.STONE at X Y Z". The entire procedure will replace every ore that didn't spawn in the biomes you want with regular stone (as ore always spawn in stone).

It's a very quick way, but maybe there's even quicker... don't hesitate to try it and to send me your feedback about this idea!

Active 1 day ago
Joined Aug 2016
Points:
3303

User statistics:

  • Modifications: 9
  • Forum topics: 63
  • Wiki pages: 20
  • MCreator plugins: 11
  • Comments: 2931
We can already choose a…
Sun, 07/07/2019 - 23:53

We can already choose a spefic or many biomes for the spawn of our blocks.

Active 4 years ago
Joined Jan 2019
Points:
887

User statistics:

  • Modifications: 5
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 200
I didn't see this??
Mon, 07/08/2019 - 10:08

I didn't see this??

Active 4 years ago
Joined Jan 2019
Points:
887

User statistics:

  • Modifications: 5
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 200
Oh yeah, I discovered the…
Thu, 07/11/2019 - 05:57

Oh yeah, I discovered the function. I was using 1.8.2 before

Active 2 years ago
Joined Nov 2019
Points:
707

User statistics:

  • Modifications: 2
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 44
I cant even find the option…
Sun, 11/17/2019 - 23:38

I cant even find the option and I have 1.9.1 lol 

PLZ HELP MEEEE

Active 5 years ago
Joined Feb 2019
Points:
732

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 84
it's where there is Ore…
Mon, 11/18/2019 - 08:13

it's where there is Ore generation