Browse Source

fixed version number

MasterCake 4 years ago
parent
commit
b233d139a4
2 changed files with 1 additions and 4 deletions
  1. 1 1
      pom.xml
  2. 0 3
      src/xyz/spaceio/customoregen/CustomOreGen.java

+ 1 - 1
pom.xml

@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>xyz.spaceio</groupId>
 	<artifactId>CustomOreGen</artifactId>
-	<version>1.3.19-SNAPSHOT</version>
+	<version>1.3.18-SNAPSHOT</version>
 	<repositories>
 		<!-- Spigot repository -->
 		<repository>

+ 0 - 3
src/xyz/spaceio/customoregen/CustomOreGen.java

@@ -26,7 +26,6 @@ import xyz.spaceio.configutils.JSONConfig;
 import xyz.spaceio.hooks.HookInfo;
 import xyz.spaceio.hooks.HookVanilla;
 import xyz.spaceio.hooks.SkyblockAPIHook;
-import xyz.spaceio.misc.MaterialProvider;
 import xyz.spaceio.misc.NamePlaceholder;
 
 public class CustomOreGen extends JavaPlugin {
@@ -71,8 +70,6 @@ public class CustomOreGen extends JavaPlugin {
 	public void onEnable() {
 		clogger = getServer().getConsoleSender();
 		
-		MaterialProvider.init();
-		
 		PluginManager pm = Bukkit.getPluginManager();
 		
 		pm.registerEvents(new Events(this), this);