String
Transparency |
Yes |
---|---|
Luminance |
No |
Blast resistance |
0 |
Tool |
Any tool |
Renewable |
Yes |
Stackable |
Yes (64) |
Flammable |
No |
Drops |
|
Data values |
|
Name |
|
String is used for the crafting recipes of many tools and utilities. When placed as a block, string becomes tripwire which, when combined with tripwire hooks can form a tripwire circuit.
Περιεχόμενα
Obtaining[επεξεργασία | επεξεργασία κώδικα]
String can be obtained from drops and fishing, and can be looted from jungle temples and dungeons.
Breaking[επεξεργασία | επεξεργασία κώδικα]
Tripwire can be mined instantly with any tool, dropping string.
Tripwire will also be removed and drop string as an item:
- if a full solid opaque block (but not a transparent block) beneath it is moved, removed, or destroyed
- if water flows into its space
- if a piston tries to push it or moves a block into its space
Tripwire will be destroyed without dropping string if lava flows into its space.
Cobwebs[επεξεργασία | επεξεργασία κώδικα]
- See also: Cobweb§ Usage
String can be obtained from breaking cobwebs with a sword, as well as by the pushing of cobwebs by pistons and when water flows over cobwebs.
Drops[επεξεργασία | επεξεργασία κώδικα]
Spiders and cave spiders drop up to two pieces of string upon death.
Fishing[επεξεργασία | επεξεργασία κώδικα]
String can be obtained by fishing.
Natural generation[επεξεργασία | επεξεργασία κώδικα]
Five pieces of tripwire generate naturally in every jungle temple.
String can be found in 39.1% of pillager outpost chests in stacks of 1–6, and in 57.8% of dungeon chests, 59.0% of desert temple chests, and 57.8% of woodland mansion chests, all in stacks of 1–8.
Usage[επεξεργασία | επεξεργασία κώδικα]
String can be used as a crafting ingredient and tripwire can be used as a redstone component.
Crafting ingredient[επεξεργασία | επεξεργασία κώδικα]
Trading[επεξεργασία | επεξεργασία κώδικα]
Fisherman and fletcher villagers will buy 15-20 string for an emerald.
Redstone component[επεξεργασία | επεξεργασία κώδικα]
- See also: Redstone circuit
Tripwire can be used to detect entities as part of a tripwire circuit.
- Placement
- To place tripwire, use string while pointing at a surface facing the space the tripwire should occupy.
- In order to activate tripwire hooks, tripwire must be part of a "tripwire circuit": a straight line of blocks consisting of a block with a tripwire hook attached to it, a "tripwire line" (1 to 40 blocks of tripwire), and a second tripwire hook attached to another block.
- Activation
- A tripwire activates if almost any entity (players, mobs, minecarts, boats, items, arrows, etc.) intersects its collision mask. The tripwire remains active until there are no entities intersecting its collision mask. Thrown potions, some arrows, thrown Ender pearls, and thrown eyes of ender will not activate tripwire.
- Behavior
- An active tripwire that is part of a valid tripwire circuit will cause the attached tripwire hooks to activate (producing redstone power). Active tripwires do not themselves produce redstone power.
- When tripwire is broken (including by being washed away by spreading water) after being part of a valid tripwire circuit, it will activate the attached tripwire hooks for 5 redstone ticks (10 game ticks, or 0.5 seconds barring lag). It will not produce the signal if it is broken using shears.
- A tripwire does not need to be part of a valid tripwire circuit to activate, but without valid attached tripwire hooks the activation or deactivation can only update adjacent blocks (for example, activating a BUD circuit).
Data values[επεξεργασία | επεξεργασία κώδικα]
ID[επεξεργασία | επεξεργασία κώδικα]
String has the ID name minecraft:string
. Tripwire has the ID name minecraft:tripwire
and is further defined by its block data. Tripwire also has a block state which is expected to replace the functionality of block data in a future version.
Block | ID Name | Numerical ID |
---|---|---|
Tripwire | tripwire
|
132 |
String | string |
287 |
Block data[επεξεργασία | επεξεργασία κώδικα]
- See also: Data values
Bits | Description |
---|---|
0x1 | Set if tripwire is activated (an entity is intersecting its collision mask). |
0x2 | Unused |
0x4 | Set if tripwire is attached to a valid tripwire circuit. |
0x8 | Set if tripwire is disarmed. |
Block state[επεξεργασία | επεξεργασία κώδικα]
- See also: Block states
Name | Value | Description |
---|---|---|
attached | true false | True if the tripwire is connected to a valid tripwire circuit. |
disarmed | true false | True if the tripwire is disarmed, that is, broken using shears. |
north south east west | true false |
True if the tripwire connects in that direction. For example, if east, west and south are true the tripwire is connected to either tripwire or tripwire hooks in those directions. |
powered | true false | True if the tripwire is active. |
Video[επεξεργασία | επεξεργασία κώδικα]
History[επεξεργασία | επεξεργασία κώδικα]
Indev | ||||
---|---|---|---|---|
February 19, 2010 | Added string, as a drop from spiders. Bows can now be crafted. | |||
Infdev | ||||
Seecret Friday 2 | String is found in the new dungeon chests. | |||
Alpha | ||||
1.1.1 | String is now used to craft fishing rods. | |||
Beta | ||||
1.5 | Introduced cobwebs, which drop string when broken with a sword. | |||
1.7 | Cobwebs now drop string when broken using shears. | |||
1.8 | Cobwebs now generate naturally, making them a viable method to obtain string. | |||
Official release | ||||
1.3.1 | 12w22a | String can be placed on the ground as a tripwire. Tripwire was first revealed on Dinnerbone's Twitter. Dinnerbone released a video showing him experimenting with tripwire before its release. | ||
12w23a | Tripwire is now activated by most entities (including arrows), and the max distance has been increased from 18 to 40 blocks. | |||
1.6.1 | 13w18a | String is now used to craft leads. | ||
1.7.2 | 13w37a | Block ID 132 (tripwire) was removed from the /give command. | ||
1.8 | Tripwire is now translucent. | |||
1.9 | 15w44a | Added to desert temple chests, and more than doubled the average yield from dungeon chests. | ||
15w49a | The suspended block state is removed from tripwire. | |||
1.11 | 16w39a | String is now found in the new woodland mansion chests. | ||
Pocket Edition Alpha | ||||
0.3.3 | Added string, which can be crafted into bows and wool. | |||
0.11.0 | build 1 | String can now be used to make fishing rods. | ||
0.13.0 | build 1 | String can be placed on the ground as a tripwire. | ||
0.15.0 | build 1 | String is now used to craft leads. | ||
Console Edition | ||||
TU1 | CU1 | 1.0 | Patch 1 | Added string. |
TU14 | 1.04 | String can be placed on the ground as tripwire. |
Issues[επεξεργασία | επεξεργασία κώδικα]
Issues relating to “String” are maintained on the issue tracker. Report issues there.
Gallery[επεξεργασία | επεξεργασία κώδικα]
The first image of tripwires released by Mojang.
An image released by Mojang testing visibility of tripwires from a distance at night.
Redstone κύκλωμα | Κύκλωμα ρολογιού |
---|---|
Προτεινόμενα μαθήματα | Σύνθετη κυκλώματα Redstone |
Συνιστώσες δύναμης | |
συστατικά Μεταφοράς | |
συστατικά Μηχανισμός | |
Miscellaneous |