Skip to content

Commit

Permalink
fix villager trade config
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Nov 6, 2023
1 parent 595c3b3 commit cd6429b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,6 +24,6 @@ public int getMaxLevel() {

@Override
public boolean isTradeable() {
return ModConfig.disableEnchantmentForVillagers;
return !ModConfig.disableEnchantmentForVillagers;
}
}

0 comments on commit cd6429b

Please sign in to comment.