noahc3 / oreconfig

A Minecraft Forge mod to disable existing ore generation features and add your own.
MIT License
6 stars 2 forks source link

[suggestion] ore spawn by dimension #11

Open divergent43 opened 3 years ago

divergent43 commented 3 years ago

Hi, this mod is great to create modpack on 1.16 with progression, but i suggest a other field in [[Custom Ore]] section, to spawn ore in a specific dimension like it

`[["Custom Ore"]]

"Ore Name" = "minecraft:coal_ore"

"Filler Name" = "minecraft:stone"

"Max Vein Size" = 48

"Min Vein Level" = 1

"Max Vein Level" = 256

"Spawn Rate" = 48

    "dimension" = 0

`

I don't know if possible.

Gdoui400 commented 3 years ago

The way to use this in another dimension is to change "minecraft:stone" to "minecraft:endstone" or "minecraft:netherrack".

If your trying to put ores in a modded dimension with different blocks you would put "(The mod name):(The block from the mod)".

To find the exact names you can go in game and type "/give @p" then the name of the mod and then go through the options until you find the block you want the ore to spawn in.

MultiChipModule commented 3 years ago

The way to use this in another dimension is to change "minecraft:stone" to "minecraft:endstone" or "minecraft:netherrack".

This only works in dimensions with other stone types, this doesn't work ie in a mining dimension, which is filled with vanilla stone.

It would be amazing if the dimension option could be added to the config!

noahc3 commented 3 years ago

I'll look into adding biome and dimension filters.

LTCatt commented 3 years ago

Excuse me, do you have any plans to continue doing this...? :(

Petrisis commented 3 years ago

i'd love to see biome and dimension specific filters in the near future =)