Description
This is a fork of Sangar's Bedrock ores with modifications to allow 3rd party generation method such as COG.
The original mod can be found here:
https://www.curseforge.com/minecraft/mc-mods/bedrockores
It provides an alternative method about generating finite amount of resources which needs to be extracted in-place.
An example of COG script will looks like this:
<Substitute name='coalsubstitution'>
<OreBlock block='bedrockores:bedrock_ore' weight='1.0' nbt='{amount:500,ore:{Name:"minecraft:coal_ore"},id:"bedrockores:bedrock_ore"}' />
<Replaces block='minecraft:orange_glazed_terracotta' weight='1.0' />
</Substitute>
It should be compatible with existing saves with original bedrock ores.
