EndstoneMC / endstone

Endstone - High-level Plugin API for Modding Bedrock Dedicated Servers (BDS), in both Python and C++.
http://endstone.dev/
Apache License 2.0
236 stars 22 forks source link

[bug] Duplicate furnace aux recipes #25

Closed wu-vincent closed 2 months ago

wu-vincent commented 2 months ago

Describe the bug The furnace aux recipes are duplicated.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

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

Screenshots If applicable, add screenshots to help explain your problem.

Details (please complete the following information):

Additional context Add any other context about the problem here.

KoshakMineDEV commented 2 months ago

any progress with that?

smartcmd commented 2 months ago

Remove it manually

wu-vincent commented 2 months ago

Okay. These are not really duplicates recipes. In fact, the outputs have different nbt data which was not displayed (and probably not needed i assume?).

Anyway, since this only happens to a few recipes, I suggest doing some filtering but not at the endstone side as it will not help reduce the size much.

I am going to close the issue as won't fix for now.