Skip to content

Commit

Permalink
Fixed malformed json
Browse files Browse the repository at this point in the history
  • Loading branch information
StewStrong committed Oct 1, 2023
1 parent 3fd6860 commit 32bc9e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"block": "minecraft:stonecutter",
"mass": 2000.0,,
"mass": 2000.0,
"friction": 0.5
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@
},
{
"block": "minecraft:lantern",
"mass": 25.0,
"mass": 25.0
},
{
"block": "minecraft:soul_lantern",
"mass": 25.0,
"mass": 25.0
},
{
"block": "minecraft:end_rod",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
},
{
"tag": "minecraft:wooden_doors",
"mass": 25.0,
"mass": 25.0
},
{
"block": "minecraft:iron_door",
Expand All @@ -182,7 +182,7 @@
},
{
"block": "minecraft:iron_trapdoor",
"mass": 1000.0
"mass": 1000.0,
"friction": 0.35
}
]

0 comments on commit 32bc9e0

Please sign in to comment.