Skip to content

Releases: eirikh1996/Movecraft

Movecraft 7.0.0 for 1.8.8 to 1.16.4 beta 35

06 Nov 00:25
Compare
Choose a tag to compare
  • Fixed subcrafts breaking after one failed detection

Movecraft 7.0.0 for 1.8.8 to 1.16.3 beta 34

05 Nov 23:27
Compare
Choose a tag to compare

Changes

  • Added gearshifts to each craft type.

    • Use the integer flag gearShifts to define number of gearshifts for each craft type
    • Each shift determines how many blocks a craft will move when using the pilot tool in addition to multiply cruiseSkipBlocks when cruising.
    • To shift gear, you right-click while sneaking while not in direct control
  • Fixed Subcraft Rotate

  • Added 1.16.4 compatibility

  • UPDATE: Removed a debug message

Movecraft 7.0.0 for 1.8.8 to 1.16.3 beta 33

11 Sep 20:46
Compare
Choose a tag to compare

Changelog

  • Fixed #76
  • Fixed #48
  • Fixed #73
  • Fixed Movecraft breaking when used with WorldGuard and reloaded with a plugin management plugin

Movecraft 7.0.0 for 1.8.8 to 1.16.2 beta 32

27 Aug 21:16
Compare
Choose a tag to compare

Changelog:

  • Cannon Directors, Anti-aircraft directors, DurabilityOverride of certain blocks and TNT tracers have been removed and are now in the Movecraft-Combat addon
  • CraftReleaseEvent is now cancellable
  • Fixed #63
  • Fixed #70

Movecraft 7.0.0 for 1.8.8 to 1.16.2 beta 31

15 Aug 00:01
Compare
Choose a tag to compare

Changelog

  • Added 1.16.2 support
  • Fixed harvestBlocks, harvesterBladeBlocks and passthroughBlocks not working when block type entries were lowercase
  • Fixed a bug causing crafts to be out of fuel when it was not

Movecraft 7.0.0 for 1.8.8 to 1.16.1 beta 30

29 Jul 01:06
Compare
Choose a tag to compare
  • Added fuel types per craft type.
    • Flag is fuelTypes, a key - value map where keys are a string representation of the material used for fuel and values are fuel burn value
    • If no fuel types are present, the flag will have coal and charcoal with a burn value of 7.0 and coal blocks with burn value 79.0 as default entries
  • Added FuelBurnEvent which is fired each time a craft burns fuel. This can be used to manipulate fuel burning behaviours
  • Added teleportationCooldown craft flag which sets a cooldown for teleportation within a worldand between worlds
  • Added disableTeleportToWorlds craft flag which is a list of worlds a craft cannot teleport to. If a craft tries to teleport to a forbidden world, destination world will be changed to the craft's current world
  • Re-implemented gradual wreck fading
    • Added config option FadeTickCooldown which is a cooldown between each fading cycle
    • Added config option FadePercentageOfWreckPerCycle which determines how much of a wreck should be faded in each cycle
    • Added config option ExtraFadeTimePerBlock which gives some blocks extra fade time

Movecraft 7.0.0 for 1.8.8 to 1.16.1 beta 29

13 Jul 00:16
Compare
Choose a tag to compare

Changelog:

  • Fixed an issue with chunk loading.
  • Fixed redstone processing when a craft moves due to an NMS method missing on PaperMC

Movecraft 7.0.0 for 1.8.8 - 1.16.1 beta 28

11 Jul 18:22
Compare
Choose a tag to compare
  • Fixed NPE on startup

Movecraft 7.0.0 for 1.8.8 - 1.16.1 beta 27

11 Jul 11:17
Compare
Choose a tag to compare

Changelog:

  • Fixed waterloggable blocks not waterlogging when submerging
  • Fixed torpedoes not exploding
  • Fixed blocks not fading

Movecraft 7.0.0 for 1.8.8 - 1.16.1 beta 26

27 Jun 00:26
Compare
Choose a tag to compare

Changelog:

  • Fixed #52. Lighting now updates as craft moves
  • Fixed a bug breaking Movecraft if canHoverOverWater is set to false in one of the craft files
  • Added CheckForUpdates option in config.yml