Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Releases: Max094Reikeb/ExtraProceduresPlugin

Patch 2020.5

13 Nov 22:02
Compare
Choose a tag to compare

This is the last update for MCreator 2020.5. Almost all the procedure blocks were merged to MCreator's core.

Last big update before 2020.5

08 Sep 09:47
Compare
Choose a tag to compare

New update incoming! This update is special because this will be the last one compatible with 2020.4.
The new 2020.5 update will have 99% of ExtraProcedures procedures.
The update r1.3 will be the latest update with only what won't be on 2020.5 left.

What's new?

Entity procedures

  • Has entity no-gravity
  • Is entity on ground
  • Set entity's no-gravity

What's different?

Changed some procedure blocks's code and look ("strike aesthetic lightning bolt", "deal custom damage", "print in console", 'get attack damage", "heal entity", "increase item number NBT tag")

Removed "was entity shot by arrow" and "was entity shot by trident" to make a global procedure with more projectiles : "was entity shot by..."

Changed more files names looking forward full integration to MCreator's core

New update!

25 Aug 18:02
Compare
Choose a tag to compare

Time for a new update!

What's new?

Entity procedures

  • Deal custom damage to entity (needs to be set as "death.attack." and quote the player as "%1$s")

Item procedures

  • Remove specific enchantment from itemstack
  • Has itemstack enchantment

Global triggers

  • Removed all global triggers from our plugin, considering they are in the new MCreator 2020.4.

What's different?

Changed "remove specific potion effect" procedure block's code to take custom potion effect in account

Changed files names looking forward full integration to MCreator's core

Patch for MCreator 2020.4

03 Aug 21:21
2da07cc
Compare
Choose a tag to compare

This update is a patch for MCreator 2020.4

What's different?

Block procedures

  • The code to increase block's NBT number tag has changed.

WARNING

MCreator compatibility

This patch is no longer compatible for MCreator 2020.3, which makes this version the first one compatible with MCreator 2020.4 and the version r1.1 the last one compatible with MCreator 2020.3

New update!

22 Jul 22:14
c529530
Compare
Choose a tag to compare

New features has been added to our plugin. That's why we're releasing a new update!

What's new?

Block procedures

  • Get item in slot X of block at x, y, z (it was in 2020.2 but removed in 2020.3)

Entity procedures

  • Heal entity
  • Remove XP points from entity

Item procedures

  • Is itemstack a tool
  • Show itemstack totem-like animation

Text procedures

  • Print String in console

Global triggers

  • On entity healed

First stable release!

04 Jun 09:36
c58abfe
Compare
Choose a tag to compare

This is our first stable release we're posting out because it has reached 11 features!

What's in it?

Attack procedures (custom category)

  • Get arrow power
  • Get attack damage
  • Was entity shot by arrow
  • Was entity shot by trident

Block procedures

  • Increase Block NBT number tag

Entity procedures

  • Increase Entity NBT number tag
  • Remove specific potion effect

Item procedures

  • Increase Item NBT number tag

World procedures

  • Strike esthetic lightning

Text procedures

  • Get localized text

Global triggers

  • Entity struck by lightning