Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Copper Trap: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Sync: updated from Minecraft
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
(2 intermediate revisions by the same user not shown)
Line 34: Line 34:
=== Breaking ===
=== Breaking ===


Although the copper trap has a drop, no vanilla tool is suitable for breaking it, so breaking it with any tool will have no effect. Furthermore, attempting to use [[Minecraft:Attack / Mine]] to order a tool to breaking it will not happen, as tools only mine blocks that they can breaking.
Although the copper trap has a drop, no vanilla tool is suitable for breaking it, so breaking it with any tool will have no effect. Furthermore, attempting to use [[Minecraft:Attack / Mine]] to order a tool to mine it will not happen, as tools only break blocks that they can mine. However, it is still possible to make a copper trap block drop a living copper trap with an explosion.


However, it is still possible to make a copper trap block drop a living copper trap with an explosion.
Using cheats, it's possible to create a tool capable of mining it by modifying {{DCL|minecraft:tool.rules}} data component. Can be add this block in {{Tag link|block|mineable/pickaxe}} so that it can be mined by any pickaxe (additionally, adding a tag like {{tag link|block|needs_iron_tool}} prevents it from being mined by some pickaxes.)


Using cheats, it's possible to create a tool capable of mining it by modifying {{DCL|minecraft:tool.rules}} data component.
{{breaking row|horizontal=1|Copper Trap|None}}
 
{{breaking row|horizontal=1|Copper Trap|Pickaxe|None}}


=== Post-generation ===
=== Post-generation ===
Line 46: Line 44:
If at least eight [[Minecraft:Living Block|living]] [[Minecraft:copper bars]] of the same variant come close together, a living copper trap of that variant will form.
If at least eight [[Minecraft:Living Block|living]] [[Minecraft:copper bars]] of the same variant come close together, a living copper trap of that variant will form.


It can be placed as an item in a container by approaching an alive container or using a hopper.
It can be placed as an item in a container by approaching a living container or using a hopper.


It can be placed as a block with [[Minecraft:Build (item)|build]], or somehow remove the action items from the hotbar.
== Usage ==


== Usage ==
=== Oxidation ===
When created, will attempt to pathfind towards the nearest player. When coming in contact with a player, it will spawn a cage of copper bars around them, trapping them.
Unlike most copper blocks, copper traps cannot change their [[Minecraft:oxidation]] or wax state. However, unwaxed copper traps will continue to slow or prevent the oxidation of nearby unwaxed copper blocks. This behavior is common to all unwaxed copper blocks (see {{Slink|Oxidation|Blocks}}), but due to the fact that copper traps do not oxidize, they may fully prevent the oxidation of nearby copper blocks at the same oxidation level.
 
Waxed copper traps have no effect on nearby copper blocks.
 
=== Trap ===
[[Minecraft:Living Block|Living]] copper traps will attempt to pathfind towards the nearest player. When coming in contact with a player, it will spawn a cage of 25 copper bars of the same variant of the copper trap around them, trapping them. The copper bars replace all blocks that were previously in the copper bars' positions, including otherwise unbreakable blocks.
 
