When doing /setblock ~ ~ ~ redstone_wire, it sets the block in its dot form and not the new + form.
/setblock ~ ~ ~ redstone_wire
You need to specify a block state when doing setblock or fill if you want the block to reflect that blockstate. Typing;
/setblock ~ ~ ~ redstone_wire[east=side,north=side,south=side,west=side]
will give you the one you want.
Reporter: anthony cicinelli
Assignee: (Unassigned)
Created: 2020-07-03T23:14:12Z
Updated: 2025-03-11T05:24:46Z
Resolved: 2020-07-08T07:35:19Z
ADO:
Confirmation Status: Confirmed
Area:
Mojang Priority:
Category: (Unassigned)
Labels: /setblock, redstone_wire
Affects Versions: 20w27a
Fix Versions:
Retrieved 2025-09-15T20:57:45Z
You need to specify a block state when doing setblock or fill if you want the block to reflect that blockstate. Typing;
/setblock ~ ~ ~ redstone_wire[east=side,north=side,south=side,west=side]
will give you the one you want.