Additional-Mods / additionaladditions

A Minecraft Fabric mod that that aims to add additional uses for Copper, Amethyst and Glow Ink Sacs as well as other useful additional additions to the game.
GNU Lesser General Public License v3.0
41 stars 23 forks source link

Set additional enchantments to false in config, but they still appear in-game with no effect #10

Closed elbakramer closed 3 years ago

elbakramer commented 3 years ago

Versions:

Content:

Config:

{
  "version": 4,
  "GildedNetherite": true,
  "Wrench": true,
  "AmethystLamp": true,
  "EnchantmentPrecision": false,
  "EnchantmentSpeed": false,
  "CompostableRottenFlesh": true,
  "GlowStick": true,
  "MysteriousBundle": true,
  "Crossbows": true,
  "MusicDiscs": true,
  "RoseGold": true,
  "FoodItems": true,
  "Potions": false,
  "WateringCan": true,
  "CopperPatina": true,
  "Ropes": true,
  "TridentShard": false,
  "DepthMeter": true
}

Is this an intended behavior? Possible fix might be like, registering those enchantments only when their config value are set to true?

Dqu1J commented 3 years ago

That is intended. I cant just not register them because worlds will become incompatible when config changes.