Skip to content

Texture Generation Issues #16

@UndeadZeratul

Description

@UndeadZeratul

I'm looking to integrate poor versions of metallurgy ores into my modpack, but I can't seem to get them to work properly. I can't tell if it's because most of their ores don't follow the standard ore pattern, or what, but the ore block looks a bit off, and the nuggets all show up as black and purple squares. On top of that, the item name is messed up, such as a manganese nugget being called a copper nugget, while being registered under nuggetManganese correctly, and even having correct crafting recipes.

I will post some screenshots when I can (I'm currently on my phone), along with my configuration. I can say, though, that I am on your latest version, 1.4.4.

EDIT: Here are some screenshots I took to show the problem I'm having, as well as the relevant portion of my config.

Example 1: Metallurgy End and Nether Ores and their texture patterns.

Example 2: Ceruclase Nugget displays as Ignatius, while still BEING a Ceruclase nugget.

Example 3: Crafting recipe still works

Config Snippet:

    block_ignatius {
        S:baseBlock=nether.ore
        I:baseBlockMeta=0
        S:baseBlockTexture=metallurgy:nether/ignatius_ore
        I:burnTime=0
        S:dimBlackList=
        S:dimWhiteList=
        B:isDust=false
        S:modID=Metallurgy
        I:nuggetRenderType=0
        I:oreRenderType=1
        S:underlyingBlock=minecraft:netherrack
        I:veinHeight=0
        I:veinRate=0
        I:veinSize=0
    }

    block_ceruclase {
        S:baseBlock=nether.ore
        I:baseBlockMeta=5
        S:baseBlockTexture=metallurgy:nether/ceruclase_ore
        I:burnTime=0
        S:dimBlackList=
        S:dimWhiteList=
        B:isDust=false
        S:modID=Metallurgy
        I:nuggetRenderType=0
        I:oreRenderType=1
        S:underlyingBlock=minecraft:netherrack
        I:veinHeight=0
        I:veinRate=0
        I:veinSize=0
    }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions