Xexanos / PoorOres

5 stars 6 forks source link

Project Red Compatibility #22

Closed tgstyle closed 7 years ago

tgstyle commented 9 years ago

I think there was a post on this on the MC forum already, project red does not work. This is the config I used.

block_ruby {
    S:baseBlock=projectred.exploration.ore
    I:baseBlockMeta=0
    S:baseBlockTexture=projectred:ore/oreruby
    I:burnTime=0
    S:dimBlackList=
    S:dimWhiteList=
    B:isDust=false
    S:modID=ProjRed|Exploration
    S:nuggetColor=0x9B111E
    I:nuggetRenderType=0
    I:oreRenderType=2
    S:underlyingBlock=minecraft:stone
    I:veinHeight=0
    I:veinRate=0
    I:veinSize=0
}

block_sapphire {
    S:baseBlock=projectred.exploration.ore
    I:baseBlockMeta=1
    S:baseBlockTexture=projectred:ore/oresapphire
    I:burnTime=0
    S:dimBlackList=
    S:dimWhiteList=
    B:isDust=false
    S:modID=ProjRed|Exploration
    S:nuggetColor=0x333399
    I:nuggetRenderType=0
    I:oreRenderType=2
    S:underlyingBlock=minecraft:stone
    I:veinHeight=0
    I:veinRate=0
    I:veinSize=0
}

block_peridot {
    S:baseBlock=projectred.exploration.ore
    I:baseBlockMeta=2
    S:baseBlockTexture=projectred:ore/oreperidot
    I:burnTime=0
    S:dimBlackList=
    S:dimWhiteList=
    B:isDust=false
    S:modID=ProjRed|Exploration
    S:nuggetColor=0x417132
    I:nuggetRenderType=0
    I:oreRenderType=2
    S:underlyingBlock=minecraft:stone
    I:veinHeight=0
    I:veinRate=0
    I:veinSize=0
}