Skip to content

FlexiblePCB v0.1.0

Compare
Choose a tag to compare
@HeyBlack233 HeyBlack233 released this 10 Aug 05:18

v0.1.0 Update Notes

New Feature

Rule

  • itemPickUpRangeHorizontal: Changes the horizontaledge length of item pick up range for player.

  • itemPickUpRangeVertical: Changes the vertical edge length of item pick up range for player. In vanilla, whether the player is riding a vehicle or not will affect the vertical range of item pick up, this rule will not consider and will override that.

  • debugStickNoBlockUpdate: Debug stick action will not send block update.

Command

  • commandRemoveBlock: Enables /removeBlock command to remove block. The removal and replacement will not send block/light update, the original block entity will be kept and no new block entity will be added.

Fixes

Rule

  • commandUpdateBlock: PP updates can be send successfully now.