Skip to content

This mod adds a new anvil to the game that remove some enchantment restrictions but is still not overpowered

License

Notifications You must be signed in to change notification settings

MC-U-Team/Enhanced-Anvil

Repository files navigation

Enhanced-Anvil

Curseforge Downloads Curseforge Versions Discord

This mod adds a new anvil to the game that remove some enchantment restrictions but is still not overpowered.

How to build this mod

Setup Eclipse

  • ./gradlew genEclipseRuns eclipse
  • Import project as existing workspace

Setup IntelliJ IDEA

  • ./gradlew genIntellijRuns
  • Import as gradle project

Build

  • ./gradlew build

How to include this mod

  • Repository: repo.u-team.info
  • Artifact: info.u-team:enhanced_anvil-${config.forge.mcversion}:${config.enhancedanvil.version}
  • {config.forge.mcversion} is the minecraft version.
  • {config.enhancedanvil.version} is the enhancedanvil version.

Using in Forge Gradle 3:

repositories {
    maven { url = "https://repo.u-team.info" }
}

dependencies {
  compileOnly fg.deobf("info.u-team:enhanced_anvil-${config.forge.mcversion}:${config.enhancedanvil.version}")
}

License

  • This mod is licensed under apache 2 license. For more information see here.
  • This mod can be packed in any curseforge modpack you like.

Issues

  • Please report issues to the github issues.
  • Include your minecraft version, forge version and mod version.
  • Upload your log on gist or pastebin and include link in your report.

About

This mod adds a new anvil to the game that remove some enchantment restrictions but is still not overpowered

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages