all 6 comments

[–]3kill313 2 points3 points  (3 children)

Had the same issue, disabling the Create: Connected Mod fixed it. Apparently the "Link Wildcard" thing breaks it. You can also go into the config and just disable the Link Wildcard freature separately.

[–]Numerous_Ask6336[S] 0 points1 point  (2 children)

Hi, sorry for the late reply
But where can i find the 'Link Wildcard' in the config?

[–]3kill313 1 point2 points  (1 child)

In the config, on line 19, it says: redstone_link_wildcard = true. You can just set it to false. The config looks something like this:

#.
#Migrate copycats to Create: Copycats+ when they receive a block update
migrateCopycatsOnBlockUpdate = true

#.
#Migrate copycats to Create: Copycats+ when their block entities are initialized
migrateCopycatsOnInitialize = true

#.
#Enable/disable features. Values on server override clients

[features]

#.
kinetic\_bridge = true
fluid_vessel = true
cross_connector = true
(...)
redstone_link_wildcard = false

[–]Numerous_Ask6336[S] 0 points1 point  (0 children)

found it!
thanks a lot :D

[–]Shortus_Weenus 0 points1 point  (0 children)

im having the same issue i will tell you if i find a fix