[Bug]: Gallaxorium Cannot Be Enchanted (Van Gogh not possible in Survival)
IceAura395 opened this issue ยท 0 comments
What happened?
Gallaxorium cannot be enchanted, despite supposedly being able to. To obtain Gallaxium, Gallaxorium must be enchanted using an enchantment table, however:
public boolean isDiscoverable( ) {
return false;
}
prevents Gallaxorium from being enchanted in an enchantment table. While it prevents it from being available in loot tables which makes sense, it also determines whether or not it can be obtained in loot tables and enchantment tables. Meaning if it can't be obtained in loot tables, it can't be obtained in an enchantment table, which is the issue here. I can't provide screenshots as the code is Mojang copyrighted.
What should happen?
Enchantment for Gallaxorium should appear in the enchantment table.
Mods
swem- 1.16.5-0.50
swdm- 1.16.5-0.50
geckolib-forge-1.16.5-3.0.92
playeranimation-lib-forge-0.35+1.16.5
SWEM Version
1.16.5-0.50
Singleplayer or Multiplayer
- Singleplayer
- Multiplayer
- Other (Please add a comment to the issue where this is happening)
OS
Windows
Relevant log output
No response