tterrag1098 / ttCore

A core library for mine and others' mods.
Other
5 stars 5 forks source link

Is it really necessary to crash? #28

Closed iarspider closed 9 years ago

iarspider commented 9 years ago

Is it really necessary to throw exception in parseStringIntoRecipeItem if the string passed is not a valid item? Why not complain in the logs and keep on processing?

tterrag1098 commented 9 years ago

Because it will crash later in the line if a null item is used in a recipe.