Releases: eirikh1996/Movecraft
Releases · eirikh1996/Movecraft
Movecraft 7.0.0 for 1.8.8 to 1.16.4 beta 35
- Fixed subcrafts breaking after one failed detection
Movecraft 7.0.0 for 1.8.8 to 1.16.3 beta 34
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
- Use the integer flag
-
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
Movecraft 7.0.0 for 1.8.8 to 1.16.2 beta 32
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
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
- 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
- Flag is
- 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
- Added config option
Movecraft 7.0.0 for 1.8.8 to 1.16.1 beta 29
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
- Fixed NPE on startup
Movecraft 7.0.0 for 1.8.8 - 1.16.1 beta 27
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
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