Skip to content

Commit

Permalink
Correct density of multiple materials (CleverRaven#56868)
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-moonling authored Apr 20, 2022
1 parent e20ee55 commit 25bd69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@
"type": "material",
"id": "steel",
"name": "Steel",
"density": 30,
"density": 8,
"bash_resist": 6,
"specific_heat_liquid": 0.82,
"specific_heat_solid": 0.45,
Expand Down Expand Up @@ -2400,7 +2400,7 @@
"type": "material",
"id": "wood",
"name": "Wood",
"density": 1.26,
"density": 0.6,
"specific_heat_liquid": 1.7,
"specific_heat_solid": 1.7,
"latent_heat": 273,
Expand Down

0 comments on commit 25bd69f

Please sign in to comment.