Commit graph

300 commits

Author SHA1 Message Date
861574992d Update version to 1.26.5, Forge 52.0.26 (MC1.21.1) 2024-11-05 17:17:22 +09:00
9eac13c79f 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:17:22 +09:00
4c3739a111 Add haste_speed and slow_speed to entity config 2024-11-01 15:36:23 +09:00
0222cef6f7 Update Changelog.md 2024-11-01 15:15:37 +09:00
7d94919286 Update update.json 2024-11-01 14:42:51 +09:00
5612dde11a Update Reproducibility.md 2024-11-01 14:27:33 +09:00
a9df1e3c4d Update Changelog.md
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 53s
2024-11-01 14:12:26 +09:00
be78ddc1b6 Version Forge 1.26.4 (MC 1.21.1) 2024-11-01 14:07:07 +09:00
42c69e8983 Allow Players to have "attack effect" 2024-11-01 14:07:07 +09:00
2572190b07 2/2 Player-specific TBMM battle config
Add support for custom stats per-player by player username.
2024-11-01 14:07:07 +09:00
2d52e898f4 1/2 Player-specific TBMM battle config
Add support for custom stats per-player by player username.
2024-11-01 14:07:07 +09:00
b13695d096 Update to Forge 52.0.24 (MC 1.21.1) 2024-11-01 13:31:32 +09:00
95333b799a Update README.md 2024-10-29 19:18:33 +09:00
ce72e80cb8 Update README.md 2024-10-29 17:59:33 +09:00
00f13aba72 Update Reproducibility.md 2024-10-25 16:14:41 +09:00
3749aa9308 Update update.json 2024-10-25 16:11:20 +09:00
48983caf2c 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 18s
2024-10-25 15:48:57 +09:00
f50f412fd4 Bump version to 1.26.3 2024-10-25 15:48:26 +09:00
fde09d116d Change "Ping" packet behavior
Changed "Ping" packet to not create client-local Battle instance when
received, but rather only act if client-local Battle instance exists.

This change was also made on the neoforge branches.
2024-10-25 15:46:56 +09:00
4c0872b7ad Update Changelog.md 2024-10-25 15:37:20 +09:00
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
4ff1bafd91 Update Reproducibility.md 2024-10-25 14:11:02 +09:00
f5af4c9bdf Update Changelog.md, TBMM 1.26.2
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 23s
2024-10-25 14:02:33 +09:00
36b6673d69 Bump version to 1.26.2 2024-10-24 20:21:37 +09:00
991406b45b Update Changelog.md 2024-10-24 20:19:35 +09:00
06ff3fb5ae Show entities next to attack buttons in BattleGUI 2024-10-24 20:18:53 +09:00
ff6b4747ac Update Reproducibility.md 2024-10-23 17:01:36 +09:00
4c969a4654 Update update.json 2024-10-23 16:56:04 +09:00
ecf981fb0c 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 50s
2024-10-23 16:35:30 +09:00
cf8df83b49 Add updateJSONURL to mods.toml file 2024-10-23 16:27:31 +09:00
1b585b4377 Update Changelog.md 2024-10-23 16:23:05 +09:00
b676a00c1c 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:05 +09:00
252b3a5272 Store remaining turn seconds in PacketBattlePing 2024-10-23 16:23:05 +09:00
8e469f1a8a 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:05 +09:00
02f7b179a5 Update Changelog.md 2024-10-23 16:23:05 +09:00
c65f9bde1c Update Changelog.md 2024-10-23 16:23:05 +09:00
504329fa88 Allow leaving battle gui temporarily, refactorings 2024-10-23 16:23:05 +09:00
8e646cb814 Version bump, 1.26.1, Forge 52.0.22 2024-10-23 16:23:05 +09:00
e6501e4fe3 Minor refactoring/fixes 2024-10-23 16:23:05 +09:00
4652ecf20e Add update.json (forge) 2024-10-23 16:22:49 +09:00
d5308986e9 Fix action/workflow: link to Changelog for Forge 2024-10-15 16:03:12 +09:00
7347437567 Update README.md 2024-10-15 15:50:53 +09:00
046e6c92bf Update FAQ.md 2024-10-15 15:21:18 +09:00
f5cc024f2e Update README.md 2024-10-15 15:10:03 +09:00
7d8c63ea4d Update Reproducibility.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 17s
2024-10-15 14:59:53 +09:00
cebc42ff37 Minor tweak to action/workflow (forgejo instance)
All checks were successful
Build TurnBasedMC and create Release / check-release-exists (push) Successful in 0s
Build TurnBasedMC and create Release / build-and-create-release (push) Successful in 4m27s
2024-10-15 14:47:08 +09:00
d006474932 Version Forge-1.26.0 2024-10-15 14:46:19 +09:00
1d12e8c3a7 Forge 52.0.21 (Minecraft 1.21.1)
Features should be almost the same as the NeoForge branch.
2024-10-15 14:41:07 +09:00