/* Vinery Config =========== Discord: https://discord.gg/Vqu6wYZwdZ Modrinth: https://modrinth.com/mod/vinery CurseForge: https://www.curseforge.com/minecraft/mc-mods/lets-do-wine */ { // Whether the winemaker armor should give a set bonus, which can prevent your bone meal of being used "enable_wine_maker_set_bonus": true, // Amount of damage when the armor gets damaged because of the set bonus "damage_per_use": 1, // Probability for damaging armor on using the set bonus (in %) "probability_for_damage": 30, // Probability for the set bonus to work (in %) "probability_to_keep_bone_meal": 100, // How many % of the normal wandering traders should be a wandering wine trader? "wine_trader_chance": 50, // Length of a year (in days). "year_length_in_days": 16, // Years per effect level "years_per_effect_level": 4 }