Supplementaries

Supplementaries

82M Downloads

[๐Ÿž]: Stasis can be applied on crossbows, to many stasis books in end-cities

Ranni2 opened this issue ยท 3 comments

commented

Before Continuing:

  • Check you are using the latest version of the mods and its dependencies
  • Always include a latest.log if you are crashing
  • Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue persists.
  • If you are unsure which mod is the culprit.
    Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
  • Confirm that there is no existing issue with a similar description submitted in the list of issues.

Version

1.20.1-FABRIC

Supplementaries Version

supplementaries-1.20-2.8.10-fabric

Moonlight Lib Version

moonlight-1.20-2.11.12-fabric

Issue Detail

Stasis can be applied to crossbows using anvils, also there seems to be a pretty high chance for stasis-books to be found in end cities making it not rare at all.

Would be awesome if you have some time to look into it ^^

Kind regards,
Ranni

commented

Fabric does not have an enchantment API. This is the only way it can be done. Use forge for better features.
Stasis chance is 1/3 in end cities. Considering end cities are rare and the end itself is rare I think it's one of the rares enchantments that there are

commented

Feel free to PR

commented

This is not the only way it can be done. With some mixins to EnchantmentTarget, I'm pretty sure you could fix this issue.