[Not a Bug] 3d Blocks Pumpkin Bug

Archive of bug reports that have been completed or locked for various other reasons.
Note: This forum is visibly hidden from users, but is still searchable and readable.
Locked 
User avatar
1 Post
 x 0

Post 20 Jul 2016, 15:18

Hello,

I just downloaded Sphax PureBDCraft 256x256 and added the 3d addon. When I downloaded it, one block wasn't looking right. The pumpkin block had no face.

Image
User avatar
BDcraft Web Admin
6586 Posts
 x 429

Post 20 Jul 2016, 16:50 

It's not a bug. When a carved face shows up is random.

If you rather it always had a carved face you can edit the /assets/minecraft/blockstates/pumpkin.json in the 3D Blocks addon zip to read:

Code: Select all

{
    "variants": {
        "facing=north": { "model": "pumpkin2", "weight": 20 },
        "facing=south": { "model": "pumpkin2", "weight": 20, "y": 180 },
        "facing=west": { "model": "pumpkin2", "weight": 20, "y": 270 },
        "facing=east": { "model": "pumpkin2", "weight": 10, "y": 90 }
    }
}
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
Locked