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

Allow RecipeBuilderBase.create to take IItemConvertible #61

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Allow RecipeBuilderBase.create to take IItemConvertible #61

merged 1 commit into from
Aug 26, 2024

Conversation

Bigjango13
Copy link
Collaborator

Just a minor QoL change, for example:

// Before
RecipeBuilder.Shapeless(MOD_ID)
    .addInput(ModItems.foo)
    .addInput(ModItems.bar)
    .create("bazz", new ItemStack(ModItems.bazz));

// After
RecipeBuilder.Shapeless(MOD_ID)
    .addInput(ModItems.foo)
    .addInput(ModItems.bar)
    .create("bazz", ModItems.bazz);

@UselessBullets UselessBullets merged commit 4e112eb into Turnip-Labs:7.2 Aug 26, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants