Origins (Fabric)

Origins (Fabric)

15M Downloads

Mod tag integration does not work on first load or dedicated server [1.18.2]

slapjd opened this issue ยท 1 comments

commented

Origins on 1.18.2 is ignoring modded tag additions (for example, extra meat items from croptopia for carnivores) the first time a world is loaded after starting minecraft, or always on a dedicated server.

Expected (as arachnid):
image

Actual:
image

From what I could discover, the mod is sending the ingredients portion of the power before the tags have been populated in the registries, resulting in the client creating an empty list of items when getting the ingredient entry from calio the first time a world is loaded. Once a world has been loaded in single player, it reuses the already populated tags in the registries, resulting in the issue going away. I sent a PR to calio with a quick fix to send ingredient entries in a similar way to how minecraft does internally, which seems to fix the issue.

commented

New release works for me