Connectible Chains [FORGE]

Connectible Chains [FORGE]

4M Downloads

Unable to place blocks while looking at fences/walls

kawaiicakes opened this issue ยท 2 comments

commented

Minecraft 1.19.2
Forge 43.2.14
Connectible Chains 1.0.0

Any attempt to place a block while aiming at a fence fails. #19 appears to be this exact bug. Attached is relevant output from the dedicated server console.

connectible chains dedicated server log.txt

commented

ChainType knotType = ChainTypesRegistry.ITEM_CHAIN_TYPES.get(stack.getItem()).get();

is the cause
crouching works because the method exits early if the player is crouching

#16 doesn't have this problem

commented

fixed in newest version