WhiskyTangoFawks / Expedition

9 stars 11 forks source link

Texture errors. #150

Open mrcalzon02 opened 7 years ago

mrcalzon02 commented 7 years ago

tile.stone0DecoAnim.0.name 8346 and many, many others are now loading as purple error blocks....https://i.imgur.com/vEk574R.png Video,https://www.twitch.tv/videos/181998019 anything we can do to fix or is this a wait for update kind of thing?

Crimsonfuckr commented 6 years ago

did you fix it

mrcalzon02 commented 6 years ago

Have not played not tested in a very very long time, i hope he was able to fix what ever was wrong or it became irrelevant could have been a very limited effect issue who knows... wait... why are you not watching netflix on your plasma screen tv? damn it, have you gone for a walk? which nation do they need to evacuate now? Yelling in background somebody go find policegirl! and call the pope.

yggdrasil75 commented 6 years ago

sorry about not watching netflix on a plasma, I still like my old projector instead. as for the error, you have to modify the texture pack that should generate with the ore (without stone)x3 or the stone textures. it appears that you have problems with stone, not with ore, so if you look at the following line and try to find missing values in your configs then you may realize the errors.

"minecraft:stone@0" {
    B:"Allow cracked version to spawn in world (requires static deco blocks, and cracked stone ore generation)"=true
    S:"BlockState resource location"=stone#normal
    S:"Cobblestone version of block"=minecraft:cobblestone@0
    B:"Gameplay: Fractures into cobblestone variant before breaking"=true
    I:"Gameplay: Percentage speed modifier to mine (100% disables)"=15
    B:"Generate animated deco blocks (Lava crust, dripping, ect)"=true
    B:"Generate stalactite and stalagmites"=true
    B:"Generate static deco blocks (moss, cracked, ect)"=true
    S:"Stone texture resource location"=minecraft:blocks/stone
}

from what I remember (I am having trouble with generating stones at all with 1.10, so going off of an ancient 1.7) you will have the first 8 lines of this generated but the last needs to be modified to have a proper texture.