Amulet-map-editor

Latest version: v0.10.39

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 40

0.10.2b2

What's Changed
* Integrated a new version of the LevelDB library. https://github.com/Amulet-Team/Amulet-Core/pull/224
* Implement Latin American Spanish as a language by MrFellox in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/789
* Update ru.lang by kolan2222 in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/795

New Contributors
* MrFellox made their first contribution in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/789
* kolan2222 made their first contribution in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/795

**Full Changelog**: https://github.com/Amulet-Team/Amulet-Map-Editor/compare/0.10.2b0...0.10.2b2

0.10.2b1

What's Changed
* Integrated a new version of the LevelDB library. https://github.com/Amulet-Team/Amulet-Core/pull/224
* Implement Latin American Spanish as a language by MrFellox in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/789
* Update ru.lang by kolan2222 in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/795

New Contributors
* MrFellox made their first contribution in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/789
* kolan2222 made their first contribution in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/795

**Full Changelog**: https://github.com/Amulet-Team/Amulet-Map-Editor/compare/0.10.2b0...0.10.2b1

0.10.2b0

What's Changed
* Added unix openmp flag by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/803
* Fixed block rotation method with extra blocks by gentlegiantJGC in https://github.com/gentlegiantJGC/PyMCTranslate/pull/32
* Fixed some bedrock blocks Amulet-Team/Amulet-Map-Editor788
* Partially fixed some block entities. Amulet-Team/Amulet-Map-Editor743
* Fixed sculk veins and glow lichen Amulet-Team/Amulet-Map-Editor791


**Full Changelog**: https://github.com/Amulet-Team/Amulet-Map-Editor/compare/0.10.1...0.10.2b0

0.10.1

* Fixes a chunk corruption in Java Edition worlds
* Fixes a TypeError on MacOS

**Full Changelog**: https://github.com/Amulet-Team/Amulet-Map-Editor/compare/0.10.0...0.10.1

0.10.0

0.10 is mostly a quality of life update but it does have some new things.

Additions
* Added language selection by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/639
* Added a new and improved NBT library https://github.com/Amulet-Team/Amulet-Map-Editor/pull/760
* Added a UI element to view and set the camera speed by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/646
* Added a button to open the operation folder by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/633
* Added a dialog to welcome and warn new users by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/660
* Added a bug tracker button to the main menu by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/659
* Added MIT licences to the lang files by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/667
* Added MIT licences to operations by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/668


UI Improvements and Fixes
* Solved some of the scaling issues by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/640
* Improved threading by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/571
* Paste latest when opening paste tool by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/634
* Improve UI framework by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/625
* Added validators to the numerical inputs by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/635
* Refactored Select Tool by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/656
* Made the traceback dialog scroll if the text is too long by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/677
* Added new UI button option with examples. by StealthyExpertX in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/735
* Updated save_picker & open_picker with new options by StealthyExpertX in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/727
* Updated _create_directory_picker with new option by StealthyExpertX in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/729
* Moved operation running to a thread by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/637
* Fixed the goto file panel button being all zeros by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/690


OpenGL Fixes
* Improved the OpenGL handling by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/678
* Fixed glGenTextures error by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/689


Packaging
* Improved packaging system by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/714
* Cleaned up the pyinstaller spec file by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/731
* Fix packaging by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/745
* Implemented console scripts by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/673


Fixes
* Fixed errors due to the camera being too far from the origin by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/632
* Added numpy.import_array() by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/638
* Fixed ValueError: max() arg is an empty sequence by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/662
* Fix wx threading error by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/749
* Improved logging by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/647
* Refactored __main__ and improved logging by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/761
* Fixed wx name error by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/765


Amulet-Core
* Fixed biome bug by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Core/pull/216
* Fix Bedrock chunk loading bug by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Core/pull/218
* Rewritten the Java region class by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Core/pull/186
* Replaced global cache db with a per level db by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Core/pull/217
* Fixed milisecond bug by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Core/pull/211
* Fix chunk reject bug in Java 1.13.2 by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Core/pull/212
* Handle some actors not having internalComponents by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Core/pull/213


Amulet-NBT
Changelog for the NBT library can be found here https://gist.github.com/gentlegiantJGC/ebfc88ed243af89309ef6bcb6ec835bb
* Fixed incorrect return type by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/38
* Fixed nbt error by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Core/pull/214
* Fixed scientific parsing in SNBT by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/39


**Full Changelog**: https://github.com/Amulet-Team/Amulet-Map-Editor/compare/0.9.3...0.10.0

0.10.0b4

What's Changed
* Reverted wxpython version
* Fixed wx name error by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Map-Editor/pull/765
* Fixed nbt error by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Core/pull/214
* Fixed biome bug by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Core/pull/216
* Fix Bedrock chunk loading bug by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Core/pull/218
* Rewritten the Java region class by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Core/pull/186
* Replaced global cache db with a per level db by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-Core/pull/217
* Fixed scientific parsing in SNBT by gentlegiantJGC in https://github.com/Amulet-Team/Amulet-NBT/pull/39

**Full Changelog**: https://github.com/Amulet-Team/Amulet-Map-Editor/compare/0.10.0b3...0.10.0b4

Page 11 of 40

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.