Mining Master

Mining Master

190k Downloads

(1.20.1) Alex's Mods gem issues

ZerbieSlug opened this issue ยท 1 comments

commented

Describe the Bug

[Currently on Version 4.1.3]
I'm currently creating a datapack that makes it possible to apply enchants from Alex's Caves, Alex's Mobs, Farmers Delight, and Domestication Innovation onto their respective items.

For the most part, the datapack is going swell. I did have to "lower" some vanilla/Mining Master enchants in the smithing recipes' "enchantments" list so that some of Alex's enchants would not be overwritten by the vanilla/MiningMaster enchants (which are generally on the top/furthest left on the list).

However for some gems, simply changing the "priority" of some enchantments has no effect.

Heart Rhodonite

The Heard Rhodonite gem especially cannot apply enchants to certain tools/items for some reason. Here's a list of the enchants it's unable to apply:

  • alexscaves:herd_phalanx
  • alexscaves:sated_blade
  • alexscaves:astral_transferring
  • alexscaves:x-ray
  • alexscaves:seaparing
  • alexsmobs:board_return
  • domesticationinnovation:health_boost

Domestication Innovation Collar

When it comes to the Domestication Innovation mod, the collar item strangely has enchants which some gems are unable to apply:

  • domesticationinnovation:immunity_frame (Divine Beryl)
  • domesticationinnovation:deflection (Lucky Citrine)
  • domesticationinnovation:frost_fang (Ice Sapphire
  • domesticationinnovation:herding (Power Pyrite)

I'm not certain why these enchantments cannot be applied. Especially since the items involved can ONLY be enchanted with enchantments from their respective mods. Is there something I'm missing here?

Reproduction Steps

  1. Obtain the mentioned items and gems
  2. Try to enchant the items and gems together

Expected Result

I should have gotten the enchants that I've assigned the gems to, but yet I yield no result

Screenshots and Videos

No response

Operating System

Windows 10

Mod Version

3.0.7

Minecraft Version

1.19.2

Forge Version

47.3.10

Other Mods

  • alexscaves
  • alexsdelight
  • alexsmobs
  • ambientsounds_forge
  • appleskin
  • architectury
  • canary
  • citadel
  • collective
  • configured-forge
  • creativecore_forge
  • domesticationinnovation
  • dynamiclightsreforged
  • embeddium
  • entityculling-forge
  • expanded_experience
  • farmers-delight
  • ferritecore
  • foodvariation
  • framework-forge
  • gravestone-forge
  • immersive_armors
  • jei
  • justenoughresources
  • lootr
  • miners_delight
  • miningmaster
  • nethersdelight
  • overworld netherite ore
  • puzzleslib
  • quark
  • regionsunexploredforge
  • respawninganimals
  • retrodamageindicators
  • terrablender-forge
  • travelersbackpack-forge
  • treeharvester
  • voicechat-forge
  • xaeros_minimap
  • xaerosworldmap
  • zeta

Additional Context

...

commented

Oh nevermind I found the cause of my issues

  1. There was a typo with one of the enchants for the Heart gem that prevented ANY recipe involving it from working
  2. Some gems not being able to enchant the collar is due to me having actually DISABLED some enchants for the mod in the config...

Gonna close the thread now