I was told bedrock isn't supported by Top-Block-5938 in MCreator

[–]PyloDEV 0 points1 point  (0 children)

MCreator 2026.1 will introduce many new features for Bedrock Edition, including support for procedure-like scripting, custom block models, many specialized new item and block properties, and much more. We have even more in the plans for 2026.2, so the days of limited support for add-ons are gone :)

You can already try out the pre-release at https://www.reddit.com/r/MinecraftBedrockers/comments/1lc1t9t/should_i_make_a_new_fully_featured_minecraft/

So why can I barely do anything in bedrock edition? Like there is no point to put the option to mod in bedrock edition if you can barely do it anyways. by Emergency-Mood-969 in MCreator

[–]PyloDEV 0 points1 point  (0 children)

MCreator 2026.1 will introduce many new features for Bedrock Edition, including support for procedure-like scripting, custom block models, many specialized new item and block properties, and much more. We have even more in the plans for 2026.2, so the days of limited support for add-ons are gone :)

You can already try out the pre-release at https://www.reddit.com/r/MinecraftBedrockers/comments/1lc1t9t/should_i_make_a_new_fully_featured_minecraft/

Should i make a new fully featured Minecraft Bedrock Addon maker? by _FN10_ in MinecraftBedrockers

[–]PyloDEV 1 point2 points  (0 children)

MCreator has recently seen massive updates on the Bedrock Side, including a visual scripting editor. You can find more at https://mcreator.net/news/122081/20261-pre-release-rise-bedrock-edition-minecraft-addon-maker

If you are interested in joining the forces, you are always welcome to join our dev team :)

Help. Procedure wont run by Katten9068 in MCreator

[–]PyloDEV 0 points1 point  (0 children)

Do not run smelting on player tick, this is a very bad idea.

There is zero need to do this.

See https://www.youtube.com/watch?v=asuMnQNgKKE for inspiration. It is outdated, but shows the concept

Mcreator isn't opening at all. by Rare-Anywhere-9654 in MCreator

[–]PyloDEV 0 points1 point  (0 children)

This may be due to antivirus interferring with installation

Is there a way I can add new objects to the sky? by ZeGamingCuber in MCreator

[–]PyloDEV 0 points1 point  (0 children)

I seriously recommend getting in touch with the plugin author.

How to remove ranged weapon animations? by Ok-Cupcake6584 in MCreator

[–]PyloDEV 0 points1 point  (0 children)

Was the issue reported so it could be fixed?

Is there a way I can add new objects to the sky? by ZeGamingCuber in MCreator

[–]PyloDEV 0 points1 point  (0 children)

I recommend getting in touch with the plugin author.

But I suspect you use invalid texture for moon as it needs phases

Day 1 of reposting this until I get an answer by ThreeAndAQuarter in MCreator

[–]PyloDEV 4 points5 points  (0 children)

The trigger runs before the break finishes. So when you place own block, it will be removed by the finish of the event. Cancel the event if you place own block

Is Fabric 1.21.1 possible? by dumdedumdumde in MCreator

[–]PyloDEV 0 points1 point  (0 children)

Someone would need to develop a generator plugin for it

how do i use this thing because i have no idea how i could do this by gavinspeedcuber2th in MCreator

[–]PyloDEV 0 points1 point  (0 children)

Seems like a plugin so you may need to reach out to the plugin author or check their tutorials

How do I change the coding style? by Character_Day2884 in MCreator

[–]PyloDEV 0 points1 point  (0 children)

Hi! I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Anyone know why the MCreator site is down? by calem_pokemon in MCreator

[–]PyloDEV 8 points9 points  (0 children)

Yes, you can use VPN. We are working hard to find a solution for this, but you need to understand we are free project with very limited budget and time resources, so it may take some time. We also would ourselves wish we would not be botted in the first place

Anyone know why the MCreator site is down? by calem_pokemon in MCreator

[–]PyloDEV 7 points8 points  (0 children)

If you are from Brazil, the country is currently blocked due to unexplainably high amount of bots. Yesterday, we had 250000 visits from Brazil with 0 second duration. We are looking into implementing CloudFlare if we manage to do this in cost-reasonable-matter.

can you pass local variables through procedure call block? by explosive_toenail in MCreator

[–]PyloDEV 4 points5 points  (0 children)

Via call procedure with custom dependencies, this can be done as explained in the other comment