Skip to content

Commit

Permalink
Merge branch '1.20.6' into 1.21
Browse files Browse the repository at this point in the history
* 1.20.6:
  fixes
  Fixes
  • Loading branch information
Faboslav committed Jul 12, 2024
2 parents 65a89f5 + 3161103 commit b542bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Please feel free to [report crash/bug, share your ideas or give some feedback].
- [Modrinth (Fabric)]
- [CurseForge (Forge)]
- [Modrinth (Forge)]
- [CurseForge (Quilt)]
- [Modrinth (Quilt)]
- [Discord]

## Support
Expand Down Expand Up @@ -47,10 +45,6 @@ mod, incorporate snippets into your own.

[Modrinth (Forge)]: https://modrinth.com/mod/friends-and-foes-beekeeper-hut-forge

[CurseForge (Quilt)]: https://www.curseforge.com/minecraft/mc-mods/friends-and-foes-beekeeper-hut-quilt

[Modrinth (Quilt)]: https://modrinth.com/mod/friends-and-foes-beekeeper-hut-quilt

[Discord]: https://discord.com/invite/QGwFvvMQCn

[Patreon]: https://www.patreon.com/Faboslav
Expand Down
6 changes: 3 additions & 3 deletions neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ logoBlur = false

[[dependencies.${ modId }]]
modId = "minecraft"
required = true
versionRange = "[${minecraftVersion},)"
mandatory = true
versionRange = "[${minMinecraftVersion},)"

[[dependencies.${ modId }]]
modId = "friendsandfoes"
required = true
mandatory = true
versionRange = "[${friendsAndFoesVersion},)"

0 comments on commit b542bfa

Please sign in to comment.