Started by
bigboypadilla9
on
Topic category: Feature requests and ideas for MCreator
I am very disappointed in the 1.7.9 update. I really hate procedures. Here are reasons why i hate procedures.
1. They make coding something harder.
2. They are boring to use.
3. They made less event triggers.
4. Global Events are more better and easier to use.
This is probably the only thing I hate about 1.7.9 for now.
Also..
I was creating a Web Shooter gun. However, I can't make it place a web block when its hits a block/player because the new Event Triggers are so limited.
If you get mad because I say "the procedures suck", don't these are my opinions and I can say either they suck or not.
pls remove them
Procedures aren't more limited than events. Instead, they require a bit more effort but there are almost endless possibilities with procedures.
For making your Web Shooter,
If
(Get Block at x, (y+1), z) =(MinecraftComponent:Air
Do
Place block at x, (y+1),z (MinecraftComponent:Web)
And, believe me, procedures are funnier because they are like a challenge
for the web shooter, Raol, how do you detect how far away the block or player is?
If Procedures have more functions in 1.8.0 or the next update whatever, I would really like to make procedures but I also have a con against 1.7.9 (sorry for my bad englisch). Because Recipes must be created seperately and there are procedures you will have tons of unneccessary Elements
that the Workspace is so cluttered if you want to make a big mod some People would say: "ok just search your Elements with the search bar" but it Costs Sooo much time to create Recipes for every single Item or Block you made
for example I made a Mod with lots of Ores and if I want them to be turned into Ingots per furnace I`ll have to make another mod element just to be able to turn an ore into an ingot
What do you think about this?
What do you mean?
The procedure automatically gets the x, y, z of the targeted block
All the triggers are still there, they are not boring to use as they offer many new combinations and features, ... Global events are now simpler than ever before, offer more customization and are stored per workspace as they were not before.
I think you just did not get the grip of them yet.
okay, i didn't realize. But y+1 isn't where I'd want to put a web, personally. I would want to attach it to the face of the block closest to me, and apparently that's not an available option.
https://mcreator.net/forum/42114/what-happened-local-coordinates-ijk
I agree with the clutter thing. I really hope they rework the User Interface in the near future with the ability to organize mod elements into folders, at the very least.