LittleLogistics icon indicating copy to clipboard operation
LittleLogistics copied to clipboard

[1.20.1] Create's train contraptions dupe LL's boats again

Open AnDrew0o opened this issue 2 years ago • 1 comments

Used this mods: littlelogistics-mc1.19.2-v1.3.1 littlecontraptions-forge-1.19.2.0 create-1.19.2-0.5.0.f

Previous issue: https://github.com/MuradAkh/LittleLogistics/issues/199

Reproduce in the same way as the previous time https://youtu.be/vYumGVEcopY

AnDrew0o avatar Dec 07 '22 00:12 AnDrew0o

Was looking in to this earlier -- seems like there is no simple way to fix this :(

Create allows you to put all mobs (which technically the barges are) on a seat. When the contraption is created, the current Barge or Tug is destroyed with RemovalReason = DISCARDED, meaning we don't really have any context that the barge was copied on to a contraption.

Some fixes could be

  1. Prevent seats from picking up Barges (I would rather not do this since i love the idea of a contraption on a barge on a contraption)
  2. Somehow detect when a barge is part of a contraption and don't drop items

EDToaster avatar Oct 22 '23 23:10 EDToaster