ReikaKalseki / Reika_Mods_Issues

The issue tracker for all of my mods - RotaryCraft, its addons, ChromatiCraft, and everything else.
46 stars 14 forks source link

Endstone meteors not providing some end ores. #160

Closed Xavion3 closed 9 years ago

Xavion3 commented 9 years ago

So at least in my pack I've noted they only contain endstone and pitchblende from reactorcraft, the other three end ores that don't seem to spawn are endium from gany's end, ender amethyst from biomes o' plenty and draconium ore from draconic evolution.

ReikaKalseki commented 9 years ago

None of those three are in my registries.

Well, amethyst is, but it is marked as an overworld ore.

I can add all three (which will also add Extractor/Grinder/MineralExtractor/etc support) but that means I need the following data about each ore:

kolatra commented 9 years ago

Here's some info on the Draconium Ore: OreDict: oreDraconium Product: One Draconium Dust, OreDict name is draconiumDust Rarity: Rare in the Overworld and Nether, and quite common in the end, meteors can be found that contain up to 100 of the ore if I recall correctly. Color: Purple Name: Draconium Ore No metadata differences for the ores that I'm seeing, it seems to change texture depending on which dimension you're in.

Xavion3 commented 9 years ago

For endium

For ender amethyst it's different from normal amethysts, possibly an issue for you though as it has no oredict name.

ReikaKalseki commented 9 years ago

For the colors, please give me color codes. Either hex or RGB are fine.

@Kolatra

Please give me the exact OreRarity value. As for all these ores: Are they TileEntities?

As for Amethyst, it needs to be in the OreDict or it will not work. That said, I can force it from my end but would rather avoid it if I can, as writing ModHandlers is a pain.

kolatra commented 9 years ago

Overworld and Nether: Rare The End: Average Color code: 9F01E2

ReikaKalseki commented 9 years ago

I have found a problem in the Draconic Evolution code. It uses the world for the renderer, meaning that the dimension of the meteor, not its stone type, will determine the texture.

Xavion3 commented 9 years ago

Draconium isn't Average in the end by the way, massively more common than it is in the nether and the overworld but it would still only be the higher end of Scarce for rarity, could be considered Scattered I suppose, definitely not Average though. For endium a color of 372356 should be right.

On the note of missing ores a quick look through NEI only gives Tanzanite, Topaz, Malachite, and Mithril as other missing ores. The values for them for you.

Any and all OreDict names in common usage The normal product type (gem, ingot, etc) and its OreDict name How many units of resource are typically given per ore without fortune (take an average if it varies) Which OreRarity is closest One (or two, if a gradient) colors that typically represent the ore Display Name Any metadata/NBT variances (such as metadata 1 being the nether version), especially if different block IDs are used

Tanzanite

ReikaKalseki commented 9 years ago

Those BoP ores were specifically excluded for being mostly useless.

ReikaKalseki commented 9 years ago

Draconium and Endium have been implemented. Amethyst will not be because of its low utility and handling difficulty.