Updated mmo extension to 4.0.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
group 'com.willfp'
|
||||
version '4.0.0'
|
||||
version '4.0.1'
|
||||
description = 'MMO Extension'
|
||||
|
||||
repositories {
|
||||
@@ -9,13 +9,14 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'net.Indyuce:MMOCore:1.6.2'
|
||||
compileOnly 'net.Indyuce:MMOItems:6.5'
|
||||
compileOnly 'net.Indyuce:MMOCore:1.7.0'
|
||||
compileOnly 'net.Indyuce:MMOItems:6.5.4'
|
||||
compileOnly 'net.Indyuce:MMOLib:1.7.3'
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
exclude group: 'com.mojang', module: 'authlib'
|
||||
exclude group: 'org.kitteh.pastegg'
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package com.willfp.ecoenchants.mmo.enchants.mana;
|
||||
|
||||
import com.willfp.eco.util.PlayerUtils;
|
||||
import com.willfp.ecoenchants.enchantments.EcoEnchants;
|
||||
import com.willfp.ecoenchants.enchantments.meta.EnchantmentType;
|
||||
import com.willfp.ecoenchants.mmo.integrations.mmo.MMOManager;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package com.willfp.ecoenchants.mmo.enchants.stamina;
|
||||
|
||||
import com.willfp.eco.util.PlayerUtils;
|
||||
import com.willfp.ecoenchants.enchantments.EcoEnchants;
|
||||
import com.willfp.ecoenchants.enchantments.meta.EnchantmentType;
|
||||
import com.willfp.ecoenchants.mmo.integrations.mmo.MMOManager;
|
||||
|
||||
@@ -17,7 +17,7 @@ include ':eco-extensions:biomes'
|
||||
include ':eco-extensions:effects'
|
||||
include ':eco-extensions:endershot'
|
||||
include ':eco-extensions:firewand'
|
||||
//include ':eco-extensions:mmo'
|
||||
include ':eco-extensions:mmo'
|
||||
include ':eco-extensions:precision'
|
||||
include ':eco-extensions:sprint-artifacts'
|
||||
include ':eco-extensions:summoning'
|
||||
|
||||
Reference in New Issue
Block a user