{{Tabber|
tabname1=Unoxidized copper trap
|tabcontent1=
{{Block structure renderer|
Z=copper_bars[north=true,south=true]
|X=copper_bars[east=true,west=true]
|a=copper_bars[east=true,south=true]
|b=copper_bars[west=true,south=true]
|c=copper_bars[east=true,north=true]
|d=copper_bars[west=true,north=true]
|Y=copper_bars[north=true,south=true,east=true,west=true]
|W=copper_bars[north=true,south=true,east=true]
|N=copper_bars[south=true,east=true,west=true]
|S=copper_bars[north=true,east=true,west=true]
|E=copper_bars[north=true,south=true,west=true]
|aXb,Z+Z,cXd;aXb,Z+Z,cXd;aNb,WYE,cSd
|marks=1,0,1#114514}}
|tabname2=Exposed copper trap
|tabcontent2=
{{Block structure renderer|
Z=exposed_copper_bars[north=true,south=true]
|X=exposed_copper_bars[east=true,west=true]
|a=exposed_copper_bars[east=true,south=true]
|b=exposed_copper_bars[west=true,south=true]
|c=exposed_copper_bars[east=true,north=true]
|d=exposed_copper_bars[west=true,north=true]
|Y=exposed_copper_bars[north=true,south=true,east=true,west=true]
|W=exposed_copper_bars[north=true,south=true,east=true]
|N=exposed_copper_bars[south=true,east=true,west=true]
|S=exposed_copper_bars[north=true,east=true,west=true]
|E=exposed_copper_bars[north=true,south=true,west=true]
|aXb,Z+Z,cXd;aXb,Z+Z,cXd;aNb,WYE,cSd
|marks=1,0,1#114514}}
|tabname3=Weathered copper trap
|tabcontent3={{Block structure renderer|
Z=weathered_copper_bars[north=true,south=true]
|X=weathered_copper_bars[east=true,west=true]
|a=weathered_copper_bars[east=true,south=true]
|b=weathered_copper_bars[west=true,south=true]
|c=weathered_copper_bars[east=true,north=true]
|d=weathered_copper_bars[west=true,north=true]
|Y=weathered_copper_bars[north=true,south=true,east=true,west=true]
|W=weathered_copper_bars[north=true,south=true,east=true]
|N=weathered_copper_bars[south=true,east=true,west=true]
|S=weathered_copper_bars[north=true,east=true,west=true]
|E=weathered_copper_bars[north=true,south=true,west=true]
|aXb,Z+Z,cXd;aXb,Z+Z,cXd;aNb,WYE,cSd
|marks=1,0,1#114514}}
|tabname4=Oxidized copper trap
|tabcontent4={{Block structure renderer|
Z=oxidized_copper_bars[north=true,south=true]
|X=oxidized_copper_bars[east=true,west=true]
|a=oxidized_copper_bars[east=true,south=true]
|b=oxidized_copper_bars[west=true,south=true]
|c=oxidized_copper_bars[east=true,north=true]
|d=oxidized_copper_bars[west=true,north=true]
|Y=oxidized_copper_bars[north=true,south=true,east=true,west=true]
|W=oxidized_copper_bars[north=true,south=true,east=true]
|N=oxidized_copper_bars[south=true,east=true,west=true]
|S=oxidized_copper_bars[north=true,east=true,west=true]
|E=oxidized_copper_bars[north=true,south=true,west=true]
|aXb,Z+Z,cXd;aXb,Z+Z,cXd;aNb,WYE,cSd
|marks=1,0,1#114514}}
 
}}


== Sounds ==
== Sounds ==
Line 61: Line 130:
== Data values ==
== Data values ==
=== ID ===
=== ID ===
{{edition|java}}:
{{JE}}:
{{ID table
{{ID table
|edition=java
|edition=java
Line 71: Line 140:
|spritetype=block
|spritetype=block
|nameid=copper_trap
|nameid=copper_trap
|blocktags=traps
|itemtags=traps
}}
}}
{{ID table
{{ID table
Line 83: Line 150:
|spritetype=block
|spritetype=block
|nameid=exposed_copper_trap
|nameid=exposed_copper_trap
|blocktags=traps
|itemtags=traps
}}
}}
{{ID table
{{ID table
Line 95: Line 160:
|spritetype=block
|spritetype=block
|nameid=weathered_copper_trap
|nameid=weathered_copper_trap
|blocktags=traps
|itemtags=traps
}}
}}
{{ID table
{{ID table
Line 107: Line 170:
|spritetype=block
|spritetype=block
|nameid=oxidized_copper_trap
|nameid=oxidized_copper_trap
|blocktags=traps
|itemtags=traps
}}
}}
{{ID table
{{ID table
Line 119: Line 180:
|spritetype=block
|spritetype=block
|nameid=waxed_copper_trap
|nameid=waxed_copper_trap
|blocktags=traps
|itemtags=traps
}}
}}
{{ID table
{{ID table
Line 131: Line 190:
|spritetype=block
|spritetype=block
|nameid=waxed_exposed_copper_trap
|nameid=waxed_exposed_copper_trap
|blocktags=traps
|itemtags=traps
}}
}}
{{ID table
{{ID table
Line 143: Line 200:
|spritetype=block
|spritetype=block
|nameid=waxed_weathered_copper_trap
|nameid=waxed_weathered_copper_trap
|blocktags=traps
|itemtags=traps
}}
}}
{{ID table
{{ID table
Line 155: Line 210:
|spritetype=block
|spritetype=block
|nameid=waxed_oxidized_copper_trap
|nameid=waxed_oxidized_copper_trap
|blocktags=traps
|itemtags=traps
|foot=1
|foot=1
}}
}}
== Advancements ==
{{load advancements|You Played Yourself|page=Java Edition 26w14a}}


== Issues ==
== Issues ==
Line 173: Line 229:
{{Navbox jokes|26w14a}}
{{Navbox jokes|26w14a}}


[[Minecraft:lzh:銅阱]]
[[Minecraft:pt:Edição Java 26w14a/Copper Trap]]
[[Minecraft:pt:Edição Java 26w14a/Copper Trap]]
[[Minecraft:zh:铜陷阱]]
[[Minecraft:zh:铜陷阱]]

Latest revision as of 11:04, 16 May 2026

Template:Joke feature Template:Wip Template:Infobox block A copper trap is a block found in Minecraft:26w14a.

Obtaining

Breaking

Although the copper trap has a drop, no vanilla tool is suitable for breaking it, so breaking it with any tool will have no effect. Furthermore, attempting to use Minecraft:Attack / Mine to order a tool to mine it will not happen, as tools only break blocks that they can mine. However, it is still possible to make a copper trap block drop a living copper trap with an explosion.

Using cheats, it's possible to create a tool capable of mining it by modifying Template:DCL data component. Can be add this block in Template:Tag link so that it can be mined by any pickaxe (additionally, adding a tag like Template:Tag link prevents it from being mined by some pickaxes.)

Template:Breaking row

Post-generation

If at least eight living Minecraft:copper bars of the same variant come close together, a living copper trap of that variant will form.

It can be placed as an item in a container by approaching a living container or using a hopper.

Usage

Oxidation

Unlike most copper blocks, copper traps cannot change their Minecraft:oxidation or wax state. However, unwaxed copper traps will continue to slow or prevent the oxidation of nearby unwaxed copper blocks. This behavior is common to all unwaxed copper blocks (see Template:Slink), but due to the fact that copper traps do not oxidize, they may fully prevent the oxidation of nearby copper blocks at the same oxidation level.

Waxed copper traps have no effect on nearby copper blocks.

Trap

Living copper traps will attempt to pathfind towards the nearest player. When coming in contact with a player, it will spawn a cage of 25 copper bars of the same variant of the copper trap around them, trapping them. The copper bars replace all blocks that were previously in the copper bars' positions, including otherwise unbreakable blocks.

Template:Tabber

Sounds

Template:Sound table/Block/Copper/JE

Data values

ID

Template:JE: Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table

Advancements

Template:Load advancements

Issues

Template:April Fools issue list

Trivia

References

Template:Reflist

Navigation

Template:Navbox blocks Template:Navbox jokes

Minecraft:lzh:銅阱 Minecraft:pt:Edição Java 26w14a/Copper Trap Minecraft:zh:铜陷阱