Commit graph

116 commits

Author SHA1 Message Date
Stephen Seo 61e0fb02e6 Updated for mcf 1.16.3-34.1.0 2020-11-12 17:10:01 +09:00
Stephen Seo 978713178d Fix download links in README.md 2020-06-22 17:05:44 +09:00
Stephen Seo 9d1b6d2682 Update download links in README.md 2020-06-22 17:04:55 +09:00
Stephen Seo ab44bc0c6c Update README.md 2019-11-29 19:50:28 +09:00
Stephen Seo af9101f235 Update LICENSE 2019-11-29 19:48:20 +09:00
Stephen Seo 6c12051f62 Update README.md 2019-11-29 19:48:03 +09:00
Stephen Seo a932abcee1 Update Changelog.md for 1.9 2019-11-29 19:38:38 +09:00
Stephen Seo 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
Stephen Seo 202f918f79 Remove use of synchronized since not using threads 2019-11-29 13:59:41 +09:00
Stephen Seo 532cb21731 Add support for battles in different dimensions 2019-11-29 13:47:39 +09:00
Stephen Seo 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
Stephen Seo 4ddd0312e4 Impl /tbm-edit , some fixes 2019-11-27 16:55:48 +09:00
Stephen Seo 9ccc692d2c Change namespace to com.burnedkirby.* 2019-11-25 15:29:25 +09:00
Stephen Seo 62df136fae Impl all commands but TBMEdit for 1.14 2019-11-25 15:15:17 +09:00
Stephen Seo 6c49470509 Fix TurnBasedMinecraft/common/Battle.java 2019-10-28 11:49:28 +09:00
Stephen Seo f4b1bc9487 Some work on BattleManager and BattleUpdater 2019-10-25 16:42:54 +09:00
Stephen Seo b48406299a Fix add/edit entity in config 2019-10-21 21:06:32 +09:00
Stephen Seo d2f668187e WIP porting to forge 1.14.4 2019-10-21 16:13:11 +09:00
Stephen Seo f05e5e6a07 Fix gradle wrapper 2018-11-29 14:03:54 +09:00
Stephen Seo d91aee31be
Update README.md 2018-11-08 10:57:18 +09:00
Stephen Seo 5a7e893e0e Add note about dependencies to mcmod.info 2018-10-30 15:54:04 +09:00
Stephen Seo 4acca35aa8 Update Changelog.md 2018-10-30 14:29:25 +09:00
Stephen Seo 55217d0924 Version 1.8
Updated Changelog.md, README.md, and versions.
2018-10-30 14:15:37 +09:00
Stephen Seo f32d872bbf Add mp3 support 2018-10-30 14:11:48 +09:00
Stephen Seo 3c6c22432e Minor improvements 2018-10-29 14:46:45 +09:00
Stephen Seo 5dd62cc2bf Use Random instead of math.random()
Also moved rest of probability logic out of addScheduledTask().
2018-10-27 17:34:02 +09:00
Stephen Seo 83711ed7e3 Move probability logic to BattleUpdate thread 2018-10-27 16:53:04 +09:00
Stephen Seo 044ee7d860 Minor change to debug log notes 2018-10-27 16:35:29 +09:00
Stephen Seo 1f4d107870 Minor improvements/fixes 2018-10-27 16:26:39 +09:00
Stephen Seo ded3584390 Update to forge version "1.12.2-14.23.5.2768" 2018-10-27 16:10:19 +09:00
Stephen Seo 10604a3382
Update Changelog.md 2018-10-26 21:11:14 +09:00
Stephen Seo 6b4d2a8e7a
Update README.md 2018-10-26 20:59:06 +09:00
Stephen Seo 403f4ce971 Add a fix to the Changelog 2018-10-26 18:11:35 +09:00
Stephen Seo fc9eaa0779 Minor fixes, improvements 2018-10-26 18:10:09 +09:00
Stephen Seo a0795677c4
Update README.md 2018-10-26 15:05:12 +09:00
Stephen Seo 39257cee55 Minor fixes 2018-10-26 14:18:48 +09:00
Stephen Seo 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
Stephen Seo d17aee5994
Update README.md 2018-10-25 17:53:46 +09:00
Stephen Seo 96eec6c48d
Update README.md 2018-10-25 16:21:39 +09:00
Stephen Seo 546cda5e11 Update README.md 2018-10-25 14:56:36 +09:00
Stephen Seo 9e15f845c5 Add command "/tbm-edit"
Can now add/edit entity entries in config. Now possible to add entries
for unknown mobs in-game.
2018-10-25 14:31:27 +09:00
Stephen Seo 05b3dc90b0 Use .toml instead of .xml for config 2018-10-25 14:31:06 +09:00
Stephen Seo faf7a02619 Fix bug where player can enter battle with self 2018-10-20 20:06:32 +09:00
Stephen Seo 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
Stephen Seo 54207c6e80 Version 1.4 2018-10-18 16:28:47 +09:00
Stephen Seo d67fef2842 Fixes, add maximum-distance to aggro-start-battle
Ugly fix for still not found freeze bug in BattleUpdater.
Added maximum-distance for monsters initiating battle when targeting a
player or entity in battle.
Updated config version to 6.
2018-10-18 16:26:09 +09:00
Stephen Seo 00961768b3 Fixes
Acutally fix duplicate ".. entered battle" message bug.
Fix potential crash bug.
2018-10-18 14:47:40 +09:00
Stephen Seo 967fed3164 Fix duplicate "... entered battle" messages 2018-10-18 13:43:26 +09:00
Stephen Seo 0a26eee53a Fixes and Refactorings, no major changes 2018-10-18 13:34:57 +09:00
Stephen Seo 3596bfd2ca Update Changelog.md 2018-10-17 18:30:44 +09:00