You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1.20.x/custom.md
+16-12Lines changed: 16 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -387,8 +387,9 @@ A metal specifies a new metal to be used by TFC. A metal is required in order to
387
387
-`fluid`: The registry name of a fluid which corresponds to this metal.
388
388
-`melt_temperature`: A number. The melting temperature of the fluid of this metal.
389
389
-`specific_heat_capacity`: A number which specifies how fast this metal fluid heats up relative to others. This is measured in Energy / (mB x °C), meaning it's scaled relative to a quantity of mB, and that higher values will cause it to require more energy (time) to heat up.
390
-
-`ingots`: An [Ingredient](../ingredients/) which defines ingot items that are of this metal. This is used in order to allow other mod ingots to be placed in ingot piles.
391
-
-`sheets`: An [Ingredient](../ingredients/) which defines sheet items that are of this metal. This is used in order to allow other mod sheets to be placed in sheet piles.
390
+
-`ingots`: An optional [Ingredient](../ingredients/) which defines ingot items that are of this metal. This is used in order to allow other mod ingots to be placed in ingot piles.
391
+
-`double_ingots`: An optional [Ingredient](../ingredients/) which defines double ingot items that are of this metal. This is used in order to allow other mod ingots to be placed in double ingot piles.
392
+
-`sheets`: An optional [Ingredient](../ingredients/) which defines sheet items that are of this metal. This is used in order to allow other mod sheets to be placed in sheet piles.
392
393
393
394
**Note** There must be a **unique** fluid for every metal. Creating multiple metals that reference the same fluid is liable to cause undefined behavior and may introduce bugs!
394
395
@@ -397,16 +398,19 @@ A metal specifies a new metal to be used by TFC. A metal is required in order to
0 commit comments