Skip to content

Commit

Permalink
fix(java): Lava speed
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjgardner committed Aug 7, 2024
1 parent fa8825c commit 37bbff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"animation": {
"frametime": 3
"frametime": 10
}
}
42 changes: 1 addition & 41 deletions java/pack/assets/minecraft/textures/block/lava_still.png.mcmeta
Original file line number Diff line number Diff line change
@@ -1,45 +1,5 @@
{
"animation": {
"frametime": 2,
"frames": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
18,
17,
16,
15,
14,
13,
12,
11,
10,
9,
8,
7,
6,
5,
4,
3,
2,
1
]
"frametime": 10
}
}

0 comments on commit 37bbff2

Please sign in to comment.