新建未知时间

主要对格雷的矿石做了修改

未知时间

Add localization support for config strings visible in the configuration GUI.

Fix Railcraft config; abyssal geodes should actually be worth something now.

Hopefully fix Metallurgy config to avoid generating invalid blocks.

未知时间

Fix Railcraft config.

未知时间

Added Chisel config for its limestone and marble (thanks agilmore2).

Updated Metallurgy support for 1.7.2.

Restored integration with ATG (surface-relative height stuff works).

Misc fixes: Forestry config, biome-relative heights.

未知时间

Fixed dependency metadata so that Geologica works.

未知时间

Update to 1.7.2.


Configs should work for vanilla, Biomes O' Plenty, Forestry, IC2, Railcraft, Thaumcraft and Tinker's Construct.


Since Minecraft is moving away from integer IDs, configs need to identify blocks using the unique name (e.g., "minecraft:redstone_ore") instead of the ID or unlocalized name. Eventually (probably next version) matching will be by identity (rather than by regex). The motivation is performance (matching every descriptor against every block takes a longtime in a modded environment), as well as safety (no accidental ambiguity). There will be a ReplacesPattern that implements the previous behavior.

未知时间

Fixed deployment of the Galacticraft config.

未知时间

Rework the height scaling (see github wiki)

Galacticraft config added (thanks to Gaelmare)

Leave saltpeter generation to Railcraft (thanks to Gaelmare)

Various mod config cleanups (thanks to Gaelmare)

Fix bug when substituting with air blocks, and issue with Railcraft sulfur

未知时间

Dramatically speedup world loading with large ore dictionaries (like with Gregtech).

Support height scaling of certain settings like Height and Frequency. Supported scales are sealevel, biome average and surface (only ATG but currently broken). See the github wiki for documentation.

未知时间

Hopefully fix the floating point imprecision issue when checking that the sum of ore weights adds up to 1.

Add SimpleOres2 support (only veins but not tested for balance).

未知时间

Use block IDs for netherack and endstone to avoid conflicts between the Metallurgy config and the Chisel mod.

未知时间

Deferred population range now defaults to 16 (big enough for vanilla clusters)

IC2: Options are hidden when ores do not exist (disabled in config)

Thaumcraft4: Fix typo for order shard clusters

Metallurgy: fixed utility ore labels, generalized biome support

Config expression functions like blockExists() fixed for attributes with default values.

未知时间

Fix typo for tin clusters.

未知时间

Add config for Thermal Expansion 3.

Add ReplacesOre element for replacing blocks according to ore dictionary key.

Standard configs now use ReplacesOre for stone, so mods like UndergroundBiomes work.

Fix generation of TC4 order and entropy infused stone.

Fix Railcraft sulfur generation when diamond veins were not enabled.

未知时间

Fix compatibility with Mystcraft 0.10.8.00 and above.

未知时间

Hotfix disabling the experimental extra caves (oops).

未知时间

Rework BiomesOPlenty, Railcraft and Thaumcraft configs; fix for Forestry since 2.3.0.6.

Standard overworld configs now look for either RandomLevelSource or ATGLevelSource, rather than dimension ID 0.

Substitute determines surface based on block material (rock, sand, clay, etc) so that it is no longer fooled by trees; checks canBlockStay() before placing.

Surface-relative height for other distributions has been dropped for now, but we should be able to restore it for ATG.

未知时间

Tweaked configuration management strategy to always export default base config.  If you ran version 1.0.10, this version will crash with an error about the custom attribute. This is intentional; just delete the CustomOreGen/CustomOreGen_Config.xml config file.

未知时间

Reworked configuration management strategy. Configs are now replaced by default.

Made BOP gem generation biome-specific, in the spirit of the mod.

Factorization, BOP and Metallurgy configs now check if mod is installed.

未知时间

Fixed Substitute distribution (oops)

Remove stray Ruby symbols from Railcraft.xml

Added standard configs for BiomesOPlenty and Factorization, thanks to reteo.

未知时间

Add support for surface-relative height specification; e.g., generate layers that follow the terrain (see the github wiki for documentation).

Support Alternate Terrain Generation by changing condition from requiring RandomLevelSource to requiring the overworld dimension.

Added standard configs for Railcraft and Thaumcraft 4, thanks to Sandwitches.

未知时间

Fixed compability with Forestry 2.3.0.6 (which we now require)

Added standard configs for TConstruct, ProjectRed, Dartcraft, and Metallurgy, thanks to Sandwitches and others.

Maybe fixed compatibility with True Randomite

未知时间

Updated to 1.6.4

Options are now saved per-dimension, with the overwold in the DIM0 directory, regardless of whether a dimension has a config file. Only the visible options (those shown in GUI) are stored at the level of the save.

MinecraftOres.xml now only applies to the overworld.

未知时间

Fixed expression evaluation (blockExists, biomeExists, isModInstalled, etc should work now).

未知时间

Removed warning when Mystcraft is installed, fixed block counting for veins, clouds.

未知时间

Renamed to Custom Ore Generation: First Revival first major release.

未知时间

Added BiomeSet, BiomeType and climate attributes for Biome

未知时间

Revived to 1.6.2 compatibility.

你已经到达了世界的尽头..