Minecraft:String: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 12: | Line 12: | ||
| renewable = Yes | | renewable = Yes | ||
| stackable = Yes (64) | | stackable = Yes (64) | ||
| waterloggable = {{ | | waterloggable = {{MC/JEBE|No|Yes}} | ||
| flammable = No | | flammable = No | ||
| lavasusceptible = No | | lavasusceptible = No | ||
}} | }} | ||
'''String''' is an [[Minecraft:item]] that can be used as a [[Minecraft:crafting]] material or placed as '''tripwire''' to allow | '''String''' is an [[Minecraft:item]] that can be used as a [[Minecraft:crafting]] material or placed as '''tripwire''' to allow tripwire hooks and [[Minecraft:observer]]s to detect entities that touch it. | ||
== Obtaining == | == Obtaining == | ||
=== Breaking === | === Breaking === | ||
Tripwire can be {{ | Tripwire can be {{MC/Control|broken}} instantly with any [[Minecraft:tool]], dropping string. Tripwire is also removed and drops string as an [[Minecraft:item]] when: | ||
* [[Minecraft:Water]] flows into its space | * [[Minecraft:Water]] flows into its space | ||
| Line 27: | Line 27: | ||
Tripwire is destroyed without dropping string if [[Minecraft:lava]] flows into its space. | Tripwire is destroyed without dropping string if [[Minecraft:lava]] flows into its space. | ||
A [[Minecraft:cobweb]] drops string when it is broken in these ways (see also {{ | A [[Minecraft:cobweb]] drops string when it is broken in these ways (see also {{MC/Section link|Cobweb|Usage}}): | ||
* Breaking a cobweb with a [[Minecraft:sword]] | * Breaking a cobweb with a [[Minecraft:sword]] | ||
| Line 34: | Line 34: | ||
=== Natural generation === | === Natural generation === | ||
Five pieces of tripwire generate naturally in every | Five pieces of tripwire generate naturally in every jungle pyramid. Several tripwires can generate inside trial chambers next to [[Minecraft:dispenser]]s as traps. | ||
=== Mob loot === | === Mob loot === | ||
| Line 41: | Line 41: | ||
=== Generated loot === | === Generated loot === | ||
{{LootChestItem|string}} | {{MC/LootChestItem|string}} | ||
=== Fishing === | === Fishing === | ||
String has a 0.5% ({{frac|1|200}}) chance of being caught when | String has a 0.5% ({{frac|1|200}}) chance of being caught when fishing with an unenchanted fishing rod. The chance decreases to 0.4% ({{frac|1|250}}), 0.3% ({{frac|1|333}}), and 0.2% ({{frac|1|500}}) if the fishing rod is enchanted with Luck of the Sea at enchantment levels I, II, and III, respectively. | ||
=== Bartering === | === Bartering === | ||
[[Minecraft:Piglin]]s may | [[Minecraft:Piglin]]s may barter 3-9 string with a chance of ~4.26% ({{frac|20|469}}) when given a gold ingot. | ||
=== Cat gifts === | === Cat gifts === | ||
{{ | {{MC/Main|Cat#Gifts}} | ||
Tamed | Tamed cats have a 70% chance of giving the player a gift when they wake up from a [[Minecraft:bed]], and the gift has a 16.13% chance to be a string. | ||
== Usage == | == Usage == | ||
String can be used as a crafting ingredient and tripwire can be used as a | String can be used as a crafting ingredient and tripwire can be used as a redstone circuit component. It can also be used to keep players from ender-pearling through that space. | ||
=== Crafting ingredient === | === Crafting ingredient === | ||
| Line 60: | Line 60: | ||
=== Redstone component === | === Redstone component === | ||
{{ | {{MC/Redirect|Tripwire|tripwire hooks|Tripwire Hook}} | ||
{{ | {{MC/See also|Redstone circuits}} | ||
String can be placed as tripwire, which detects entities intersecting with it (players, mobs, items, etc.). | String can be placed as tripwire, which detects entities intersecting with it (players, mobs, items, etc.). | ||
| Line 67: | Line 67: | ||
; Placement | ; Placement | ||
To place tripwire, {{ | To place tripwire, {{MC/Control|use}} string while pointing at a surface facing the space the tripwire should occupy. | ||
{{Schematic | caption = | {{Schematic | caption = | ||
| Line 73: | Line 73: | ||
|SB|th-$w|tw-$ew|tw-$ew|tw-$ew|th-$e|SB | |SB|th-$w|tw-$ew|tw-$ew|tw-$ew|th-$e|SB | ||
}} | }} | ||
: A line of tripwire blocks can form a simple "circuit" when placed without gaps in a straight line (1 to 40 blocks long) between two | : A line of tripwire blocks can form a simple "circuit" when placed without gaps in a straight line (1 to 40 blocks long) between two tripwire hooks that face inward toward the tripwire blocks. Multiple tripwire circuits can intersect one another, and the tripwire at each intersection can activate each circuit it belongs to. | ||
; Activation | ; Activation | ||
A tripwire block is activated by any | A tripwire block is activated by any entity intersecting the tripwire hitbox, except spectators and area effect clouds. {{MC/In|Java}}, the following entities also do not activate tripwire: thrown eyes of ender, the ender dragon, markers, and [[Minecraft:item]]s clipped into [[Minecraft:solid block]]s. Notably, there are some entities that still activate tripwire despite otherwise ignoring block collisions while moving, such as vexes{{only|java}}, and thrown eyes of ender{{only|bedrock}}. Active tripwires ''do not'' produce redstone power, despite their active state being referred to in-game as "powered". An [[Minecraft:observer]] facing a tripwire will pulse whenever it is activated or deactivated, even if it is not attached to any tripwire hooks. | ||
; Behavior{{Info needed|This section may be accurate only for Java Edition}} | ; Behavior{{MC/Info needed|This section may be accurate only for Java Edition}} | ||
When any entity activates an inactive tripwire, the tripwire first [[Minecraft:Block update|updates]] its immediate neighbors, and then searches to the south and west looking for | When any entity activates an inactive tripwire, the tripwire first [[Minecraft:Block update|updates]] its immediate neighbors, and then searches to the south and west looking for tripwire hooks to signal to update (no search is done toward the east or north). A search in any given direction is successful if a hook is found fewer than 41 blocks away, is facing toward the updater tripwire, and is connected to the updater tripwire by a continuous line of tripwire blocks. | ||
After these updates are processed, the activated tripwire [[Minecraft:Tick#Scheduled_tick|schedules a block tick]] at its own position to be processed 10 | After these updates are processed, the activated tripwire [[Minecraft:Tick#Scheduled_tick|schedules a block tick]] at its own position to be processed 10 game ticks later. If the tripwire is still active during this scheduled tick, it checks whether there are any entities that should keep it activated. If there are any, the tripwire stays activated and schedules another block tick on itself for 10 game ticks later. If there are no entities that should keep the tripwire activated, the tripwire deactivates and sends the same updates as when initially activating – namely, a neighbor update and a "south-and-west signal" for tripwire hooks to update. This same set of updates is also sent when tripwire is broken (including by being washed away by spreading [[Minecraft:water]] {{MC/In|java}}). | ||
If any tripwire hook is signaled to update and finds itself to be part of a valid tripwire circuit, it becomes active and produces a redstone signal in much the same way a [[Minecraft:button]] does. | If any tripwire hook is signaled to update and finds itself to be part of a valid tripwire circuit, it becomes active and produces a redstone signal in much the same way a [[Minecraft:button]] does. | ||
| Line 94: | Line 94: | ||
== Sounds == | == Sounds == | ||
=== Generic === | === Generic === | ||
{{Sound table/Block/Normal}} | {{MC/Sound table/Block/Normal}} | ||
=== Unique === | === Unique === | ||
{{ | {{MC/Edition|java}} | ||
{{SoundTable | {{SoundTable | ||
| type = java | | type = java | ||
| Line 144: | Line 144: | ||
}} | }} | ||
{{ | {{MC/Edition|bedrock}}: | ||
{{SoundTable | {{SoundTable | ||
| type = bedrock | | type = bedrock | ||
| Line 182: | Line 182: | ||
== Data values == | == Data values == | ||
=== ID === | === ID === | ||
{{ | {{MC/Edition|java}}: | ||
{{ID table | {{ID table | ||
|edition=java | |edition=java | ||
| Line 200: | Line 200: | ||
|foot=1}} | |foot=1}} | ||
{{ | {{MC/Edition|bedrock}}: | ||
{{ID table | {{ID table | ||
|edition=bedrock | |edition=bedrock | ||
| Line 223: | Line 223: | ||
=== Block states === | === Block states === | ||
{{ | {{MC/See also|Block states}} | ||
{{ | {{MC/Edition|java}}: | ||
{{bst|attached|false|false,true|True if the tripwire is connected to a valid tripwire circuit.}} | {{bst|attached|false|false,true|True if the tripwire is connected to a valid tripwire circuit.}} | ||
{{bst|disarmed|false|false,true|True if the tripwire is disarmed, that is, broken using [[Minecraft:shears]].}} | {{bst|disarmed|false|false,true|True if the tripwire is disarmed, that is, broken using [[Minecraft:shears]].}} | ||
| Line 234: | Line 234: | ||
{{bst|west|false|false,true|True if the tripwire connects to other tripwire or tripwire hooks to the west.|foot=1}} | {{bst|west|false|false,true|True if the tripwire connects to other tripwire or tripwire hooks to the west.|foot=1}} | ||
{{ | {{MC/Edition|bedrock}}: | ||
{{bst|showaux=1|bits=0x4|attached_bit|false|false,true|True if the tripwire is connected to a valid tripwire circuit.|0,1}} | {{bst|showaux=1|bits=0x4|attached_bit|false|false,true|True if the tripwire is connected to a valid tripwire circuit.|0,1}} | ||
{{bst|bits=0x8|disarmed_bit|false|false,true|True if the tripwire is disarmed, that is, broken using [[Minecraft:shears]].|0,1}} | {{bst|bits=0x8|disarmed_bit|false|false,true|True if the tripwire is disarmed, that is, broken using [[Minecraft:shears]].|0,1}} | ||
{{bst|bits=0x1|powered_bit|false|false,true|True if the tripwire is active.|0,1}} | {{bst|bits=0x1|powered_bit|false|false,true|True if the tripwire is active.|0,1}} | ||
{{bst|bits=0x2|suspended_bit|true|false,true|True if the tripwire hasn't connected to a valid tripwire circuit. (makes | {{bst|bits=0x2|suspended_bit|true|false,true|True if the tripwire hasn't connected to a valid tripwire circuit. (makes hitbox larger when true)|0,1|foot=1}} | ||
== Videos == | == Videos == | ||
{{ | {{MC/Yt|WUlhmu3JbcQ}} | ||
{{ | {{MC/Yt|-7jEtrETxwc}} | ||
== History == | == History == | ||
{{See technical block|Tripwire}} | {{MC/See technical block|Tripwire}} | ||
=== ''Java Edition'' === | === ''Java Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java indev}} | |{{MC/HistoryLine|java indev}} | ||
|{{HistoryLine||0.31|dev=20100130|[[File:String JE1 BE1.png|32px]] Added string. | |{{MC/HistoryLine||0.31|dev=20100130|[[File:String JE1 BE1.png|32px]] Added string. | ||
|[[Minecraft:Bow]]s and [[Minecraft:arrow]]s can be | |[[Minecraft:Bow]]s and [[Minecraft:arrow]]s can be crafted using string.}} | ||
|{{HistoryLine|||dev=20100201-2227|[[Minecraft:wool|Light gray cloth]] can now be crafted using nine string.}} | |{{MC/HistoryLine|||dev=20100201-2227|[[Minecraft:wool|Light gray cloth]] can now be crafted using nine string.}} | ||
|{{HistoryLine||20100219| | |{{MC/HistoryLine||20100219|Spiders now drop string.}} | ||
|{{HistoryLine|java infdev}} | |{{MC/HistoryLine|java infdev}} | ||
|{{HistoryLine||20100625-1917|String can now be found inside [[Minecraft:chest]]s in the new | |{{MC/HistoryLine||20100625-1917|String can now be found inside [[Minecraft:chest]]s in the new dungeons.}} | ||
|{{HistoryLine|java alpha}} | |{{MC/HistoryLine|java alpha}} | ||
|{{HistoryLine||v1.1.1|String can now be used to craft | |{{MC/HistoryLine||v1.1.1|String can now be used to craft fishing rods.}} | ||
|{{HistoryLine|java beta}} | |{{MC/HistoryLine|java beta}} | ||
|{{HistoryLine||1.5|Introduced [[Minecraft:cobweb]]s, which | |{{MC/HistoryLine||1.5|Introduced [[Minecraft:cobweb]]s, which drop string when broken with a [[Minecraft:sword]].}} | ||
|{{HistoryLine||1.6.6|Wool is now crafted from four string rather than nine.}} | |{{MC/HistoryLine||1.6.6|Wool is now crafted from four string rather than nine.}} | ||
|{{HistoryLine||1.7|Cobwebs now drop string when broken using [[Minecraft:shears]].}} | |{{MC/HistoryLine||1.7|Cobwebs now drop string when broken using [[Minecraft:shears]].}} | ||
|{{HistoryLine||1.8|dev=Pre-release|Cobwebs now generate naturally, making them a viable method to obtain string.}} | |{{MC/HistoryLine||1.8|dev=Pre-release|Cobwebs now generate naturally, making them a viable method to obtain string.}} | ||
|{{HistoryLine|java}} | |{{MC/HistoryLine|java}} | ||
|{{HistoryLine||May 28, 2012|link=none|Tripwire was first revealed on | |{{HistoryLine||May 28, 2012|link=none|Tripwire was first revealed on Dinnerbone's Twitter.<ref>{{tweet|Dinnerbone|207154562711289856|It's a tripwire, yeah.|May 28, 2012}}</ref><ref>{{tweet|Dinnerbone|207155073023868928|You place it yourself. String is now placeable|May 28, 2012}}</ref> Dinnerbone released a [{{MC/Ytl|mWuvXIzYcTc}} video] showing him experimenting with tripwire before its release.}} | ||
|{{HistoryLine||1.3.1|dev=12w22a|[[File:Tripwire (NESW).png|32px]] String can now be placed on the ground as tripwire.}} | |{{MC/HistoryLine||1.3.1|dev=12w22a|[[File:Tripwire (NESW).png|32px]] String can now be placed on the ground as tripwire.}} | ||
|{{HistoryLine|||dev=12w23a|Tripwire can now activated by most | |{{MC/HistoryLine|||dev=12w23a|Tripwire can now activated by most entities (including arrows). | ||
|The max distance of tripwire has now been increased from 18 to 40 [[Minecraft:block]]s. | |The max distance of tripwire has now been increased from 18 to 40 [[Minecraft:block]]s. | ||
|Tripwire now has a translucent texture.}} | |Tripwire now has a translucent texture.}} | ||
|{{HistoryLine||1.6.1|dev=13w18a|String can now be used to craft [[Minecraft:lead]]s.}} | |{{MC/HistoryLine||1.6.1|dev=13w18a|String can now be used to craft [[Minecraft:lead]]s.}} | ||
|{{HistoryLine||1.7|dev=13w36a|String can now be obtained by | |{{MC/HistoryLine||1.7|dev=13w36a|String can now be obtained by fishing.}} | ||
|{{HistoryLine||1.8|dev=14w02a|String can now be | |{{MC/HistoryLine||1.8|dev=14w02a|String can now be sold to fletcher and fisherman [[Minecraft:villager]]s, at 15–20 string for 1 [[Minecraft:emerald]].}} | ||
|{{HistoryLine|||dev=14w04a|[[File:Tripwire (in minecart) 14w04a.png|32px]] If tripwire is set to render as the block inside of a [[Minecraft:minecart]] via commands or map editing, it now appears as this (previously it would be entirely invisible).}} | |{{MC/HistoryLine|||dev=14w04a|[[File:Tripwire (in minecart) 14w04a.png|32px]] If tripwire is set to render as the block inside of a [[Minecraft:minecart]] via commands or map editing, it now appears as this (previously it would be entirely invisible).}} | ||
|{{HistoryLine|||dev=14w25a|Now shearing tripwire leads to the tripwire becoming "disarmed" and no longer sending signals to the hooks, nor sending out updates if not triggered by an entity when being sheared, in response to entity interactions; however this also prevents breaking the block afterward except by rapidly {{ | |{{HistoryLine|||dev=14w25a|Now shearing tripwire leads to the tripwire becoming "disarmed" and no longer sending signals to the hooks, nor sending out updates if not triggered by an entity when being sheared, in response to entity interactions; however this also prevents breaking the block afterward except by rapidly {{MC/Control|destroy}}ing it suggesting part of this behavior is unintended.<ref>{{bug|MC-129055||Issues breaking tripwire with shears}}</ref>}} | ||
|{{HistoryLine|||dev=pre3|Tripwire now breaks when being sheared.}} | |{{MC/HistoryLine|||dev=pre3|Tripwire now breaks when being sheared.}} | ||
|{{HistoryLine|||dev=release|Tripwire is now translucent.{{ | |{{HistoryLine|||dev=release|Tripwire is now translucent.{{MC/Verify|did something change between 12w23a and now?}}}} | ||
|{{HistoryLine||1.9|dev=15w44a|String now generates in | |{{MC/HistoryLine||1.9|dev=15w44a|String now generates in desert pyramid chests. | ||
|The average yield of string in | |The average yield of string in dungeon chests has now more than doubled.}} | ||
|{{HistoryLine|||dev=15w49a|The <code>suspended</code> block state has now been removed from tripwire.}} | |{{MC/HistoryLine|||dev=15w49a|The <code>suspended</code> block state has now been removed from tripwire.}} | ||
|{{HistoryLine||1.11|dev=16w39a|String can now be found in | |{{MC/HistoryLine||1.11|dev=16w39a|String can now be found in woodland mansion chests.}} | ||
|{{HistoryLine||1.13|dev=17w47a | |{{MC/HistoryLine||1.13|dev=17w47a|Removed the numeric IDs of string (287) and tripwire (132). | ||
|Tripwire can again be disarmed.}} | |Tripwire can again be disarmed.}} | ||
|{{HistoryLine||1.14|dev=18w43a|String can now be used to craft [[Minecraft:crossbow]]s and [[Minecraft:loom]]s. | |{{MC/HistoryLine||1.14|dev=18w43a|String can now be used to craft [[Minecraft:crossbow]]s and [[Minecraft:loom]]s. | ||
|[[File:String JE2 BE2.png|32px]] The texture of string has now been changed.}} | |[[File:String JE2 BE2.png|32px]] The texture of string has now been changed.}} | ||
|{{HistoryLine|||dev=18w44a| | |{{MC/HistoryLine|||dev=18w44a|Cats now drop 0-2 string upon death. | ||
|Cats now offer string as | |Cats now offer string as gifts.}} | ||
|{{HistoryLine|||dev=18w45a|String can now be used to craft [[Minecraft:scaffolding]].}} | |{{MC/HistoryLine|||dev=18w45a|String can now be used to craft [[Minecraft:scaffolding]].}} | ||
|{{HistoryLine|||dev=18w47a|String can now be found inside | |{{MC/HistoryLine|||dev=18w47a|String can now be found inside pillager outpost chests.}} | ||
|{{HistoryLine|||dev=19w11a|Fisherman villagers now buy 20 string for 1 emerald. | |{{MC/HistoryLine|||dev=19w11a|Fisherman villagers now buy 20 string for 1 emerald. | ||
|Fletcher villagers now buy 14 string for 1 emerald.}} | |Fletcher villagers now buy 14 string for 1 emerald.}} | ||
|{{HistoryLine||1.16|dev=20w09a|String can now be obtained through | |{{MC/HistoryLine||1.16|dev=20w09a|String can now be obtained through bartering with [[Minecraft:piglin]]s.}} | ||
|{{HistoryLine|||dev=20w13a| | |{{MC/HistoryLine|||dev=20w13a|Striders now drop string upon death.}} | ||
|{{HistoryLine|||dev=20w16a|String now generates in | |{{MC/HistoryLine|||dev=20w16a|String now generates in bastion remnants chests.}} | ||
|{{HistoryLine||1.17|dev=20w45a|String can now be used to craft [[Minecraft:bundle]]s and [[Minecraft:candle]]s.}} | |{{MC/HistoryLine||1.17|dev=20w45a|String can now be used to craft [[Minecraft:bundle]]s and [[Minecraft:candle]]s.}} | ||
|{{HistoryLine|||dev=21w13a|The model of the tripwire has been tweaked that the underside texture is mirrored.}} | |{{MC/HistoryLine|||dev=21w13a|The model of the tripwire has been tweaked that the underside texture is mirrored.}} | ||
|{{HistoryLine|||dev=21w19a|String can no longer be used to craft bundles and candles.}} | |{{MC/HistoryLine|||dev=21w19a|String can no longer be used to craft bundles and candles.}} | ||
|{{HistoryLine|||dev=pre1|String can once again used to craft candles.}} | |{{MC/HistoryLine|||dev=pre1|String can once again used to craft candles.}} | ||
|{{HistoryLine||1.18|dev=Experimental Snapshot 1|String can now once again be used to craft bundles.}} | |{{MC/HistoryLine||1.18|dev=Experimental Snapshot 1|String can now once again be used to craft bundles.}} | ||
|{{HistoryLine|||dev=21w37a|String once again can no longer be used to craft bundles.}} | |{{MC/HistoryLine|||dev=21w37a|String once again can no longer be used to craft bundles.}} | ||
|{{HistoryLine||1.19.3|exp=Update 1.20|dev=22w42a|String can now once again be used to craft bundles.}} | |{{MC/HistoryLine||1.19.3|exp=Update 1.20|dev=22w42a|String can now once again be used to craft bundles.}} | ||
|{{HistoryLine||1.19.4|exp=Update 1.20|dev=23w07a|String can now be used to craft [[Minecraft:brush]]es.}} | |{{MC/HistoryLine||1.19.4|exp=Update 1.20|dev=23w07a|String can now be used to craft [[Minecraft:brush]]es.}} | ||
|{{HistoryLine|||dev=pre1|String can no longer be used to craft brushes.}} | |{{MC/HistoryLine|||dev=pre1|String can no longer be used to craft brushes.}} | ||
|{{HistoryLine||1.20|dev=23w12a|String can now be found in | |{{MC/HistoryLine||1.20|dev=23w12a|String can now be found in suspicious gravel and suspicious sand in trail ruins.}} | ||
|{{HistoryLine|||dev=23w16a|String no longer generates in | |{{MC/HistoryLine|||dev=23w16a|String no longer generates in suspicious sand in trail ruins. | ||
|Due to the split of the archaeological loot tables for the suspicious gravel within the | |Due to the split of the archaeological loot tables for the suspicious gravel within the trail ruins, string now is in the common loot.}} | ||
|{{HistoryLine||1.20.3|dev=23w45a|exp=Update 1.21|Tripwires can now be found in | |{{MC/HistoryLine||1.20.3|dev=23w45a|exp=Update 1.21|Tripwires can now be found in trial chambers.}} | ||
|{{HistoryLine||1.21.2|dev=24w33a|Tripwire again breaks when being sheared.}} | |{{MC/HistoryLine||1.21.2|dev=24w33a|Tripwire again breaks when being sheared.}} | ||
|{{HistoryLine||26.1|dev=snap3|The Tripwire texture is now rendered as alpha cutout instead of transparent.}} | |{{MC/HistoryLine||26.1|dev=snap3|The Tripwire texture is now rendered as alpha cutout instead of transparent.}} | ||
}} | }} | ||
=== ''Bedrock Edition'' === | === ''Bedrock Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|pocket alpha}} | |{{MC/HistoryLine|pocket alpha}} | ||
|{{HistoryLine||v0.2.0|[[File:String JE1 BE1.png|32px]] Added string. It is currently unobtainable and serves no purpose.}} | |{{MC/HistoryLine||v0.2.0|[[File:String JE1 BE1.png|32px]] Added string. It is currently unobtainable and serves no purpose.}} | ||
|{{HistoryLine||v0.3.3|Added spiders, which drop string when they die. | |{{MC/HistoryLine||v0.3.3|Added spiders, which drop string when they die. | ||
|String can now be used to craft [[Minecraft:bow]]s.}} | |String can now be used to craft [[Minecraft:bow]]s.}} | ||
|{{HistoryLine||v0.4.0|String can now be crafted into [[Minecraft:wool]].}} | |{{MC/HistoryLine||v0.4.0|String can now be crafted into [[Minecraft:wool]].}} | ||
|{{HistoryLine||v0.11.0|dev=build 1|String can now be used to craft | |{{MC/HistoryLine||v0.11.0|dev=build 1|String can now be used to craft fishing rods. | ||
|String can now be caught as a junk [[Minecraft:item]] from | |String can now be caught as a junk [[Minecraft:item]] from fishing.}} | ||
|{{HistoryLine||v0.13.0|dev=build 1|[[File:Tripwire (NESW).png|32px]] String can now be placed on the ground as a tripwire. | |{{MC/HistoryLine||v0.13.0|dev=build 1|[[File:Tripwire (NESW).png|32px]] String can now be placed on the ground as a tripwire. | ||
|String can now be found in | |String can now be found in desert pyramid chests.}} | ||
|{{HistoryLine||v0.15.0|dev=build 1|String can now be used to craft [[Minecraft:lead]]s. | |{{MC/HistoryLine||v0.15.0|dev=build 1|String can now be used to craft [[Minecraft:lead]]s. | ||
|Tripwire now generates in | |Tripwire now generates in jungle pyramids.}} | ||
|{{HistoryLine|pocket}} | |{{MC/HistoryLine|pocket}} | ||
|{{HistoryLine||1.0.4|dev=alpha 1.0.4.0|15-20 String can now be | |{{MC/HistoryLine||1.0.4|dev=alpha 1.0.4.0|15-20 String can now be sold to fletcher and fisherman [[Minecraft:villager]]s for an [[Minecraft:emerald]].}} | ||
|{{HistoryLine||1.1.0|dev=alpha 1.1.0.0|String can now be found in | |{{MC/HistoryLine||1.1.0|dev=alpha 1.1.0.0|String can now be found in woodland mansion chests. | ||
|[[Minecraft:Cobweb]]s can now be used to | |[[Minecraft:Cobweb]]s can now be used to craft 9 string.}} | ||
|{{HistoryLine|bedrock}} | |{{MC/HistoryLine|bedrock}} | ||
|{{HistoryLine||1.8.0|dev=beta 1.8.0.8|Tamed | |{{MC/HistoryLine||1.8.0|dev=beta 1.8.0.8|Tamed cats can now give the player string as gifts. | ||
|String can now be used to craft [[Minecraft:scaffolding]]. | |String can now be used to craft [[Minecraft:scaffolding]]. | ||
| | |Cats now drop 0–2 string.}} | ||
|{{HistoryLine|||dev=beta 1.8.0.10|String can now be used to craft [[Minecraft:crossbow]]s.}} | |{{MC/HistoryLine|||dev=beta 1.8.0.10|String can now be used to craft [[Minecraft:crossbow]]s.}} | ||
|{{HistoryLine||1.9.0|dev=beta 1.9.0.0|Tripwire string that is broken now activates, unless broken with [[Minecraft:shears]].}} | |{{MC/HistoryLine||1.9.0|dev=beta 1.9.0.0|Tripwire string that is broken now activates, unless broken with [[Minecraft:shears]].}} | ||
|{{HistoryLine||1.10.0|dev=beta 1.10.0.3|String can now be found in | |{{MC/HistoryLine||1.10.0|dev=beta 1.10.0.3|String can now be found in pillager outpost chests. | ||
|String can now be used to craft a [[Minecraft:loom]]. | |String can now be used to craft a [[Minecraft:loom]]. | ||
|[[File:String JE2 BE2.png|32px]] The texture of string has now been changed.}} | |[[File:String JE2 BE2.png|32px]] The texture of string has now been changed.}} | ||
|{{HistoryLine||1.11.0|dev=beta 1.11.0.4| | |{{MC/HistoryLine||1.11.0|dev=beta 1.11.0.4|Trading has now been changed, fisherman [[Minecraft:villager]]s now have a 50% chance to buy 20 string as part of their first-tier trade. | ||
|Fletcher villagers now buy 14 string for an [[Minecraft:emerald]] as their third-tier trade.}} | |Fletcher villagers now buy 14 string for an [[Minecraft:emerald]] as their third-tier trade.}} | ||
|{{HistoryLine||1.16.0|dev=beta 1.16.0.57|String can now be obtained through | |{{MC/HistoryLine||1.16.0|dev=beta 1.16.0.57|String can now be obtained through bartering with [[Minecraft:piglin]]s. | ||
|Added | |Added striders, which drop string upon death. | ||
|String can now be found in | |String can now be found in bastion remnants chests.}} | ||
|{{HistoryLine||1.17.10|dev=beta 1.17.10.22|String can now be used to craft [[Minecraft:candle]]s.}} | |{{MC/HistoryLine||1.17.10|dev=beta 1.17.10.22|String can now be used to craft [[Minecraft:candle]]s.}} | ||
|{{HistoryLine||1.18.30|dev=beta 1.18.30.26|The ID of tripwire block is changed from <code>tripWire</code> to <code>trip_wire</code>}} | |{{MC/HistoryLine||1.18.30|dev=beta 1.18.30.26|The ID of tripwire block is changed from <code>tripWire</code> to <code>trip_wire</code>}} | ||
|{{HistoryLine||1.20.10|dev=Preview 1.20.10.20|String can no longer be crafted from cobwebs.}} | |{{MC/HistoryLine||1.20.10|dev=Preview 1.20.10.20|String can no longer be crafted from cobwebs.}} | ||
}} | }} | ||
=== Legacy Console Edition === | === Legacy Console Edition === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|console}} | |{{MC/HistoryLine|console}} | ||
|{{HistoryLine||xbox=TU1|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:String JE1 BE1.png|32px]] Added string.}} | |{{MC/HistoryLine||xbox=TU1|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:String JE1 BE1.png|32px]] Added string.}} | ||
|{{HistoryLine||xbox=TU14|ps3=1.04|psvita=1.00|ps4=1.00|[[File:Tripwire (NESW).png|32px]] String can now be placed on the ground as | |{{MC/HistoryLine||xbox=TU14|ps3=1.04|psvita=1.00|ps4=1.00|[[File:Tripwire (NESW).png|32px]] String can now be placed on the ground as tripwire.}} | ||
|{{HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|wiiu=Patch 1|switch=1.0.1|String can now be used to craft [[Minecraft:lead]]s.}} | |{{MC/HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|wiiu=Patch 1|switch=1.0.1|String can now be used to craft [[Minecraft:lead]]s.}} | ||
|{{HistoryLine||xbox=TU31|xbone=CU19|ps3=1.22|psvita=1.22|ps4=1.22|wiiu=Patch 3|switch=1.0.1|String can now be obtained by | |{{MC/HistoryLine||xbox=TU31|xbone=CU19|ps3=1.22|psvita=1.22|ps4=1.22|wiiu=Patch 3|switch=1.0.1|String can now be obtained by fishing.|String can now be sold to fletcher and fisherman [[Minecraft:villager]]s, at 15–20 string for 1 [[Minecraft:emerald]].}} | ||
|{{HistoryLine||xbox=TU54|xbone=CU44|ps3=1.52|psvita=1.52|ps4=1.52|wiiu=Patch 24|switch=1.0.4|String can now be found in | |{{MC/HistoryLine||xbox=TU54|xbone=CU44|ps3=1.52|psvita=1.52|ps4=1.52|wiiu=Patch 24|switch=1.0.4|String can now be found in woodland mansion chests.}} | ||
|{{HistoryLine||xbox=TU57|xbone=CU49|ps3=1.57|psvita=1.56|ps4=1.56|wiiu=Patch 27|switch=1.0.7| | |{{MC/HistoryLine||xbox=TU57|xbone=CU49|ps3=1.57|psvita=1.56|ps4=1.56|wiiu=Patch 27|switch=1.0.7|Webs can now be used to craft 9 string.}} | ||
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.83|wiiu=none|switch=none|String can now be used to craft [[Minecraft:scaffolding]].|Tamed | |{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.83|wiiu=none|switch=none|String can now be used to craft [[Minecraft:scaffolding]].|Tamed cats can now give the player string as gifts.|Cats now drop 0–2 string.{{MC/Verify}}}} | ||
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.88|wiiu=none|switch=none|Tripwires are now activated when | |{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.88|wiiu=none|switch=none|Tripwires are now activated when broken, unless broken with [[Minecraft:shears]].{{MC/Verify|Was this not the case before this update on PS4?}}}} | ||
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|String can now be used to craft [[Minecraft:crossbow]]s.|String can now be used to craft a [[Minecraft:loom]].|[[File:String JE2 BE2.png|32px]] The texture of string has now been changed.}} | |{{MC/HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|String can now be used to craft [[Minecraft:crossbow]]s.|String can now be used to craft a [[Minecraft:loom]].|[[File:String JE2 BE2.png|32px]] The texture of string has now been changed.}} | ||
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.91|wiiu=none|switch=none|String can now be found in | |{{MC/HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.91|wiiu=none|switch=none|String can now be found in pillager outpost chests.|Trading has now been changed, fisherman [[Minecraft:villager]]s now have a chance to buy 20 string as part of their first-tier trade.}} | ||
}} | }} | ||
=== ''New Nintendo 3DS Edition'' === | === ''New Nintendo 3DS Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|new 3ds}} | |{{MC/HistoryLine|new 3ds}} | ||
|{{HistoryLine||0.1.0|[[File:String JE1 BE1.png|32px]] Added string.}} | |{{MC/HistoryLine||0.1.0|[[File:String JE1 BE1.png|32px]] Added string.}} | ||
|{{HistoryLine||1.9.19|String can now be found in | |{{MC/HistoryLine||1.9.19|String can now be found in woodland mansion chests.}} | ||
}} | }} | ||
== Issues == | == Issues == | ||
{{Issue list|-noun|-pluralized|-integer|-untranslatable|-translated|-translation|-text|-subtitle|-command|-font|-word|-words|String|Tripwire}} | {{MC/Issue list|-noun|-pluralized|-integer|-untranslatable|-translated|-translation|-text|-subtitle|-command|-font|-word|-words|String|Tripwire}} | ||
== Gallery == | == Gallery == | ||
| Line 391: | Line 391: | ||
=== Screenshots === | === Screenshots === | ||
<gallery> | <gallery> | ||
DinnerboneTripwireDev3.png|The first image of tripwires | DinnerboneTripwireDev3.png|The first image of tripwires released by Mojang. | ||
DinnerboneTripwireDev4.png|An image | DinnerboneTripwireDev4.png|An image released by Mojang testing visibility of tripwires from a distance at night. | ||
DinnerboneTripwireDev5.png|The same room viewed from the same angle, in daytime. | DinnerboneTripwireDev5.png|The same room viewed from the same angle, in daytime. | ||
Dinnerbone String.png|Power lines made of suspended string blocks. | Dinnerbone String.png|Power lines made of suspended string blocks. | ||
| Line 399: | Line 399: | ||
=== In other media === | === In other media === | ||
<gallery> | <gallery> | ||
Kai's mistake.png| | Kai's mistake.png|Kai setting off a tripwire. | ||
</gallery> | </gallery> | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== External links == | == External links == | ||
| Line 409: | Line 409: | ||
== Navigation == | == Navigation == | ||
{{Navbox redstone|Components}} | {{MC/Navbox redstone|Components}} | ||
{{Navbox items|Ingredients}} | {{MC/Navbox items|Ingredients}} | ||
{{Navbox blocks|Utility}} | {{MC/Navbox blocks|Utility}} | ||
[[Category:Generated structure blocks]] | [[Category:Generated structure blocks]] | ||
| Line 417: | Line 417: | ||
[[Category:Createable blocks]] | [[Category:Createable blocks]] | ||
cs:Vlákno | |||
de:Faden | |||
es:Hilo | |||
fr:Ficelle | |||
hu:Fonál | |||
it:Cordicella | |||
ja:糸 | |||
ko:실 | |||
lzh:綫 | |||
nl:Draad | |||
pl:Nić | |||
pt:Linha | |||
ru:Нить | |||
uk:Нитка | |||
zh:线 | |||
Latest revision as of 21:00, 9 April 2026
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
Template:Infobox block String is an Minecraft:item that can be used as a Minecraft:crafting material or placed as tripwire to allow tripwire hooks and Minecraft:observers to detect entities that touch it.
Obtaining
Breaking
Tripwire can be {{#vardefine: control | holding left click on mouse or holding right trigger on gamepad }}broken instantly with any Minecraft:tool, dropping string. Tripwire is also removed and drops string as an Minecraft:item when:
- Minecraft:Water flows into its space
- A Minecraft:piston pushes it or moves a Minecraft:block into its space
Tripwire is destroyed without dropping string if Minecraft:lava flows into its space.
A Minecraft:cobweb drops string when it is broken in these ways (see also Cobweb § Usage):
- Breaking a cobweb with a Minecraft:sword
- Pushing a cobweb with a Minecraft:piston
- Minecraft:Water breaking a cobweb by flowing over it (flowing Minecraft:lava destroys cobwebs without leaving string)
Natural generation
Five pieces of tripwire generate naturally in every jungle pyramid. Several tripwires can generate inside trial chambers next to Minecraft:dispensers as traps.
Mob loot
Generated loot
Script error: No such module "lootChest".
Fishing
String has a 0.5% (Template:Frac) chance of being caught when fishing with an unenchanted fishing rod. The chance decreases to 0.4% (Template:Frac), 0.3% (Template:Frac), and 0.2% (Template:Frac) if the fishing rod is enchanted with Luck of the Sea at enchantment levels I, II, and III, respectively.
Bartering
Minecraft:Piglins may barter 3-9 string with a chance of ~4.26% (Template:Frac) when given a gold ingot.
Cat gifts
{{#vardefine:params|0 }}Template:Hatnote Tamed cats have a 70% chance of giving the player a gift when they wake up from a Minecraft:bed, and the gift has a 16.13% chance to be a string.
Usage
String can be used as a crafting ingredient and tripwire can be used as a redstone circuit component. It can also be used to keep players from ender-pearling through that space.
Crafting ingredient
Redstone component
Template:Hatnote {{#vardefine:params|0 }}Template:Hatnote
String can be placed as tripwire, which detects entities intersecting with it (players, mobs, items, etc.).
- Placement
To place tripwire, {{#vardefine: control | right click on mouse or left trigger on gamepad }}use string while pointing at a surface facing the space the tripwire should occupy.
- A line of tripwire blocks can form a simple "circuit" when placed without gaps in a straight line (1 to 40 blocks long) between two tripwire hooks that face inward toward the tripwire blocks. Multiple tripwire circuits can intersect one another, and the tripwire at each intersection can activate each circuit it belongs to.
- Activation
A tripwire block is activated by any entity intersecting the tripwire hitbox, except spectators and area effect clouds. in Template:Editions, the following entities also do not activate tripwire: thrown eyes of ender, the ender dragon, markers, and Minecraft:items clipped into Minecraft:solid blocks. Notably, there are some entities that still activate tripwire despite otherwise ignoring block collisions while moving, such as vexesTemplate:Only, and thrown eyes of enderTemplate:Only. Active tripwires do not produce redstone power, despite their active state being referred to in-game as "powered". An Minecraft:observer facing a tripwire will pulse whenever it is activated or deactivated, even if it is not attached to any tripwire hooks.
- Behavior
<more information needed></more information needed>
When any entity activates an inactive tripwire, the tripwire first updates its immediate neighbors, and then searches to the south and west looking for tripwire hooks to signal to update (no search is done toward the east or north). A search in any given direction is successful if a hook is found fewer than 41 blocks away, is facing toward the updater tripwire, and is connected to the updater tripwire by a continuous line of tripwire blocks.
After these updates are processed, the activated tripwire schedules a block tick at its own position to be processed 10 game ticks later. If the tripwire is still active during this scheduled tick, it checks whether there are any entities that should keep it activated. If there are any, the tripwire stays activated and schedules another block tick on itself for 10 game ticks later. If there are no entities that should keep the tripwire activated, the tripwire deactivates and sends the same updates as when initially activating – namely, a neighbor update and a "south-and-west signal" for tripwire hooks to update. This same set of updates is also sent when tripwire is broken (including by being washed away by spreading Minecraft:water in Template:Editions).
If any tripwire hook is signaled to update and finds itself to be part of a valid tripwire circuit, it becomes active and produces a redstone signal in much the same way a Minecraft:button does.
A tripwire hook activates for 5 redstone ticks (0.5 seconds, barring lag) when any of its tripwires are destroyed, except when Minecraft:shears are used to destroy the tripwire.
Tripwire does not prevent mobs from spawning.
Trading
Sounds
Generic
Template:Edition: Template:Sound table/Block/Stone/JE
Template:Edition: Template:Sound table/Block/Normal/BE
Unique
Template:!((Java EditionTemplate:))! Template:SoundTable
Template:!((Bedrock EditionTemplate:))!: Template:SoundTable
Data values
ID
Template:!((Java EditionTemplate:))!: Template:ID table Template:ID table
Template:!((Bedrock EditionTemplate:))!: Template:ID table Template:ID table
Block states
{{#vardefine:params|0 }}Template:Hatnote
Template:!((Java EditionTemplate:))!: Template:Bst Template:Bst Template:Bst Template:Bst Template:Bst Template:Bst Template:Bst
Template:!((Bedrock EditionTemplate:))!: Template:Bst Template:Bst Template:Bst Template:Bst
Videos
- REDIRECT Template:YouTube
- REDIRECT Template:YouTube
History
Java Edition
Bedrock Edition
Legacy Console Edition
New Nintendo 3DS Edition
Issues
Script error: No such module "Issue list".
Gallery
Renders
-
(NS)
-
(N)
-
(E)
-
(S)
-
(W)
-
(EW)
-
(NE)
-
(ES)
-
(SW)
-
(NW)
-
(ESW)
-
(NSW)
-
(NEW)
-
(NES)
Screenshots
-
The first image of tripwires released by Mojang.
-
An image released by Mojang testing visibility of tripwires from a distance at night.
-
The same room viewed from the same angle, in daytime.
-
Power lines made of suspended string blocks.
In other media
-
Kai setting off a tripwire.
References
<references group="">
</references>
External links
- Taking Inventory: String – Minecraft.net on May 14, 2020
| |||||||
|
| |||||||
Template:Article otherTemplate:Article other
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
Template:Article otherTemplate:Article other
cs:Vlákno de:Faden es:Hilo fr:Ficelle hu:Fonál it:Cordicella ja:糸 ko:실 lzh:綫 nl:Draad pl:Nić pt:Linha ru:Нить uk:Нитка zh:线