Extended Crafting

Extended Crafting

34M Downloads

Failed to load datapacks

ErickThomaz opened this issue · 3 comments

commented

Describe the bug
When Using more recent version of Extended my server crash on start load in datapack load.
I downgrade the version to 6.0.1 and server loads now

To Reproduce
Use Mohist/Arcligth, start server using most recent version of Cucumber and Extended

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots / Scripts / Logs
https://gist.github.com/ErickThomaz/168c1fb8ac464b2d1d9a8d642291048e

Versions (please complete the following information):

  • Minecraft: 1.20.1
  • Forge: 47.2.1
  • Cucumber:7.0.4
  • Extended Crafting:6.0.4
  • CraftTweaker (if applicable):
commented

If you go into the config and disable defaultRecipes in the singularity section does that solve it? It seems that the custom server implementation you're using modifies the vanilla recipe manager in a way that makes it incompatible.

commented

q!
Same problem but on 1.19.2🥶

commented

Fixed by making steps:

  1. go to "Server_Folder\config"
  2. find "extendedcrafting-common.toml"
  3. on 10 line find "defaultRecipes"
  4. set it to "false" (if true)

$$ Profit $$