Dense Ores

Dense Ores

14M Downloads

Issue generating TC4 infused stone blocks

ianc1215 opened this issue ยท 1 comments

commented

I was trying to add infused stone to dense ores. You know the ones from ThaumCraft 4. When I load up the config I wrote for TC4 the only ores that work are Cinnibar and Amber which have static textures. The infused stone just shows the "missing texture" texture and I do not see it generating anywhere in the world. I attached the config I made, I was hoping you might be able to determine why it wont work. all of the other mods works and even parts of TC4 just not the infused stone.

Thanks in advance...

Configuration file

ores {

block_8 {
    S:baseBlock=Thaumcraft:blockCustomOre
    I:baseBlockMeta=0
    S:baseBlockTexture=thaumcraft:cinnibar
    D:denseOreProbability=1
    I:renderType=0
    I:retroGenID=0
    I:retroGenId=0
    S:underlyingBlock=stone
}

block_9 {
    S:baseBlock=Thaumcraft:blockCustomOre
    I:baseBlockMeta=1
    S:baseBlockTexture=thaumcraft:infusedorestone
    D:denseOreProbability=1
    I:renderType=0
    I:retroGenID=0
    I:retroGenId=0
    S:underlyingBlock=stone
}

block_10 {
    S:baseBlock=Thaumcraft:blockCustomOre
    I:baseBlockMeta=2
    S:baseBlockTexture=thaumcraft:infusedorestone
    D:denseOreProbability=1
    I:renderType=0
    I:retroGenID=0
    I:retroGenId=0
    S:underlyingBlock=stone
}

block_11 {
    S:baseBlock=Thaumcraft:blockCustomOre
    I:baseBlockMeta=3
    S:baseBlockTexture=thaumcraft:infusedorestone
    D:denseOreProbability=1
    I:renderType=0
    I:retroGenID=0
    I:retroGenId=0
    S:underlyingBlock=stone
}

block_12 {
    S:baseBlock=Thaumcraft:blockCustomOre
    I:baseBlockMeta=4
    S:baseBlockTexture=thaumcraft:infusedorestone
    D:denseOreProbability=1
    I:renderType=0
    I:retroGenID=0
    I:retroGenId=0
    S:underlyingBlock=stone
}

block_13 {
    S:baseBlock=Thaumcraft:blockCustomOre
    I:baseBlockMeta=5
    S:baseBlockTexture=thaumcraft:infusedorestone
    D:denseOreProbability=1
    I:renderType=0
    I:retroGenID=0
    I:retroGenId=0
    S:underlyingBlock=stone
}

block_14 {
    S:baseBlock=Thaumcraft:blockCustomOre
    I:baseBlockMeta=6
    S:baseBlockTexture=thaumcraft:infusedorestone
    D:denseOreProbability=1
    I:renderType=0
    I:retroGenID=0
    I:retroGenId=0
    S:underlyingBlock=stone
}

block_15 {
    S:baseBlock=Thaumcraft:blockCustomOre
    I:baseBlockMeta=7
    S:baseBlockTexture=thaumcraft:amberore
    D:denseOreProbability=1
    I:renderType=0
    I:retroGenID=0
    I:retroGenId=0
    S:underlyingBlock=stone
}

}

commented

Infused ores will not work as they have a very specific custom renderer.