MachineMuse / MachineMusePowersuits

Minecraft mod, take 2
234 stars 103 forks source link

Vanilla Crafting Recipes #987

Open AdamGaffney96 opened 3 years ago

AdamGaffney96 commented 3 years ago

I'm currently running a personal modpack server for me and a few friends and I'm having trouble with some of the recipes. I know that a lot of recipes are still work in progress and that's fine, however I cannot craft the tinker table despite checking the JAR and seeing that it does have a vanilla recipe. All my searching brings up 'enabling vanilla recipes' however this option does not appear in my client configs (which is just the mpa-client-only.toml config) and there's no configs at all in the server files. Am I missing something or should these configs exists so that I can enable vanilla recipes?

Quinniboi10 commented 3 years ago

You need to run forge not vanilla. Check the client and server forge versions and make sure they are the same. I have had issues from different forge versions.

Hope this helps Quinniboi10

AdamGaffney96 commented 3 years ago

You need to run forge not vanilla. Check the client and server forge versions and make sure they are the same. I have had issues from different forge versions.

Hope this helps Quinniboi10

Thanks for getting back to me. I'm definitely running the same forge version, (35.1.37 for both) as I did have issues with some mods not loading before when the version hadn't updated correctly. The weird thing is when I look in the JAR files, the powersuit recipes are in the same place as the tinker table, yet the powersuit recipes work fine and the tinker table has no recipe. That's mostly what's the confusing part.

OmegaXero commented 3 years ago

Think I found a fix. You just need to change "powersuits:mpa_workbench" to "powersuits:tinkertable" in the vanilla recipe.

EzerArch commented 3 years ago

MPS is here now: https://github.com/lehjr/MachineMusePowersuits (by @lehjr)

AdamGaffney96 commented 3 years ago

Think I found a fix. You just need to change "powersuits:mpa_workbench" to "powersuits:tinkertable" in the vanilla recipe.

Thanks so much! I'm not totally sure if this is what fixed it, but I made this change amongst a couple others and it decided to start working today!