your current location:首页 > news>Industrial Revolution Config Tutorial [IR] Industrial Revolution Minecraft Game

Industrial Revolution Config Tutorial [IR] Industrial Revolution Minecraft Game

2024-12-10 17:56:42|Myriagame |source:minecraft skins

This tutorial is set by the author's setting without permission.

The Config file of the Industrial Revolution is located under Config/Inderv, and I will explain them one by one.

Some content is generally the same, and I only leave some examples.

cables.json

Used to modify the pipeline of this module

 {{

"Cablemk1": 128, // 1 -level wire transmission LF amount

"Cablemk2": 512,

"Itempipemk1": 32, // The number of transmission items transmission items of the first -level item pipeline

"Itempipemk2": 64,

"FLUIDPIPIPEMK1": 1, // The amount of fluid volume (unit: barrel) first -class fluid pipeline transmission (unit: barrel)

"Fluidpipemk2": 2,

}

Generators.json

Used to modify the generator of this module

 {{

"Coalgenrator": {

"Ratio": 16.0,

"TemperatureBoost": 1.5,

"MaxnerGystored": 1000,

"Maxoutput": 64

}

}

Ratio: rate

TemperatureBoost: temperature increase efficiency

MAXENERGYSTORD: Maximum Energy Storage

maxoutput: maximum output

coalgenrator: coal generator

solargenrator: Solar generator

heatgenrator: calories generator

Gasgenrator: Gas generator

biomassgenrator: biomass generator

machits.json

The machine used to modify the module

 Energycost ": 16, // Energy consumption

"ProcessSpeed": 3.0, // Work speed

"ProcessemeMperateBoost": 2.0, // temperature increase efficiency

"MaxnerGystored": 10000, // Maximum energy storage

"maxinput": 512 // maximum input

olgen.json

Whether the ore used to control the module is generated, only modify the Boolean value

 {{

"Tin": true, // tin

"Nikolite": true, // nickel

"Lead": true, // lead

"Silver": true, // Silver

"TUNGSEN": TRUE, // tungsten

"SulfuricacidLake": true, // Lake sulfate

"Sulfurcrystals": true // sulfate crystals

}

upgrades.json

Control the upgrade of this mod, the greater the value, the higher the effect, the higher the effect

 {{

"SpeedupGrademodifier": 6.5,

"EnergyupGrademodifier": 1.02,

"Bufferupgrademodifier": 25000.0,

"DamageupGrademodifier": 3.0

}