Started by
ExpiredPasta
on
Topic category: Feature requests and ideas for MCreator
Mcreator can sometimes be extremely limited, as there can be some features you want to add to your mod but you are unable to reach, some of these things might help both you and me in creating mods without any special skills and coding.
- A "Wait *** seconds / minutes / hours" block that allows you to make a procedure wait certain time before the next block activates, it can be extremely useful in some modding elements such as growing plants, saplings and growing trees, corruption, weapon cool-downs, usage cool-downs
- A special advancement system that will replace the old achievement system which allows you to make a special place of advencements for your made ones, which will include them and can be customizable, can change the background, the text color and so on.
- Advanced ranged items that has options such as piercing, no knockback (The knockback system doesnt work as setting 0 on it will still make mobs get pushed away by ammo", ammo speed, ammo gravity and ammo collision management.
- Biome-Only blocks that will replace unreplacable blocks in a dimension like stone in the overworld, being replaced by a custom block made by a creator.
- Being allowed to add descriptions to every (not actually every) mod element, for an example a plant or a toll can have descriptions. Currently blocks and items are the only one who can have descriptions.
- (Advanced) A Large plugin system which allows the users of mcreator to create their own modding system for everyone else in the community, for an example there could be a coloured light creator plugin which allows you to create colored lights, book plugin that creates guide books similar to lexica botania and materials & you, more magic item options and all that.
1. Is already possible using procedures and NBT number tags.
1. Ther is actually a block called: (wait [...] ticks then do:[...])