Package Details: mcreator 2026.1.14619-1

Git Clone URL: https://aur.archlinux.org/mcreator.git (read-only, click to copy)
Package Base: mcreator
Description: Make Minecraft Java Edition mods, Bedrock Edition Add-Ons, and data packs using visual graphical programming or integrated IDE
Upstream URL: https://mcreator.net
Keywords: development ide java minecraft modding
Licenses: GPL-3.0-or-later
Submitter: FurTabs
Maintainer: impulse
Last Packager: impulse
Votes: 2
Popularity: 0.000000
First Submitted: 2020-05-15 15:12 (UTC)
Last Updated: 2026-07-04 15:29 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

Rhinoceros commented on 2026-07-17 00:02 (UTC) (edited on 2026-07-19 02:28 (UTC) by Rhinoceros)

I struggled to launch this. The package depends on java-runtime=21, but jdk21-openjdk isn't enough to get it working. I had to install jre21-jetbrains instead. Should that be an explicit dependency instead?

E: I had a lot of trouble getting this to work. I had to install jre21-jetbrains to get it to even launch, then hardcode the java version into the launch script. However it was freezing when creating a new project. I tried installing the newest version of mcreator. Here is a patch to update.

--- PKGBUILD.old    2026-07-19 12:11:41.601750901 +1000
+++ PKGBUILD    2026-07-19 12:11:12.462512281 +1000
@@ -2,8 +2,8 @@
 # Maintainer: Ivan Gabaldon <aur[at]inetol.net>

 pkgname=mcreator
-_pkgvermajor=2026.1
-_pkgverbuild=14619
+_pkgvermajor=2026.2
+_pkgverbuild=29418
 pkgver=$_pkgvermajor.$_pkgverbuild
 pkgrel=1
 pkgdesc='Make Minecraft Java Edition mods, Bedrock Edition Add-Ons, and data packs using visual graphical programming or integrated IDE'
@@ -13,7 +13,7 @@
 noextract=("$pkgname-$pkgver.tar.gz")
 source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/releases/download/$pkgver/MCreator.$_pkgvermajor.Linux.64bit.tar.gz"
         "$pkgname.desktop")
-b2sums=('efec8e4340225d156640a8556f79cfb9edb59d371b9feac3ba454ee8709e88a4deb326ad326f14009688e1a9735345d30ee6621e5ecfb9c2368a5ae40aa2ea66'
+b2sums=('6b2b01a2b05a96435bf48323102a963b129ea5de11cb876971f5becc40e857d916ab2d0b3de30dd732f9480dfc91c0b54dc127333dbe049639573fb0b69cd4b2'
         'ac5a53421869276596ebbc7cccfa7d20aeb63ea3a556d0b77a0b9b936176bcbabe7771be60fc5b034ec79a49da5f4aa538b79e1c6edca478a5614f49ec478d6f')

 prepare() {
@@ -38,7 +38,7 @@

 package() {
     depends=('glibc'
-             'java-runtime=21')
+             'jre-jetbrains>=25'
+             'jre-jetbrains<26')

     install -d "$pkgdir/opt/$pkgname/"
     cp -a "$pkgname-$pkgver/." "$pkgdir/opt/$pkgname/"

I hardcoded jre-jetbrains, although jdk25-jetbrains-bin might work too. FWIW neither jre-openjdk 26.0.1.u8-1 nor jdk25-openjdk work.

I then edited the launch script /opt/mcreator/mcreator.sh to hardcode the new correct jetbrains java

--- /opt/mcreator/mcreator.sh.orig  2026-07-19 12:24:26.000000000 +1000
+++ /opt/mcreator/mcreator.sh   2026-07-19 12:26:33.608986323 +1000
@@ -2,4 +2,4 @@
 export CLASSPATH="./mcreator/lib/mcreator.jar:./lib/*"

 cd /opt/mcreator/
-"$(find /usr/lib/jvm/ -maxdepth 1 -name '*21*' -type d -print -quit)/bin/java" --add-opens=java.base/java.lang=ALL-UNNAMED net.mcreator.Launcher "$1"
+"/usr/lib/jvm/jre-jetbrains/bin/java" --add-opens=java.base/java.lang=ALL-UNNAMED net.mcreator.Launcher "$1"

Zac0511 commented on 2026-04-06 08:25 (UTC)

Package isn't up to date, latest version is 2026.1, this is still on 2025.3

impulse commented on 2025-11-26 16:11 (UTC)

Thanks @inetol, just updated the package.

inetol commented on 2025-11-26 09:52 (UTC)

@impulse I added you as a co-maintainer.

impulse commented on 2025-11-23 05:10 (UTC)

Can someone add me as co-maintainer? I use this program occasionally.

inetol commented on 2025-09-04 17:47 (UTC)

Release 2025.2.28610-1 will be the last one I make. If anyone wants to become the maintainer of mcreator, contact me via the PKGBUILD maintainer email.

inetol commented on 2023-06-14 09:15 (UTC)

Hi @beanie, I didn't have my testing environment at hand for a few days so I couldn't test if the package was working properly, I'll update PKGBUILD rn. Thank you.

beanie commented on 2023-06-13 18:27 (UTC)

updated the PKGBUILD to recent version but can't push to aur... if Inetol or whoever wants to update it's all yours

https://github.com/beeaniebee/mcreator

jdev082 commented on 2022-08-02 17:08 (UTC)

If anyone else wishes to maintain and upgrade this package, please do so. I am unable to do so at this time.

jdev082 commented on 2022-08-02 00:53 (UTC)

I could totally 100% maintain this package, if I could find a new tar download URL that was actually supported by curl.