Minecraft Wiki

除另有声明,转载时均必须注明出处若簡繁轉換出錯,請以遊戲內為準请勇于扩充与修正内容有兴趣逛逛我们的微博沟通交流,欢迎到社区专页需要协助,请在告示板留言

了解更多

Minecraft Wiki
Advertisement
Ic translate
此條目的(部分)內容需要翻譯。

你可以幫助我們來翻譯此條目,但請勿使用機器翻譯

Dark Oak Sapling
此條目仍需完善。

你可以幫助我們擴充關於該主題的更多資訊。

如果你曾對它思量過,紅石看起來並沒有什麼用處還占你儲物箱的空間。這是因為你還沒用它實現過什麼東西!本文專注於用人們無用的紅石粉進行紅石創作。大膽地展示你的作品吧!

做一個發射器礦車

要做出礦車,執行這個指令:

/summon MinecartCommandBlock ~ ~ ~ {CustomDisplayTile:2,DisplayTile:23,DisplayOffset:10}

"CustomDisplayTile"讓遊戲以不同的樣式繪製礦車內的方塊,"displayTile"讓遊戲換上特定ID的方塊(也就是發射器)。 看 看這篇Minecraft Forum的文章來取得更詳細的描述與其它用法。

把這條指令放進"發射器"裡:

/summon Arrow ~ ~ ~1.5 {Motion:[0.0,0.0,1.0]}

紅石顯示器

在Minecraft裡有很多種方法用各種活塞與染色羊毛做出一部很短的短片。但是這些方法系統龐大,結構複雜,每一個新影片都要重新做一次基礎設計。還好,用上紅石燈我們有了新的方法:LED顯示器。這段文字將介紹這種裝置並教你如何搞一個出來。

這個想法基於學校的那些體育館和運動區域的計分板,但這麼一個計分板在Minecraft單人遊戲裡幾乎什麼用都沒有而且功能也很單一。一個小電視畫面在單人遊戲的用處還是比計分板大的。這就是本篇文字要教你的東西。要做一個「紅石顯示器」,你需要進入創造模式,一塊大地盤,大約15x15x15的正方體。記住:最下面的兩層必須在地底下才可以正常工作(連結失效,不要想下文了……)

Redstone False-3D Lighting Monitor

這是一種基於多種用途的構想,這可以透過多種方式進行,但在本教學中,我們只打算給你如何建立和使用這個玩意兒的一個例子。

False3D Monitor

This is the False3D Monitor, if you place a second row of Sticky Pistons above the first row you can produce 2x2 pixels. To complete the look of the monitor, you need to place blocks in front of the sticky pistons to determine what color the pixels are, example: Wool. This happens because when the sticky piston pushes the "pixel block" and then the shading and the 3D cause the pixel to be visible by the player(s). This can generally be used for any purpose regarding visuals, it can also be used for a mob trap if used properly. And there you have it.

Reloadable Machine Gun Turret

The concept is simple, you feel the need to shoot things. Having an automatic skeleton farm helps greatly with this mini-project.

A machine gun is made from these components:

  • A timer
  • A dispenser
  • Ammunition (usually arrows)

Optionally, these components can be added:

  • A reloading system
  • An ON/OFF switch
  • Shield

Diagram

RapidFireDispenser

A very simple and compact machine gun.

The device contains a clock circuit connected to a dispenser. The redstone torch stays on for 1 tick, starting up the clock, before shutting off due to the redstone block. A piston resistor can be connected to control when the device fires without breaking the device, and the fire rate can be adjusted by changing the delay on the repeaters.

紅石可編程音樂

To make a programmable redstone music machine you need glass, redstone torches, redstone repeaters, note blocks, pistons, and of course, redstone. Make a vertical square of a building material missing two alternate corners. Then set up pistons to a clock to make the square rotate through the blocks. Repeat the square for each different note. Set up a redstone torch followed by redstone then a redstone repeater inside the square so the redstone repeater outputs a current into a block then set up redstone on the other side of the block and then connect to a note block. Repeat for each note. Then replace some blocks with glass and turn on the clock that rotates the square. Notice that the notes play when a block crosses the redstone repeater but not when glass crosses it. The clock speed is the tempo and the glass and solid blocks are the notes. The note blocks can also be seen as the instruments. With this you can program a tune for your house or a server.

Annoyance Redstone

In order to make a noise machine, you can simply put a door under someone's house and attach it to a pulser. Another type is to make a cobblestone generator and have a piston pushing it at a regular basis.

高速生怪箱

This is a machine that relies on a clock to dispense items as fast as possible (Doesn't need a lot, You can handle it)

Silicon-Controlled Rectifier(SCR)

An SCR is a machine that, once powered, holds a single pulse until it can no longer be powered. In redstoning, a simple SCR can be made by making a repeater power itself

This simple SCR can be used for many things.

分發器解除

A dispenser disarmer disarms a dispenser with snowballs or arrows by putting a slab or stairs in front of the dispenser.


Programmable Auto Cash Register / Store

This system is designed to allow you to create automatic stores so you can sell items to other players.

You can program it to take payment in the item you choose and the amount of that item required for payout. You can also set the amount of the payout item.

Say. 5 Iron for 1 Diamond. Or 2 Cobble for 3 sand. Etc.

This design includes an individual item counter, item filtering (only allow wanted item in), and automatic dispenser.

Advertisement