
ChaoticKarma
Adds a karma system which causes random events.
Обновлён 28 октября 2023 г. · опубликован 28 октября 2023 г.
ChaoticKarma adds a karma system to the game. Karma causes randomly occurring events, positive or negative depending on the karma that the player has. It also gives the player perks, which bring negative effects for positive karma, and positive effects for negative karma. Currently its feature set is limited, but suggestions are greatly appreciated, especially on the issue tracker.
It features a rich API for pretty much anything anyone would ever want to do. If there are more interfaces needed, please suggest them on the issue tracker.
See the wiki for detailed and better information.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 3.0.1 | Релиз | 1.9.4, 1.10, 1.10.1, 1.10.2 | forge | 28 октября 2023 г. | .jar (41 КБ) |
| 3.0.0 | Релиз | 1.9.1, 1.9.2, 1.9.3, 1.9.4 | forge | 28 октября 2023 г. | .jar (41 КБ) |
| 2.0.0 | Релиз | 1.8.9 | forge | 28 октября 2023 г. | .jar (38 КБ) |
| 1.0.2 | Релиз | 1.7.10 | forge | 28 октября 2023 г. | .jar (38 КБ) |
| 1.0.1 | Релиз | 1.7.10 | forge | 28 октября 2023 г. | .jar (37 КБ) |
| 1.0.0 | Релиз | 1.7.10 | forge | 28 октября 2023 г. | .jar (37 КБ) |
Ченджлог
3.0.1Релиз1.10, 1.10.1, 1.10.2 · 28 октября 2023 г.
Released on July 27, 2016.
- Support Minecraft 1.10.
3.0.0Релиз1.9.2, 1.9.3, 1.9.4 · 28 октября 2023 г.
Released on June 30, 2016.
- Update to Minecraft 1.9.
- NEW: Mob Ignorance level 4 ignores Shulkers.
- FIX: Semi-proper tame item checking to gain karma from taming. This works for wolves and ocelots, but otherwise just checks the breeding item.
- API: KarmaEvent, KarmaEventNegative, and KarmaEventPositive are now all abstract classes. Default implementation for playerHasEnoughKarma was removed from KarmaEvent, but it is still present in KarmaEventNegative and KarmaEventPositive, so you probably don't need to worry about that. Default doEvent implementations were removed, which means all KarmaEventNegative/KarmaEventPositive subclasses must implement it.
- API: KarmaPerk is now abstract. Default implementations for hasPerk, applyPerk, and removePerk were removed, but they do still exist in KarmaPerkNegative/KarmaPerkPositive.
- API: Event spawner checks playerHasEnoughKarma before calling doEvent, so you don't need to check that yourself.
- API: KarmaEvent and KarmaPerk now provide you with an instance of Random in your custom event and perk classes.
- API: KarmaUpdateEvent follows the new style of making all fields private and making proper getters (and setters when applicable).
2.0.0Релиз1.8.9 · 28 октября 2023 г.
Released on April 18, 2016.
- Update to Minecraft 1.8.9
- NEW: Mob Ignorance level 2 ignores Endermites.
- NEW: Mob Ignorance level 4 ignores Guardians.
- NEW: Nether fortress loot is included in the list of possible chest types for the Spawn Chest event.
- TWEAK: Improve Spawn Chest inventory content generation by using the methods already present in Minecraft. Chests will spawn with actual loot more frequently, and will often have more than a single item.
- INFO: Require Java 7
- INFO: Now licensed under the MIT License.
1.0.2Релиз1.7.10 · 28 октября 2023 г.
Released on April 17, 2016.
This is the final bug fix version for Minecraft 1.7.10.
- FIX: Commands now apply for the provided user instead of the command sender.
- FIX: KarmaPerkNegative and KarmaPerkPositive properly implement hasPerk. Whether this actually fixes any bug is unconfirmed, as the issue was seen while testing for a potential 1.8 port.
- FIX: Commands properly throw command exceptions, so "Player not found" messages will be showed, like with /give.
- FIX: Small fireballs and large fireballs are now in the mob registry, in order to actually prevent blaze and ghast attacks from hurting the player.
- FIX: KarmaUpdateEvent is posted when the player joins the world, in order to prevent issues with perks not being given to the player when they rejoin a world.
1.0.1Релиз1.7.10 · 28 октября 2023 г.
Released on December 22, 2015.
- FIX: Fix the IllegalArgumentException caused by checking if the wrong variable is greater than 0 (#4).
1.0.0Релиз1.7.10 · 28 октября 2023 г.
Released on December 16, 2015.
- Initial release.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…