Fabric API

Fabric API

106M Downloads

Redo pick block events

asiekierka opened this issue ยท 0 comments

commented

OF COURSE WE MESSED THEM UP

  1. ClientPickGatherCallback -> bails on first ItemStack found; used before the real doItemPick is called to check if we have a Fabric-provided stack
  2. ClientPickApplyCallback -> allows you to modify the ItemStack, as well as disable the default behaviour of adding the BlockEntityTag on CTRL+creative if you wish to do so; but is only called if any were found
  3. Deprecate ClientPickBlockCallback, remove in 0.3.0, pretend it "works"