Waystones (Fabric Edition)

Waystones (Fabric Edition)

3M Downloads

Why did you close the issue so fast !? There's a compat issue....

Typhewn opened this issue ยท 4 comments

commented

Minecraft Version

1.20.2

Mod Loader

Forge

Mod Loader Version

48.1.0

Mod Version

1.20.2

Balm Version

8.0.2

Describe the Issue

Closed #781

  1. i used aversion under this version of waystones and it all runs fine.... 2. I tried it with a different item blocking mod that says 1.20.2 (The other one was 1.20.2 also it just had multiple versions jam packed in the mod) apparently there's a issue with using item blocking mods with this mod.

Logs

https://pastebin.com/XNMpRVzr

Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge)?

No response

commented

i turned off waystones and kept the item blocking mod on, everything ran fine also. I did this for all 3 mods but when trying to run a item blocking mod with this mod i cant use warp stones etc.

commented

With this item blocker mod though no version works.

commented

i love your mod but it's kind of hard to run a server without being able to block items from use. Its a anti grief system needed to be in place

commented

In your first issue report, you were running an item blocking mod for 1.20.1. The log shows which file is loaded and it stated it was a 1.20.1 version, which perfectly explains the error you were getting.

This time, you are using an item blocking mod that has not been correctly ported to 1.20.2, i.e. is broken.

https://github.com/bigenergy/itemblocker/blob/1.20.2/src/main/java/com/bigenergy/itemblocker/mixins/RecipeManagerMixin.java#L21

The recipe manager does not return a Recipe but a RecipeHolder in 1.20.2, which ItemBlocker did not account for in its update.

There is no compatibility issue on Waystones' side. Make sure you are not running any 1.20.1 mods in your 1.20.2 instance and report the issue to the ItemBlocker mod.