v1.41.0 Changelog
Updated the add-on to 1.21.120!
Changes ​
- The
loot_tables/maps/andexdb/randommaploot table now only gives map types that are actually supported by the game. - The
loot_tables/maps/andexdb/endcitynow has a default name of§r§fEnd City Explorer Mapinstead of just being calledMap 0. - The following loot tables no longer have custom names and instead use their vanilla names:
loot_tables/maps/andexdb/jungle_templateloot_tables/maps/andexdb/swamp_hutloot_tables/maps/andexdb/trial_chambersloot_tables/maps/andexdb/village_desertloot_tables/maps/andexdb/village_plainsloot_tables/maps/andexdb/village_savannaloot_tables/maps/andexdb/village_snowyloot_tables/maps/andexdb/village_taiga
- Updated the recipes for the Enchantment Transfer Smithing Template (this should fix a few content log errors and allow enchanting newer items).
Fixes ​
- Fixed a content log error relating to there being a comment in an
.mcfunctionfile which was not allowed. - Fixed a bug where the Manage Server Shops menu had incorrect button mappings, resulting in different buttons than the one you clicked being pressed or errors.
Technical Additions ​
API ​
- The following modules will now be automatically imported into the
modulesnamespace if they are added into themanifest.json:@minecraft/server-net@minecraft/server-editor- The following modules will also be imported if
@minecraft/server-editoris added to themanifest.json:@minecraft/server-editor-bindings@minecraft/server-editor-private-bindings
- The following modules will also be imported if
@minecraft/debug-utilities@minecraft/diagnostics
Debugging ​
- The startup time console log now also includes the total startup time (pre-startup time + startup time), pre-startup time, and exiting early-execution delay, instead of just the startup time.
Technical Changes ​
- Updated the
@minecraft/vanilla-datamodule fromv1.21.110tov1.21.120.
Technical Fixes ​
API ​
- Fixed a bug where the
twoWayModulofunction would return the modulus instead of 0 when the number was negative and a multiple of the modulus.
