Minecraft Wiki

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

了解更多

Minecraft Wiki
Advertisement
Ic translate
此条目的(部分)内容需要翻译。

你可以帮助我们来翻译此条目,但请勿使用机器翻译


Information icon
此特性为Java版原主机版独有。

Template:ItemEntity

动力矿车(Minecart with furnace或Powered Minecart)也称熔炉矿车Furnace Minecart),是一种装着熔炉的半自动矿车。动力矿车将沿给定方向推进,并在轨道上朝另一个方向前进时暂停。由于充能铁轨可以更快地推动矿车,而不使用任何燃料,它们几乎完全过时,除非当铁路系统没有足够的充能铁轨。因此很少使用它们。

获取

像其它矿车一样,动力矿车也能够通过破坏它(默认为鼠标左键)来进行回收。

合成

材料 合成配方
熔炉 +
矿车

用途

动力矿车的放置方式与其它矿车一样。与熔炉不一样的是,动力矿车没有带有储存格的可视化界面。

要移动动力矿车,第一件事情要做的就是面对着你想让矿车移动的方向(仅东北、东南、西北和西南方向),然后对着动力矿车使用使用键填充燃料(木炭)。填充燃料后,燃料会被立即消耗,并提供3分钟(3600刻)的动力。Using the use button with anything other than coal or charcoal in the main hand will move for a few blocks without consuming the item in hand. 在任何时间添加燃料都会增加提供动力的时间,这个时间甚至可以超过3分钟。在创造模式,动力矿车不需要燃料就能启动。

要改变方向,只需要面对着移动的方向然后对动力矿车点击使用键。在燃料耗尽时,动力矿车不会自毁。

动力矿车在平地轨道上的速度为204米/分钟(约3.4米/秒),每块煤能驱动612米。They will not accelerate when going downhill or on active powered rails, and they will not slow down when going uphill, on unactive powered rails, or when pushing or pulling other minecarts.推动多个矿车可能会稍微减少范围,取决于碰撞。如果一列矿车撞到了墙上,动力矿车会改变方向并可以拉动在它后面的最多4辆矿车。

Minecarts with furnace can climb up steep inclines while pushing other minecarts for as long as they have fuel. If a minecart with furnace reaches a slope while pulling another minecart, the pulled minecart will be jettisoned forward so it can be pushed along the slope instead of pulled.

When the furnace minecart reaches a piece of track facing a direction it wasn't powered for, the minecart will lose power and come to pause after 11±1 blocks, waiting for the player to redirect it with the use button. The direction the minecart is powered for changes whenever a player presses use while facing the needed direction, as long as the furnace minecart is on rails.

A furnace minecart can be made to pull up to four other minecarts by first shunting them together against a wall, and then powering the furnace in the other direction. All minecarts in this train will move at the constant speed of the furnace minecart. These shunts are fragile and easily come undone.

坐在矿车里的玩家会增加额外的重量,需要更多的动力进行拉动。如果矿车的压力大于动力矿车的动力,那么动力矿车会停下,按下使用键会重新激活。动力矿车不能拉动其它矿车过180°的弯。

在没有动力的情况下时,动力矿车不能被推动/拉动;在有动力时经过已充能的充能铁轨也不会加速。

Pulled minecart/Shunt behavior
Condition Result
Furnace loses power/speed Shunt comes undone
Entity bumping besides those part of the train Jettisoned forward
Sloped track Jettisoned forward
90° turn in track Jettisoned backward
Turn towards North/South or East/West that is not the direction the train was shunted in Train derails

Pulling a minecart with TNT will make it explode.

When a minecart with furnace bumps into another minecart or multiple minecarts, the other minecarts will be pushed forward with great speed. The furnace minecart will continue on with its own speed. Because of this speed difference, some of the minecarts may end up inside unloaded chunks on straight tracks.

When two powered minecarts with furnace are overlapping, they will keep going in any direction (not just the powered direction), and even continue moving or pushing indefinitely after they run out of fuel, even uphill. In this formation, they do lose the ability to pull other minecarts, and they can lose contact in hairpin turns.


Properties

The coal is not stored as an item in the Entity, but in the object data in the fuel property as a time in ticks. Fuel is a short value, i.e. a maximum of 32767 ticks, which is less than 30 minutes. However, /summon furnace_minecart ~ ~ ~ {Fuel:32000} alone doesn't make it go since it doesn't have a direction. It can be right-clicked on a track to give it a direction, or it can be summoned with the properties PushX and PushZ set, which are responsible for the direction. Note that the Motion property every entity has will allow you to move the minecart, but it won't give the minecart the direction it needs to move on its own.


数据值

实体数据

参见:区块格式

动力矿车有与其相关联的实体数据,包含了它的不同属性。动力矿车的实体ID是furnace_minecart

  • 实体数据值
    • 实体共通标签
    • 矿车共通标签
    •  PushX: 沿X轴的动力,用于流畅地加速/减速。
    •  PushZ: 沿Z轴的动力,用于流畅地加速/减速。
    •  Fuel: 直到矿车燃料耗尽所用时间的游戏刻。

ID

矿车的ID区分不同的矿车类型。 矿车/ID

历史

Java版Alpha
1.0.14加入了动力矿车。
因为动力矿车在游戏里没有名称,因此可以把它们叫作“熔炉矿车”或“动力矿车”。
无论添加多少的燃料,动力矿车提供动力的时间永远不超过3分钟。
Java版Beta
1.0此时动力矿车在物品栏上面显示的提示名称为“动力矿车”。
release
1.0.0每一块煤可以让动力矿车提供3分钟的动力,因此添加多块煤可以让动力矿车提供不止3分钟的动力。一组煤(64块)现在可以让动力矿车提供192分钟的动力。
动力矿车现在在平地轨道的速度是204米/分钟。
1.2Minecart with Furnace Changed texture.[需要验证]
1.814w11a动力矿车现在能更快的推动其它矿车了。
当有动力时,动力矿车经过未充能的铁轨不会停下来。
14w17a动力矿车的行为被恢复了,与1.8之前的动力矿车的行为一样。
1.1116w32a实体ID由MinecartFurnace变为furnace_minecart
1.1317w47aPrior to The Flattening, this item's numeral ID was 343.
原主机版
TU1CU11.0Patch 1 加入了动力矿车。

漏洞

Template:Issue list

你知道吗

  • 一组煤(64块)可以让矿车运行3小时12分钟,运行距离超过39168方块。
  • The minecart with furnace is excluded from Bedrock Edition and New Nintendo 3DS Edition on purpose. In a tweet, Jeb considered removing it from Java Edition.[1]

画廊

参考

Advertisement