andrew0030 / Table-Top-Craft

Minecraft mod that allows players to play board games together.
GNU Lesser General Public License v3.0
6 stars 2 forks source link

[BUG] Incompatibility with Carrier mod #10

Open TofuToons opened 2 years ago

TofuToons commented 2 years ago

Describe the bug The tables seem to be incompatible with the carrier mod. The mod allows you to shift right click block entities to pick them up. You can blacklist certain blocks from being able to be picked up. So, when you try and access the board, you end up just picking up the board. HOWEVER if you blacklist the table, the table no longer works. Shift right clicking it does not pull up the UI. It becomes nonfunctional.

To Reproduce Steps to reproduce the behavior:

  1. Blacklist tables in Carrier config
  2. Attempt to shift right click the table

Expected behavior The blacklist should allow me to access the table without picking it up, but there seems to be some incompatibility with the two mods.

Versions 1.18.2 Fabric versions for both mods

1.0.3 for Tabletop 1.10 for Carrier

andrew0030 commented 2 years ago

What a strange issue. Hm I was able to reproduce it but I am uncertain why this is happening. I will have to look deeper into this.

Dangomation commented 2 years ago

That's a partial problem in how the mod carrier works. without looking deeper into it myself carrier does two things:

1.) pick up entities like chickens 2.) picks up block entities

The boards are block entities aren't they? plus check if there's a black list you can add. sometimes in the config folder there's options for mods that allow you to blacklist certain mod mobs/Blocks

Create mod is a great example of "compatible incompatible" nothing is broken just... more annoying.