Commit graph

25 commits

Author SHA1 Message Date
befc7cf611 Add config option for creeper turn explosion 2020-11-18 16:16:18 +09:00
f5f7ce52cc Impl turn-based battle for Creepers 2020-11-18 15:52:54 +09:00
c4811e2271 Disable midi playback
Controlling midi volume with only Java library stuff doesn't appear to
work, so it has been disabled for now.
2020-11-14 15:10:14 +09:00
a14c2c7cc9 Fix potential server crash bug 2020-11-13 11:41:36 +09:00
c7aefaa7c2 Fixes
Fixed text display in BattleGUI not displaying properly.
Updated TBM_Config.toml with new vanilla mobs.
Fixed parsing of version of TBM_Config.toml.
2020-11-13 11:27:57 +09:00
61e0fb02e6 Updated for mcf 1.16.3-34.1.0 2020-11-12 17:10:01 +09:00
cb328f3dbb Many fixes
Switch back to using shadowjar for dependencies.
Fix saving new entity entries in config.
Fix possible BattleMusic failures.
Fix getEntity method not being side-aware.
2019-11-29 18:52:28 +09:00
ac2a012bd3 Fixes, mod now works (still WIP)
TODO: Battles currently don't work in dimensions other than the
overworld.
2019-11-28 16:32:34 +09:00
9ccc692d2c Change namespace to com.burnedkirby.* 2019-11-25 15:29:25 +09:00
d2f668187e WIP porting to forge 1.14.4 2019-10-21 16:13:11 +09:00
55217d0924 Version 1.8
Updated Changelog.md, README.md, and versions.
2018-10-30 14:15:37 +09:00
f32d872bbf Add mp3 support 2018-10-30 14:11:48 +09:00
ded3584390 Update to forge version "1.12.2-14.23.5.2768" 2018-10-27 16:10:19 +09:00
aa229036ad Version 1.7
Can now add/edit "custom-name" entries to the config via
"/tbm-edit custom". These entries only apply to mobs with a matching
custom name.
2018-10-26 13:36:35 +09:00
05b3dc90b0 Use .toml instead of .xml for config 2018-10-25 14:31:06 +09:00
bd7d7e16f3 Version 1.5, minor fixes
Food and potion consumption in battle is now handled more properly.
2018-10-19 17:18:02 +09:00
54207c6e80 Version 1.4 2018-10-18 16:28:47 +09:00
115fa02753 Version 1.3, Fixes, improvements
Changed turn-based-battle start behavior to also start when a hostile
mob targets a player or entity in battle.
Added config option to revert to old-style battle starting behavior.
(Since config version updated, older config will be moved and the new
config will take its place.)
Changed mob attack target in Battle to whatever they were targeting (via
a call to "getAttackTarget()").
2018-10-17 17:15:23 +09:00
cbe2476990 Fixes, added commands, version to 1.2
Fixed /tbm-enable and /tbm-disable not working in singleplayer.
Added /tbm-enable-all and /tbm-disable-all to enable/disable for all
players.
2018-10-17 12:19:16 +09:00
761ab5a5f0 Add commands/config to disable turnbased on demand 2018-10-16 14:42:24 +09:00
8731ce6a4d Set version to 1.0 2018-09-28 19:29:57 +09:00
05edd8630d prerelease version 0.3 2018-09-21 16:11:59 +09:00
c237a434f5 Prerelease Version 0.2 2018-09-14 14:15:07 +09:00
9d5e830d3c Prerelease version 0.1 2018-09-13 13:07:49 +09:00
721af3f1d0 Init commit with skeleton project of rewrite 2018-08-28 11:26:34 +09:00