This minecraft mod adds cables for transmitting energy in FabricMC.
Right-clicking on the cable without holding any block items will allow you to check the amount of energy stored in that cable.
config/simplecables76.json contains the following configuration options
rebornEnergyConversionRate - Energy conversion rate (default: 1.0)energy.transferRate.energyCable - Transfer rate for Energy Cable (default: 512)energy.transferRate.copperCable - Transfer rate for Copper Cable (default: 256)energy.transferRate.ironCable - Transfer rate for Iron Cable (default: 512)energy.transferRate.goldCable - Transfer rate for Gold Cable (default: 1024)The transfer rate values represent the amount of energy transferred per tick.
エネルギー伝送ケーブル単品を追加するFabricMC用のマイクラModです。
ブロック系アイテムを所持せずに右クリックすると、そのケーブルに入っているエネルギーを確認できます。
config/simplecables76.jsonにて、下記の設定項目を変更できます。
rebornEnergyConversionRate - エネルギー変換レート (デフォルト: 1.0)energy.transferRate.energyCable - エネルギーケーブルの転送速度 (デフォルト: 512)energy.transferRate.copperCable - 銅ケーブルの転送速度 (デフォルト: 256)energy.transferRate.ironCable - 鉄ケーブルの転送速度 (デフォルト: 512)energy.transferRate.goldCable - 金ケーブルの転送速度 (デフォルト: 1024)転送速度の数値は、1ティックあたりのエネルギー量を表しています。