Package Details: amulet-map-editor 0.10.44-1

Git Clone URL: https://aur.archlinux.org/amulet-map-editor.git (read-only, click to copy)
Package Base: amulet-map-editor
Description: The new age Minecraft world editor and converter that supports every version since Java 1.12 and Bedrock 1.7
Upstream URL: https://www.amuletmc.com/
Keywords: amulet editor map minecraft
Licenses: MIT, LicenseRef-None
Submitter: tamamizu
Maintainer: Kimiblock (lilac)
Last Packager: lilac
Votes: 9
Popularity: 0.62
First Submitted: 2023-03-25 15:26 (UTC)
Last Updated: 2025-07-01 12:21 (UTC)

Latest Comments

1 2 Next › Last »

Kimiblock commented on 2025-06-24 10:00 (UTC)

The transition is done. Now it should build in a clean chroot environment along with almost all dependencies.

Also there will be auto updates done by bot.

Kimiblock commented on 2025-06-21 03:48 (UTC)

Note: I'm in the process of pushing Amulet Map Editor and its dependencies into the archlinuxcn repository. Users who do not wish to compile can get prebuilt packages there, and for these AUR packages there will be faster version bumps and get automatic pkgrel bump on python update.

This process will take several days and updates to this package will be temporarily paused.

Kimiblock commented on 2025-06-20 15:20 (UTC) (edited on 2025-06-20 15:21 (UTC) by Kimiblock)

@gwuensch Ah, yes. I forgot to do that. Will land in next version. After I push amulet and it's dependencies into [archlinuxcn] so they get automatic updates.

gwuensch commented on 2025-06-20 12:19 (UTC)

@Kimiblock Sorry for the late response, didn't see the notification ... but yes, exactly, that's what I had in mind and is working for me. Thanks :)

You can also remove the amulet_map_editor_no_console script from the package (or patch it out directly in the setup.cfg) for the reasons I already explained, but I'll leave that up to your discretion. Doesn't hurt anyone after all.

Kimiblock commented on 2025-06-17 13:12 (UTC)

@gwuensch Hi, thanks for your advice! Could you please try the latest commit? I've not yet bumped pkgrel for now.

gwuensch commented on 2025-06-17 11:41 (UTC)

Hi, thanks for maintaining this package!

Would you mind updating the desktop entry to launch the wrapper script provided with the wheel (Exec=amulet_map_editor) instead of directly calling python? This will automatically set the WMClass to 'amulet_map_editor'. If you could also add the line StartupWMClass=amulet_map_editor to the file, window managers will then be able to track the app's windows and, among other things, show the correct icon and name in the dock.

On another note, the wheel currently provides two identical wrapper scripts (console_scripts and gui_scripts respectively), with there only being a difference on Windows systems. So you can safely remove usr/bin/amulet_map_editor_no_console from the package.

mjevans commented on 2025-02-24 20:47 (UTC)

yay -S python-amulet-nbt --mflags "--nocheck"

python-amulet-nbt-2.1.3-3 won't build without the --nocheck makepkg flag

As mrhooman noted the poor code is in the (now stale, but last stable release) 2.1.3 test cases, while upstream is working on the 4.0 branch.

mrhooman commented on 2024-12-17 15:29 (UTC) (edited on 2024-12-17 15:31 (UTC) by mrhooman)

I think you are right. the error it gave when compiling was this.

`
ERROR: test_equal (tags.test_named_tag.NBTTests.test_equal) (cls1=<class 'amulet_nbt._array.ByteArrayTag'>, cls2=<class 'amulet_nbt._float.DoubleTag'>)

Traceback (most recent call last): File "/home/mrhooman/.cache/yay/python-amulet-nbt/src/Amulet-NBT/tests/tags/test_named_tag.py", line 63, in test_equal self.assertNotEqual(NamedTag(cls1()), NamedTag(cls2())) File "/usr/lib/python3.12/unittest/case.py", line 891, in assertNotEqual if not first != second: ^^^^^^^^^^^^^^^ ValueError: The truth value of an empty array is ambiguous. Use array.size > 0 to check that an array is not empty. `

it gave this like 500 times. it also gave this warning.

/usr/lib/python3.12/site-packages/numpy/_core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \

ps. idk how to use markdown correctly. I tried... and failed.

Kimiblock commented on 2024-06-27 05:37 (UTC)

The new numpy package probably exploded Amulet.