-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
BasicCrafting module causes crash during load after start game #5169
Comments
This appears to be the main issue:
The public class ListRecipesComponent implements Component<ListRecipesComponent>, RecipeComponent {
public List<String> categories = Collections.singletonList("InHand");
public SortedMap<String, ListRecipeContainer> recipes = new TreeMap<>(); I'll need to double-check if |
Did you manually enable the |
yes i did. will give it a shot. ty |
Hey there @ , we want to express our appreciation for your initial contribution to this issue. However, we now mark it as stale since we haven't received any response from you in the past 30 days. If you're still available, we would greatly appreciate it if you could provide answers to any open questions and/or share the requested feedback/input. Thank you for your consideration, we hope to hear from you soon! |
Hey there @ , we want to express our appreciation for your initial contribution to this issue. However, we now mark it as closed since we haven't received any response from you in the past 90 days. If you're still available, we would greatly appreciate it if you could provide answers to any open questions and/or share the requested feedback/input. Thank you for your consideration, we hope to hear from you soon! |
link to pastebin
https://pastebin.com/zwKimUJd
any help much appreciated. game looks cool. can't wait to play
The text was updated successfully, but these errors were encountered: