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的正方体。记住:最下面的两层必须在地底下才可以正常工作(链接失效,不要想下文了……)

TNT点火器

这可能没那么令人激动,但一定会很好玩!

  1. 在地上放一个朝上的粘性活塞,上面再放一个TNT
  1. Put four blocks on top of each other beside the sticky piston.
  1. 在最顶上的方块上放一个红石火把

最后,用一个拉杆激活它。

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.

可重复使用机枪/炮塔

概念很简单,你感觉你需要射击某些东西。有一个自动骷髅农场对这个小项目的帮助很大。

机枪由以下几个部分组成:

  • 一个时钟电路
  • 一个发射器
  • 弹药(通常是

可以添加以下可选部分:

  • 弹药重装系统
  • 一个开关
  • 盾牌

示意图

RapidFireDispenser

非常简单而紧凑的机枪

这个设备包含一个连接到发射器时钟电路。 红石火把在被红石块关闭前会开启1刻并开启时钟。如果设备正常开火而没有损坏设备,还可以连接一个活塞电阻器。可以通过调整红石中继器的延迟来调整火力。

红石可编程音乐

要制作红石可编程音乐机械,你需要玻璃红石火把红石中继器音符盒活塞,当然还有红石。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)

一个SCR一旦被激活,就会一直有着红石信号直到它不再被激活。在红石电路中,一个简单的SCR可以只是由一个红石中继器构成。 {{ |cc |cr |cc }} 这个简单的SRC可以用来做很多事情。

发射器停止装置

一个发射器停止装置通过在发射器前方放置一个台阶或楼梯使它停止射或喷射雪球


可编程自动收银机/商店

这个系统让你可以开无人商店并把物品卖给其他玩家。

你可以编程来使它收取一定数量的某种物品并售出一定数量的其他物品。

如:5个铁锭换1个钻石,或2个圆石换3个沙子,等等。

这个设计包含一个特定物品计数器、物品过滤器(只允许想要的物品进入)和自动投掷器。

Advertisement