Make Reactions conserve thermal energy (#16190)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
id: Curdling
|
||||
impact: Low
|
||||
quantized: true
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Milk:
|
||||
amount: 40
|
||||
@@ -16,6 +17,7 @@
|
||||
id: CreateDough
|
||||
impact: Low
|
||||
quantized: true
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Flour:
|
||||
amount: 15
|
||||
@@ -29,6 +31,7 @@
|
||||
id: CreateCornmealDough
|
||||
impact: Low
|
||||
quantized: true
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Cornmeal:
|
||||
amount: 15
|
||||
@@ -44,6 +47,7 @@
|
||||
id: CreateCakeBatter
|
||||
impact: Low
|
||||
quantized: true
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Flour:
|
||||
amount: 15
|
||||
@@ -59,6 +63,7 @@
|
||||
id: CreateButter
|
||||
impact: Low
|
||||
quantized: true
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Milk:
|
||||
amount: 30
|
||||
@@ -73,6 +78,7 @@
|
||||
id: CreatePieDough
|
||||
impact: Low
|
||||
quantized: true
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Flour:
|
||||
amount: 15
|
||||
@@ -91,6 +97,7 @@
|
||||
id: CreateVeganCakeBatter
|
||||
impact: Low
|
||||
quantized: true
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Flour:
|
||||
amount: 15
|
||||
@@ -106,6 +113,7 @@
|
||||
id: CreateTofu
|
||||
impact: Low
|
||||
quantized: true
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
MilkSoy:
|
||||
amount: 30
|
||||
@@ -221,6 +229,7 @@
|
||||
id: CreateMeatball
|
||||
impact: Low
|
||||
quantized: true
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
UncookedAnimalProteins:
|
||||
amount: 5
|
||||
|
||||
Reference in New Issue
Block a user