Compare commits

...

3 commits

Author SHA1 Message Date
c1109245e4 Update update.json 2024-10-25 14:25:04 +09:00
780f2e89ad Update Changelog.md 2024-10-25 14:22:48 +09:00
150c869dfb Update README.md 2024-10-25 14:22:38 +09:00
3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Upcoming changes
## Version Forge-1.26.2
# Version Forge-1.26.2
Show battling Entities next to their attack button in the BattleGUI.

View file

@ -19,7 +19,7 @@ The `neoforge` branch tracks the version of the mod for Minecraft NeoForge.
# What changed in what version
See the [Changelog](https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/master/Changelog.md)
See the [Changelog](https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/forge/Changelog.md)
# Things you may need to know about this mod

View file

@ -1,11 +1,12 @@
{
"homepage": "https://github.com/Stephen-Seo/TurnBasedMinecraftMod",
"1.21.1": {
"1.26.2": "Display Entities on attack menu in BattleGUI.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/forge/Changelog.md",
"1.26.1": "Ported to Forge 52.0.22, leave BattleGUI with Escape Key, MC music paused in battle properly.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/forge/Changelog.md",
"1.26.0": "Ported to Forge 52.0.21, client config.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/forge/Changelog.md"
},
"promos": {
"1.21.1-latest": "1.26.1",
"1.21.1-recommended": "1.26.1"
"1.21.1-latest": "1.26.2",
"1.21.1-recommended": "1.26.2"
}
}