Easy Villagers

Easy Villagers

36M Downloads

Refined Storage cannot extract items.

Closed this issue ยท 7 comments

commented

Bug description

Some of the items from this mod can be inserted into Refined Storage but not extracted. The issue is likely with how the mod handles data components. See https://refinedmods.com/refined-storage/items-cannot-be-extracted-from-refined-storage.html#_for_mod_developers

Minecraft version

1.21.1

Mod version

easy-villagers-neoforge-1.21.1-1.1.27

Mod loader and version

neoforge 21.1.145

Steps to reproduce

  1. have a refined storage system.
  2. create an easy villager and max him out (like in the picture)
  3. break the block and put it into storage.
  4. try to take out the item again. (this only happens with some items)

Expected behavior

No response

Log files

https://refinedmods.com/refined-storage/items-cannot-be-extracted-from-refined-storage.html#_for_mod_developers

Screenshots

Image

commented

This sounds like a refined storage issue to me. There is no way I can fix this on my end. Try reporting it to their issue tracker.

commented

Did you read the wiki article being linked?

commented

(I've had this same issue with about 4 other mods by now.)

commented

Oh sorry, didn't see that.

commented

So I just tested it and it works perfectly fine for me. And the thing thats stated on their page is already implemented. See

https://github.com/henkelmax/easy-villagers/blob/1.21.1/src/main/java/de/maxhenkel/easyvillagers/datacomponents/VillagerData.java#L189-L205

and

https://github.com/henkelmax/easy-villagers/blob/1.21.1/src/main/java/de/maxhenkel/easyvillagers/datacomponents/VillagerBlockEntityData.java#L84-L99

I tried it with maxed out villagers, workstations with data and much more. Works fine.

commented

yeah my bad, i should've tested in a minimal environment. The issue seems to only occur on a modpack (FTB Evolution). Any idea where I should go from here?

commented

The only thing I can think of is removing mods until it works to find out which mod is causing it