mehboss / CustomRecipes

CustomRecipes source code
Mozilla Public License 2.0
2 stars 1 forks source link

Problem While Making Recipe #20

Closed retrowave115 closed 1 year ago

retrowave115 commented 1 year ago

What happened?

When I finish a recipe, and I restart the server, it says "Could not find configuration section CursedPickaxe in the recipe file: CursedPickaxe.yml - (CaSeSeNsItIvE) - Skipping this recipe" even though I did not delete any lines.

What was supposed to happen?

I'm assuming it shouldn't do that and just load normally.

How do I reproduce this issue?

1. I make a recipe
2. I restart the server
3. It says "Could not find configuration section CursedPickaxe in the recipe file: CursedPickaxe.yml - (CaSeSeNsItIvE) - Skipping this recipe"

Relevant log output

Could not find configuration section CursedPickaxe in the recipe file: CursedPickaxe.yml - (CaSeSeNsItIvE) - Skipping this recipe

Server Version

1.20 Paper

Plugin Version

1.8.6

Server Mode

Offline Mode

Issue Confirmation

retrowave115 commented 1 year ago

The error was copy and pasted from the minehut console.

mehboss commented 1 year ago

Hello, please provide the CursedPickaxe.yml in a pastebin link so I can take a look.

Update: I have created a new wiki page that explains this error. Hope this helps! https://github.com/mehboss/CustomRecipes/wiki/Common-Issues

retrowave115 commented 1 year ago

@mehboss Here is the pastebin: https://pastebin.com/PzuMT11j

retrowave115 commented 1 year ago

I just looked at the wiki. So all I have to do is match the name on line 1 to the name of the yml file?

mehboss commented 1 year ago

Correct, match that to the name of the yml file and it will resolve your issue.

retrowave115 commented 1 year ago

Ok, thank you.

retrowave115 commented 1 year ago

It worked! Thanks.