Skip to content

Commit

Permalink
revert: revert last commit c:
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd authored Nov 8, 2024
1 parent 06035fe commit f7bb44f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class BlockStateDataTest {
"explosionResistance": 1.25,
"flameOdds": 0,
"friction": 0.6,
"lightDampening": 15,
"light": 15,
"lightEmission": 0,
"mapColor": "#575c5cff",
"thickness": 0.0
Expand All @@ -60,7 +60,7 @@ void testDeserialization() {
assertEquals(1.25f, blockAttributes.explosionResistance());
assertEquals(0, blockAttributes.flameOdds());
assertEquals(0.6f, blockAttributes.friction());
assertEquals(15, blockAttributes.lightDampening());
assertEquals(15, blockAttributes.light());
assertEquals(0, blockAttributes.lightEmission());
assertEquals(Color.decode("#575c5c"), blockAttributes.mapColor());
assertEquals(0, Float.compare(0.0f, blockAttributes.thickness()));
Expand Down

0 comments on commit f7bb44f

Please sign in to comment.