Custom ore list

Custom ore list

If you are not satisfied with the ores generated by default then you can specify your own ore list.

Open the custom/example_ores.ol file for further instructions.

The ore generation can operate in two modes:

  • Fast, this will inject ores during terrain chuck generation into the chunk byte array
  • Slow, this will schedule a delayed task to inject ores by setting block types and data values

Which one that is used is determined by the hoth.generate.extendedore flag in the config file.

  • In fast mode a typeID of 0-255 can be used with no data value
  • In slow mode the typeID can be above 255 and a data value can be set

There's no point in setting hoth.generate.extendedore to true if you are using the internal ore list.