Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
blockgoblin31 opened this issue Jan 28, 2024 · 0 comments
Open

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

blockgoblin31 opened this issue Jan 28, 2024 · 0 comments

Comments

@blockgoblin31
Copy link

blockgoblin31 commented Jan 28, 2024

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");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant