Skip to content

[1.19.2] Contenttweaker items don't display in jei #280

@blockgoblin31

Description

@blockgoblin31

with just crafttweaker, contenttweaker, and jei no contenttweaker items show up in jei. It works exactly as expected with rei.


import contenttweaker.builder.vanilla.item.Basic;
import contenttweaker.object.vanilla.property.StandardItemProperties;

var itemNames = ["grass_starter", "dirt_clump"] as string[];

for name in itemNames {
    <factory:item>.typed<Basic>().build(name);
}

for color in ["red", "orange", "yellow", "lime", "green", "light_blue", "cyan", "blue", "purple", "pink", "magenta", "gray", "light_gray", "white", "black", "brown"] {
    <factory:item>.typed<Basic>().build(color + "_petal_bundle");
    <factory:item>.typed<Basic>().build(color + "_floral_fertilizer");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No 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