Updated mmo extension to 4.0.1

This commit is contained in:
Auxilor
2021-02-16 20:40:29 +00:00
parent bcb774bfd3
commit d273a87870
4 changed files with 7 additions and 4 deletions

View File

@@ -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 {

View File

@@ -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;

View File

@@ -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;

View File

@@ -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'