mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 11:03:43 +01:00 
			
		
		
		
	Adding Configurable lib
This commit is contained in:
		@@ -1,3 +1,12 @@
 | 
			
		||||
repositories {
 | 
			
		||||
    // Repo containing the Configurable library
 | 
			
		||||
    maven("https://repo.spongepowered.org/maven")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile("org.spongepowered", "configurate-hocon", "3.6") // Configurable (config library from Sponge)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
plugins {
 | 
			
		||||
    java
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
package com.gmail.nossr50.core.config.skills;
 | 
			
		||||
package com.gmail.nossr50.core.config;
 | 
			
		||||
 | 
			
		||||
import com.gmail.nossr50.core.data.database.SQLDatabaseManager;
 | 
			
		||||
import com.gmail.nossr50.core.mcmmo.MobHealthbarType;
 | 
			
		||||
		Reference in New Issue
	
	Block a user