We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
with just crafttweaker, contenttweaker, and jei no contenttweaker items show up in jei. It works exactly as expected with rei.
The text was updated successfully, but these errors were encountered: