Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
olebeck committed Jul 26, 2024
1 parent c5c15fd commit bcb054e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/behaviourpack/custom_block.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ func parseBlock(block protocol.BlockEntry) (MinecraftBlock, string) {
if friction, ok := v["value"].(float32); ok {
if friction == 0.4 {
delete(components, "minecraft:friction")
} else {
components[k] = friction
}
}
continue
Expand Down

0 comments on commit bcb054e

Please sign in to comment.