Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CERTUS IconSet does not default to DULL properly for Double Plate for ingot #5003

Open
Labels

Description

Checked for existing issues

  • I have checked for existing issues, and have found none.

Tested latest version

  • I have checked that this occurs on the latest version.

GregTech CEu Version

v7.5.3

Minecraft Version

1.20.1 Forge

Recipe Viewer Installed

EMI

Environment

Singleplayer

Cross-Mod Interaction

No

Other Installed Mods

JEI, EMI, AE2, Botania, ExtraBotany, Jade. In a dev environment based on the Addon Template.

Expected Behavior

Double Plate for material should default to the DULL IconSet in the absence of one in the CERTUS IconSet.

Actual Behavior

Double Plates registered under CERTUS IconSet will generate without textures at all.

Image

Steps to Reproduce

Register a material with the IconSet CERTUS and a type of .ingot(). An example of a broken textured double plate can be replicated with

public static void register() {
 Material TEST = new Material.Builder(
 MODID.id("test"))
 .ingot().color(0x000000).color2(0x000000).iconSet(GTMaterialIconSet.CERTUS)
 .flags(MaterialFlags.GENERATE_PLATE)
 .buildAndRegister(); 
 };

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /