XFEstudio/MCIndustry / content/blocks/磁驱传输器.hjson
{
"category": "distribution",
"type": "ItemBridge",
name:磁驱传输器
"requirements": [
copper/50
磁铜/20
],
"range": 300,
// 每 1 tick 传输一组;每组大小由脚本设为 10。
"transportTime": 1,
"itemCapacity": 100,
"canOverdrive": false,
"hasPower": true,
"consumes": {
power:0.2},
"research": "磁铜",
"description": "利用磁场传输的信息在另一边构成物质"
}