Create

Create

86M Downloads

Invalid recipes result in resourceless crafting

GenMode opened this issue ยท 1 comments

commented

Description

I've made a datapack that only adds recipes and nothing else but understandably when making it compatible with multiple other mods some recipes will just be invalid. This shouldn't be an issue as minecraft crafting just doesn't craft invalid recipes, but it seems there's some form of crafting that Create provides that is incompatible with the vanilla minecraft custom recipes system as when an invalid recipe is present the item just is given for free instead

Game Log

This isn't a crash so I'm not sure what I'm supposed to provide but here's the report made by the user who contacted me GenMode/Minecraft#15

Debug Information

No response

commented

recipes should be controlled by conditions so they only load when they physically are possible to use, invalid recipes have undefined behaviour which should not be relied on