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.18 | createPressing recipes raise a warning due to unnecessary processing time property #41

Open
loldev69 opened this issue Jan 6, 2024 · 0 comments

Comments

@loldev69
Copy link

loldev69 commented Jan 6, 2024

As per title, recipes of the type create:pressing are automatically assigned a default processing time, and then Create complains because this type of recipe does not make use of the processing time property.
Test script: onEvent('recipes', e => {e.recipes.createPressing('minecraft:cobblestone', 'minecraft:stone').id('create:my_test_recipe')}
Resulting warning: Your custom create:pressing recipe (create:my_test_recipe) specified a duration. Durations have no impact on this type of recipe.
Doesn't seem to affect later versions, so I'm not sure it's worth fixing as custom recipes can be used as a workaround, but that choice is up to you devs.

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