Package Details: mcedit-git 201800909-2

Git Clone URL: https://aur.archlinux.org/mcedit-git.git (read-only, click to copy)
Package Base: mcedit-git
Description: Minecraft world editor
Upstream URL: https://www.mcedit-unified.net/
Licenses: BSD
Conflicts: mcedit, pymclevel
Submitter: nic96
Maintainer: Nayla
Last Packager: nic96
Votes: 5
Popularity: 0.000000
First Submitted: 2018-02-14 22:40 (UTC)
Last Updated: 2018-09-22 23:30 (UTC)

Latest Comments

MarsSeed commented on 2023-08-16 17:39 (UTC)

The Python2 based MCEdit Unified tool is dead since 2019 and fails to build and run.

The project's website recommends the new 'spiritual successor' utility called Amulet Editor (AmuletMC), which, unlike MCEdit-U, works with the new MineCraft 1.13+ level DB as well as the legacy database format.

There's an AUR package for that tool: amulet-map-editor.

EndlessEden commented on 2022-10-29 15:31 (UTC)

remade python2-ftputil to fix this, upstream is pretty dead though... this should be ported to python3 if possible.

micwoj92 commented on 2021-01-28 15:54 (UTC)

This package still does not have pkgver function despite 0x9fff00 comments many years ago.

nic96 commented on 2020-09-10 22:36 (UTC)

Done

Nayla commented on 2020-09-10 22:35 (UTC)

@nic96 mind orphening this as well

The_Loko commented on 2018-10-16 15:27 (UTC)

When running it shows: ImportError: No module named pkg_resources

Seems that now it needs python2-setuptools as dependency.

0x9fff00 commented on 2018-08-20 11:22 (UTC)

Git packages need to have git in makedepends and have this pkgver function:

pkgver() {
  cd ${srcdir}/${reponame}
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}