Commit graph

326 commits

Author SHA1 Message Date
57486b8d90 Fix typo in README.md 2024-11-05 20:29:34 +09:00
9cbfc9cb8a Update README.md 2024-11-05 18:08:11 +09:00
6e06fc1942 Update FAQ.md 2024-11-05 17:53:30 +09:00
8b8a9f890e Update update.json 2024-11-05 17:42:51 +09:00
8c3132e97d Update Reproducibility.md 2024-11-05 17:39:16 +09:00
009822531a Update Changelog
All checks were successful
Build TurnBasedMC and create Release / check-release-exists (push) Successful in 2s
Build TurnBasedMC and create Release / build-and-create-release (push) Successful in 1m31s
2024-11-05 17:22:04 +09:00
aee0f1b569 Update version to 1.26.5, NeoForge 21.1.74 2024-11-05 17:19:53 +09:00
a6b905c01f Change Config to add new entries in-place
Now, if changes are added to the default Config, they should be appended
to the existing config file instead of replacing it. All missing values
will be populated with defaults as well.
2024-11-05 17:19:53 +09:00
ee37b83769 Update ClientConfigGui to quit to "parentScreen" 2024-11-05 16:35:00 +09:00
6af44e07ca Add haste_speed and slow_speed to entity config 2024-11-01 15:36:42 +09:00
7e323e8dc4 Update Changelog.md 2024-11-01 15:15:55 +09:00
0ce44d79b5 Update update.json 2024-11-01 14:41:50 +09:00
4f9c96ce03 Update Reproducibility.md 2024-11-01 14:27:17 +09:00
fd89a9c3c2 Update README.md
All checks were successful
Build TurnBasedMC and create Release / check-release-exists (push) Successful in 1s
Build TurnBasedMC and create Release / build-and-create-release (push) Successful in 1m28s
2024-11-01 14:14:32 +09:00
171b912f1c Fix erronous double-line of code 2024-11-01 14:13:38 +09:00
01df575767 Update Changelog.md 2024-11-01 14:12:17 +09:00
dfe27109be Version NeoForge 1.26.4-MC-1.21.1 2024-11-01 13:26:24 +09:00
676955503c Allow Players to have "attack effect" 2024-11-01 13:16:00 +09:00
6625a495ca 2/2 Player-specific TBMM battle config
Add support for custom stats per-player by player username.
2024-11-01 13:15:39 +09:00
2c369a125a 1/2 Player-specific TBMM battle config
Add support for custom stats per-player by player username.
2024-11-01 13:15:24 +09:00
c58ca0fe37 Update to NeoForge 21.1.73 (MC 1.21.1) 2024-11-01 13:14:05 +09:00
58a9be3251 Update README.md 2024-10-29 17:59:22 +09:00
ea6451e558 Update Reproducibility.md 2024-10-25 16:14:35 +09:00
1c119aa5db Update update.json 2024-10-25 16:10:34 +09:00
d39a15a4e2 Update Changelog.md 2024-10-25 15:50:39 +09:00
0294198192 Update Changelog.md
All checks were successful
Build TurnBasedMC and create Release / check-release-exists (push) Successful in 1s
Build TurnBasedMC and create Release / build-and-create-release (push) Successful in 19s
2024-10-25 15:39:27 +09:00
aaefb62501 Bump version to 1.26.3-MC-1.21.1 2024-10-25 15:39:27 +09:00
367c407ec9 Minor tweak to "Ping" packet
This commit changes the "Ping" packet to not create a client-side Battle
instance if it does not exist when the packet is received.
2024-10-25 15:31:23 +09:00
d1962d0525 Update update.json 2024-10-25 14:24:03 +09:00
6628079b8d Update Changelog.md 2024-10-25 14:23:17 +09:00
99d8798bc2 Update README.md 2024-10-25 14:23:05 +09:00
e272e2d83a Update Reproducibility.md 2024-10-25 14:10:43 +09:00
5914cad3fe Update Changelog.md, TBMM 1.26.2
All checks were successful
Build TurnBasedMC and create Release / check-release-exists (push) Successful in 1s
Build TurnBasedMC and create Release / build-and-create-release (push) Successful in 25s
2024-10-25 14:02:40 +09:00
c40c7ab570 Bump version to 1.26.2 2024-10-24 20:20:44 +09:00
ea4920a1b5 Update Changelog.md 2024-10-24 20:19:25 +09:00
16346da98c Show entities next to attack buttons in BattleGUI 2024-10-24 20:15:30 +09:00
d874acb2ce Update Reproducibility.md 2024-10-23 17:01:58 +09:00
4a0ab20f26 Update update.json 2024-10-23 16:56:28 +09:00
e9a89e85f7 Update Changelog.md
All checks were successful
Build TurnBasedMC and create Release / check-release-exists (push) Successful in 3s
Build TurnBasedMC and create Release / build-and-create-release (push) Successful in 1m42s
2024-10-23 16:36:23 +09:00
7c321a7827 Add updateJSONURL to mods.toml file 2024-10-23 16:26:15 +09:00
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