Skip to content

Releases: BTW-Community/BTW-Addon-Extended

Extended Addon API 1.1.4

16 May 23:22
Compare
Choose a tag to compare
  • Fixed an issue where curing zombie villagers always produced peasants.

Extended Addon API 1.1.3

15 May 04:11
Compare
Choose a tag to compare
  • Fixed a BTW issue which could cause a crash when trying to remove crucible or cauldron recipes with different numbers of input ingredients vs output ingredients.

Extended Addon API 1.1.2

15 May 01:08
Compare
Choose a tag to compare
  • Fixed an issue where the client would crash when an entity spawned on a server with an id above 255. Notably, this fixes an issue in multiplayer where clients would be kicked and unable to rejoin when curing villagers.

Extended Addon API 1.1.1

12 May 02:48
Compare
Choose a tag to compare
  • Fixed an issue where opening a world from before API 1.1.0 would delete villagers.
  • Fixed an issue where curing or attacking villagers would cause the game to crash.
  • Fixed an issue where villager spawn eggs did not have names.
  • Fixed an issue where maps would cause severe performance issues.
  • Fixed an issue where spawning an item entity would log errors to the console. These errors never caused real issues and were simply a result of running code on both the client and server when it should've only been run on the server.

Extended Addon API 1.1.0

04 Apr 03:45
d3bccf2
Compare
Choose a tag to compare
  • Removed spaces from filename to assist users on linux.
  • Added some hooks for my upcoming automation addon.
  • Added hooks to spawn custom item entities per item.
  • Added hooks to allow more specific customization of map colors, including per metadata.
  • Refactored how villagers work to allow for addons to add new professions. Further work here will be done to allow for modifying existing professions without modifying base classes.
  • Changed item replacement slightly to fix conflict warnings.
  • Changed item and block replacement to have more detailed error messages.