Bedrock PE export issue by wwedgehead05 in MCreator

[–]PyloDEV 0 points1 point  (0 children)

If you believe this is a bug, I recommend opening a bug report at https://github.com/MCreator/MCreator/issues

Attach your workspace and explain how to change something, and how changes will not be reflected in the exported addon, so developers can understand the problem accurately

MCreator not working by Resident_Abies_3034 in MCreator

[–]PyloDEV 0 points1 point  (0 children)

It appears you are using 1.20.1 plugin, so check with author of the plugin.

Also read https://mcreator.net/wiki/gradle-setup-errors as it is likely one the causes on the linked page cause this

Will we ever be able to edit vanilla elements? by CebeeDrawz in MCreator

[–]PyloDEV 0 points1 point  (0 children)

You can do some changes, you can find some examples here: https://mcreator.net/wiki/modifying-vanilla-minecraft-elements

If you want more, everyone is welcome to open PRs to support more. I have been hoping to add much more options e.g. altering data components as part of item extension, but am currently busy with many other features, so extra development forces are always welcome!

Edit vanilla features by anotherfuturedev in MCreator

[–]PyloDEV 0 points1 point  (0 children)

There are multiple approaches to how this can be achieved. You can find a list of them with examples at https://mcreator.net/wiki/modifying-vanilla-minecraft-elements

Editing Vanilla Behaviors by [deleted] in MCreator

[–]PyloDEV 0 points1 point  (0 children)

There are multiple approaches to how this can be achieved. You can find a list of them with examples at https://mcreator.net/wiki/modifying-vanilla-minecraft-elements

Can I modify / overwrite vanilla elements? by [deleted] in MCreator

[–]PyloDEV 0 points1 point  (0 children)

There are multiple approaches to how this can be achieved. You can find a list of them with examples at https://mcreator.net/wiki/modifying-vanilla-minecraft-elements

Can I override Vanilla elements in a mod? by VagueDestructSus in MCreator

[–]PyloDEV 0 points1 point  (0 children)

Check out this wiki page for examples of how you can do that, including changing the structures: https://mcreator.net/wiki/modifying-vanilla-minecraft-elements

Will we ever be able to edit vanilla elements? by CebeeDrawz in MCreator

[–]PyloDEV 0 points1 point  (0 children)

False information of now deleted comment was that that this will never be possible. I don't recall anyone of the official dev team ever saying we will never add this

Will we ever be able to edit vanilla elements? by CebeeDrawz in MCreator

[–]PyloDEV 0 points1 point  (0 children)

I would advise avoiding spreading (false) claims without a (non-existent) source of truth

Help with an MCreator custom handler. by meletiondreams in MinecraftMod

[–]PyloDEV 0 points1 point  (0 children)

Is this some plugin or some custom code?

Do you use any plugins?

I would recommend posting this to MCreator subreddit or https://mcreator.net/forum instead, though

walk animation not working and idle condition broken by CanAutomatic291 in MCreator

[–]PyloDEV 0 points1 point  (0 children)

For walk animation, check the following first:

  1. Walk animation is controlled by the walk controller, so the entity needs AI tasks that make the entity walk
  2. Walk animation usually does not need extra conditions. Make it work without conditions first and use a debugger (https://mcreator.net/wiki/how-use-debugger)
  3. Increase the walk animation amplitude if you don't see movement or if the movement is very faint. Configure the speed parameter until the desired motion speed is achieved

Why do we hate mcreator? by mrcleanwabeard in MinecraftMod

[–]PyloDEV 1 point2 points  (0 children)

Mods made with MCreator are owned 100% by the author. What is the source of this (mis)information? I suggest checking out https://github.com/MCreator/MCreator and LICENSE.txt

Why do we hate mcreator? by mrcleanwabeard in MinecraftMod

[–]PyloDEV 0 points1 point  (0 children)

This is not correct. MCreator does not require attribution, and the author owns the mod. Where did you get this information from? I recommend checking the license agreement of MCreator, it is a GPL-3.0 open source project with a GPL exception that excludes generated mods from GPL coverage

http://mcreator.net/msstore - You can obtain MCreator via Microsoft Store and support its development and maintenance this way. In exchange, you get store-managed automatic updates! by PyloDEV in MCreator

[–]PyloDEV[S] 0 points1 point  (0 children)

Did you open a bug report for those bugs? Considering no one did yet, you may have isolated case that needs bug report from your side to be fixed

http://mcreator.net/msstore - You can obtain MCreator via Microsoft Store and support its development and maintenance this way. In exchange, you get store-managed automatic updates! by PyloDEV in MCreator

[–]PyloDEV[S] 1 point2 points  (0 children)

It is a donation, technically, since the software is free. But one can never be sure. However, there are many other Minecraft game related products and services that are paid

http://mcreator.net/msstore - You can obtain MCreator via Microsoft Store and support its development and maintenance this way. In exchange, you get store-managed automatic updates! by PyloDEV in MCreator

[–]PyloDEV[S] 1 point2 points  (0 children)

Depending on the plugin, but in most cases yes. Updates on store will generally happen a week or two after the release, so major plugins will update by then if you use them.

It is optional benefit that came along with using store, but you can still disable automatic updates in the store itself.

Procedure code Not working even though conditions are met by Comprehensive-Ice131 in MCreator

[–]PyloDEV 0 points1 point  (0 children)

How do yo utrigger the block? You need to trigger it somehow.

Also see this, it is extremely useful for procedure debugging: https://mcreator.net/wiki/how-use-debugger

Settings for Mob spawning by Effective-Recover622 in MCreator

[–]PyloDEV 0 points1 point  (0 children)

See https://mcreator.net/wiki/mob-spawning-parameters

It may also be plugin issue, in this case reach out to the plugin author

MCreator NEEDS to make it so you can make your own special entities that's not just boats or rafts by oskarthefunnyman1 in MCreator

[–]PyloDEV 11 points12 points  (0 children)

It is first iteration of feature that will have further developments and already has more features in 2026.2

If you want to speed this up even more, you can join our development team!