Compare commits

..

12 commits

Author SHA1 Message Date
cb27ae0f98 Update Changelog.md 2024-10-23 16:23:10 +09:00
7a5c9506c9 Pause MCMusic when "Ping" packet is received
This prevents Minecraft's music from playing at the same time as
user-provided battle/silly music.
2024-10-23 16:23:10 +09:00
aac81f20bc Minor refactoring/fix 2024-10-23 16:23:10 +09:00
4e38f4a89a Store remaining turn seconds in PacketBattlePing 2024-10-23 16:23:10 +09:00
cd6106a19c Use "PacketBattlePing" for "pings"
More efficient than using "PacketBattleInfo" every 4 seconds which is
heftier than a single battleID.

Currently "PacketBattlePing" is used to cause the client to show the
BattleGUI if it is not open.
2024-10-23 16:23:10 +09:00
cabc9766aa Update Changelog.md 2024-10-23 16:23:10 +09:00
45d115510d Update Changelog.md 2024-10-23 16:23:10 +09:00
c5006f4c38 Allow leaving battle gui temporarily, refactorings 2024-10-23 16:23:10 +09:00
c553e24ad6 Update Changelog.md 2024-10-23 16:23:10 +09:00
52458bbfc5 Version bump, 1.26.1 of mod, 21.1.72 neoforge 2024-10-23 16:23:10 +09:00
934fc3842b Minor refactoring/fixes 2024-10-23 16:23:10 +09:00
89f19f3218 Add update.json (neoforge) 2024-10-23 16:20:58 +09:00

10
update.json Normal file
View file

@ -0,0 +1,10 @@
{
"homepage": "https://github.com/Stephen-Seo/TurnBasedMinecraftMod",
"1.21.1": {
"1.26.0": "Ported to NeoForge 21.1.69, client config.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/neoforge/Changelog.md"
},
"promos": {
"1.21.1-latest": "1.26.0",
"1.21.1-recommended": "1.26.0"
}
}