mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-03 18:43:43 +01:00 
			
		
		
		
	Fixed import errors related to Alchemy data in AdvancedConfig (#4983)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							7da8c8c83a
						
					
				
				
					commit
					04ed2a47d4
				
			@@ -627,7 +627,11 @@ public class AdvancedConfig extends BukkitConfig {
 | 
			
		||||
 | 
			
		||||
    /* ALCHEMY */
 | 
			
		||||
    public int getCatalysisMaxBonusLevel() {
 | 
			
		||||
        return config.getInt("Skills.Alchemy.Catalysis.MaxBonusLevel", 1000);
 | 
			
		||||
        if (mcMMO.isRetroModeEnabled()) {
 | 
			
		||||
            return config.getInt("Skills.Alchemy.Catalysis.MaxBonusLevel.RetroMode", 1000);
 | 
			
		||||
        } else {
 | 
			
		||||
            return config.getInt("Skills.Alchemy.Catalysis.MaxBonusLevel.Standard", 100);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public double getCatalysisMinSpeed() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user