Asek3 / Radium

Radium is an Unofficial Fork of CaffeineMC's "Lithium", made to work with Forge Mod Loader.
GNU Lesser General Public License v3.0
14 stars 4 forks source link

BUG: Villagers don't want to work at workstations from More Villagers mod #47

Open BIG-Viljo opened 2 years ago

BIG-Viljo commented 2 years ago

MC version: 1.18.2 Radium version: 0.7.10 More Villagers version: 3.3.2 Forge version: 40.1.68

Description: Title describes the whole problem. This was tested only using Radium and More Villagers. No other mods were installed. This can be temporarily fixed using mixin.ai.poi=false in the properties file.

JaisDK commented 2 years ago

This is a problem with other modded POIs as well

JaisDK commented 2 years ago

https://github.com/Asek3/Radium/blob/main/src/main/java/me/jellysquid/mods/lithium/mixin/LithiumMixinPlugin.java#L46

There's your problem. You forgot to update the package name. Please add "productivebees" to that modlist as well.

JaisDK commented 2 years ago

55

JaisDK commented 2 years ago

You didn't include the whole fix when porting it to 1.19 https://github.com/Asek3/Radium/commit/21825e077aab1362948203835e2cdfaac2a50263

Also, will you release a 1.18 version with this?

MarioSMB commented 2 years ago

This also breaks the foragers table villager profession in Oh The Biomes You'll Go, and may need "byg" included as well.

Speiger commented 2 years ago

The poi system also breaks Nether Portals. We had to turn it off completely because otherwise netherportals would never link up.