Skip to content

Commit

Permalink
Update masonry.json (#646)
Browse files Browse the repository at this point in the history
forgot to define masses for cut sandstone and cut red sandstone
  • Loading branch information
Weromano authored Dec 9, 2023
1 parent 5d5cec5 commit 8475374
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/src/main/resources/data/valkyrienskies/vs_mass/masonry.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"mass": 1300.0,
"friction": 0.6
},
{
"block": "minecraft:cut_red_sandstone",
"mass": 2300.0,
"friction": 0.6
},
{
"block": "minecraft:cut_sandstone",
"mass": 2300.0,
"friction": 0.6
},
{
"block": "minecraft:smooth_stone_slab",
"mass": 1300.0,
Expand Down

0 comments on commit 8475374

Please sign in to comment.