hlysine / create_connected

A Create mod add-on adding quality-of-life blocks that you wish existed in Create.
GNU Affero General Public License v3.0
28 stars 9 forks source link

Stacked copycat slab issues #14

Closed CodexArchive closed 10 months ago

CodexArchive commented 10 months ago

When using the most recent versions of Create (1.20.1-0.5.1.f) and Create: Connected (0.3.1-mc1.20.1), stacking 2 copycat slabs in the same block causes them to act like a single copycat block rather than allowing you to change the appearance of each copycat slab individually. Additionally, when the double slab block is broken, either by wrench or some other tool, it only returns a single copycat slab instead of 2. These both happen regardless of whether the slabs were stacked vertically or horizontally.

hlysine commented 10 months ago

The first issue is working as intended. Having 2 different materials in a single block requires quite a lot of extra implementation because the current copycat system isn't set up for that. There are other things I want to get to before trying to tackle this one.

The second issue is a small bug related to loot tables which will be fixed in the next update.

hlysine commented 10 months ago

Fixed in 0.4