Extractinator

Extractinator

783k Downloads

[Feature Request]: Recipes cannot work properly, and works randomly with datapack

aria1th opened this issue ยท 0 comments

commented

Is your feature request related to a problem?

Current code uses findFirst, but if multiple recipe is registered, its order is random for every server reboot.

Also you registered everything with 'extractinator:stones'.

Assume if you want additional recipe for basalt extractinating.

But you might not be able to use additional recipe, because server will only find first recipe matching.

Solution(s)

Instead of using findFirst, use anything else - and seriously it is recommended to have recipe cache for each block Entity, its searching for recipe every actions.

Describe alternatives you've considered

I'll do pull request when I have time.

Mod Version

2.0.1

Mod Loader Version

1.19.2-fabric

Mod Loader

Fabric

Additional context

No response