Create

Create

86M Downloads

OreTweaker Ore Generation Incompatibility

The-Math-Fish opened this issue ยท 2 comments

commented

I apologize for the length of this, but I couldn't upload config files directly into here.

It appears that at OreTweaker and Create ore generation are incompatible with one another. I kept Create's ore generation as is and only edited the vanilla generation using OreTweaker. Here are copies of the Create and OreTweaker configs:

Create

[worldgen]

	#
	#Modify Create's impact on your terrain
	[worldgen.v2]
		#
		#Prevents all worldgen added by Create from taking effect
		disableWorldGen = false
		#
		#Forward caught TileEntityExceptions to the log at debug level.
		logTeErrors = false

		[worldgen.v2.copper_ore]
			#
			#Range: > 0
			clusterSize = 18
			#
			#Amount of clusters generated per Chunk.
			#  >1 to spawn multiple.
			#  <1 to make it a chance.
			#  0 to disable.
			#Range: 0.0 ~ 512.0
			frequency = 2.0
			#
			#Range: > 0
			minHeight = 40
			#
			#Range: > 0
			maxHeight = 85

		[worldgen.v2.weathered_limestone]
			#
			#Range: > 0
			clusterSize = 128
			#
			#Amount of clusters generated per Chunk.
			#  >1 to spawn multiple.
			#  <1 to make it a chance.
			#  0 to disable.
			#Range: 0.0 ~ 512.0
			frequency = 0.015625
			#
			#Range: > 0
			minHeight = 10
			#
			#Range: > 0
			maxHeight = 30

		[worldgen.v2.zinc_ore]
			#
			#Range: > 0
			clusterSize = 14
			#
			#Amount of clusters generated per Chunk.
			#  >1 to spawn multiple.
			#  <1 to make it a chance.
			#  0 to disable.
			#Range: 0.0 ~ 512.0
			frequency = 4.0
			#
			#Range: > 0
			minHeight = 15
			#
			#Range: > 0
			maxHeight = 70

		[worldgen.v2.limestone]
			#
			#Range: > 0
			clusterSize = 128
			#
			#Amount of clusters generated per Chunk.
			#  >1 to spawn multiple.
			#  <1 to make it a chance.
			#  0 to disable.
			#Range: 0.0 ~ 512.0
			frequency = 0.015625
			#
			#Range: > 0
			minHeight = 30
			#
			#Range: > 0
			maxHeight = 70

		[worldgen.v2.dolomite]
			#
			#Range: > 0
			clusterSize = 128
			#
			#Amount of clusters generated per Chunk.
			#  >1 to spawn multiple.
			#  <1 to make it a chance.
			#  0 to disable.
			#Range: 0.0 ~ 512.0
			frequency = 0.015625
			#
			#Range: > 0
			minHeight = 20
			#
			#Range: > 0
			maxHeight = 70

		[worldgen.v2.gabbro]
			#
			#Range: > 0
			clusterSize = 128
			#
			#Amount of clusters generated per Chunk.
			#  >1 to spawn multiple.
			#  <1 to make it a chance.
			#  0 to disable.
			#Range: 0.0 ~ 512.0
			frequency = 0.015625
			#
			#Range: > 0
			minHeight = 20
			#
			#Range: > 0
			maxHeight = 70

		[worldgen.v2.scoria]
			#
			#Range: > 0
			clusterSize = 128
			#
			#Amount of clusters generated per Chunk.
			#  >1 to spawn multiple.
			#  <1 to make it a chance.
			#  0 to disable.
			#Range: 0.0 ~ 512.0
			frequency = 0.03125
			#
			#Range: > 0
			minHeight = 0
			#
			#Range: > 0
			maxHeight = 10

OreTweaker

"Enable Debug Output" = false
"Disable Ores" = ["minecraft:coal_ore", "minecraft:iron_ore", "minecraft:gold_ore", "minecraft:diamond_ore", "minecraft:lapis_ore", "minecraft:redstone_ore", "minecraft:emerald_ore"]

[["Custom Ore"]]
	"Ore Name" = "minecraft:lapis_ore"
	"Max Vein Size" = 7
	"Filler Name" = "minecraft:stone"
	"Min Vein Level" = 1
	"Max Vein Level" = 48
	"Spawn Rate" = 8

[["Custom Ore"]]
	"Ore Name" = "minecraft:redstone_ore"
	"Max Vein Size" = 7
	"Filler Name" = "minecraft:stone"
	"Min Vein Level" = 1
	"Max Vein Level" = 48
	"Spawn Rate" = 8

[["Custom Ore"]]
	"Ore Name" = "minecraft:emerald_ore"
	"Max Vein Size" = 1
	"Filler Name" = "minecraft:stone"
	"Min Vein Level" = 1
	"Max Vein Level" = 48
	"Spawn Rate" = 1

With these configs I used World Stripper to uncover the terrain in new chunks and this is what I got:

image

You may notice that EvilCraft is also in this mod. OreTweaker does not interfere with its ore generation. I did a similar thing in The Nether as I have Netherrocks installed as well (the only other mod that affects ore generation) and it appears to work as intended:

image

So this seems to be specific to Create. As I have no way of telling whether this is a Create or an OreTweaker problem, I am simply reporting this to both. And for the sake of completion, here is my log file for this session:

latest.log

commented

Note that I do have a workaround I will implement to fix this: Namely disable Create's ore generation entirely and add the "ores" as custom ores in OreTweaker. So, while this isn't a major problem, it is definitely something to look into.

commented

Here is a quote I got from EwyBoy:
"You prob want to contact this guy here: https://github.com/noahc3/oretweaker/issues"

It turns out some guy made a clone of his mod and released it without making sure it actually works. You can close this as this is not actually a problem with the correct mod. I will be deleting this clone once EwyBoy releases his 1.16 version.