Started by
Max094_Reikeb
on
Topic category: Plugins and third-party tools
This plugin is the result of the collaboration between CrispyChips and Max094_Reikeb.
It adds more procedure blocks and works with both MC 1.14.4 and 1.15.2.
Features
- Block procedures
- Increase Block NBT number tag
- Get item in slot X of block at x, y, z (it was in 2020.2 but removed in 2020.3)
- Entity procedures
- Increase Entity NBT number tag
- Remove specific potion effect
- Heal entity
- Remove XP points from entity
- Deal custom damage to entity (localization ID needs to be set as "death.attack.<text>" and quote the player as "%1$s")
- Get shoot power of sourceentity if arrow
- Was entity shot by arrow/trident/...
- Has entity no-gravity
- Is entity on ground
- Set entity's no-gravity
- Item procedures
- Increase Item NBT number tag
- Is itemstack a tool
- Show itemstack totem-like animation
- Remove specific enchantment from itemstack
- Has itemstack enchantment
- World procedures
- Strike cosmetic only lightning
- Minecraft components
- Get attack damage
- Text procedures
- Get localized text
- Print String in console
Informations
- This plugin works for MCreator 2020.3 (r1.0 and r1.1) and MCreator 2020.4 (r1.1.1 to r1.2.1)
- The current version is EP-r1.2.1
- Installation help is on the GitHub repository, with the ReadMe file
- Credits are also in the ReadMe file
- Don't forget that you can open an issue on our GitHub if anything goes wrong, or if you want to submit ideas
GitHub repository
Here is our GitHub repository's release page : https://github.com/Max094Reikeb/ExtraProceduresPlugin/releases
Edited by Max094_Reikeb on Tue, 09/08/2020 - 09:49
ok sorry, i thought it would work in any version
It is very advised to define supported MCreator version range in plugin.json. Check https://github.com/Pylo/MCreatorGenerator-Forge-1.12.2/blob/2020.4/plugin.json for example.
I am no 100% sure atm if 2020.3 already checks for this, but 2020.4 sure does.
If plugin is not in the specified range, it will not be loaded and thus prevent things from breaking.
Thank you for telling us! I assume it works for 2020.3 because in the plugin.json file I only have minversion. I'll try to add maxversion and I'll see if it works!
i guess 'Heal entity' is kinda useless cuz u can make this:
'Set entity health to: entity health + 10' or something like it
Lighting cosmetic lighting bolt only causes building eror.
I'm inviting you to open an issue in the GitHub of the plugin : https://github.com/Max094Reikeb/ExtraProceduresPlugin