Skip to content

Commit

Permalink
Update README and drop modrinth debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eth0net committed Jul 26, 2022
1 parent 266e7ac commit aee184b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Enchant Menu adds a simple menu for modifying item enchantments.

[![Download on Modrinth](https://github.com/modrinth/art/raw/main/Branding/Badge/badge-dark__184x72.png)](https://modrinth.com/mod/enchant-menu)
[<img alt="Download on Modrinth" height="72" src="https://github.com/modrinth/art/raw/main/Branding/Badge/badge-dark.svg"/>](https://modrinth.com/mod/enchant-menu)
[<img alt="Requires Fabric API" height="72" src="https://i.imgur.com/bTus4wH.png"/>](https://modrinth.com/mod/fabric-api)
[<img alt="Requires Fabric Kotlin" height="72" src="https://i.imgur.com/c1DH9VL.png"/>](https://modrinth.com/mod/fabric-language-kotlin)

## Current Features
- Select enchantments from the list of possible enchantments
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ tasks {
required.version(fabricVersionId)
required.version(fabricKotlinVersionId)
}
debugMode.set(true)
// syncBodyFrom.set(rootProject.file("README.md").toString())
}
}
2 changes: 1 addition & 1 deletion changelogs/1.1.0-beta+fabric-1.19.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Limit breaks enabled!
- Incompatible, level, and treasure limit breaks
- New disabled and empty enchantment row textures

**Full Changelog**: https://github.com/eth0net/enchant-menu/commits/v1.1.0-alpha+fabric-1.19
**Full Changelog**: https://github.com/eth0net/enchant-menu/commits/v1.1.0-beta+fabric-1.19

0 comments on commit aee184b

Please sign in to comment.