Skip to content

Commit

Permalink
adjust image animation
Browse files Browse the repository at this point in the history
  • Loading branch information
IAFEnvoy committed Jan 7, 2025
1 parent 25f621f commit 0621c44
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import java.util.function.Function;

public class FoodBlockWithPiece extends Block {
public static final IntProperty BITES = Properties.BITES;
public static final IntProperty BITES = IntProperty.of("bites", 0, 3);
private final int maxBite;
private final FoodComponent food;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
"animation": {
"frametime": 1,
"interpolate": true
},
"texture": {
"blur": true
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"animation": {
"frametime": 2,
"frametime": 1,
"interpolate": true
},
"texture": {
"blur": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
"animation": {
"frametime": 1,
"interpolate": true
},
"texture": {
"blur": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
"animation": {
"frametime": 1,
"interpolate": true
},
"texture": {
"blur": true
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"animation": {
"frametime": 2,
"frametime": 1,
"interpolate": true
},
"texture": {
"blur": true
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"animation": {
"frametime": 2,
"frametime": 1,
"interpolate": true
},
"texture": {
"blur": true
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"animation": {
"frametime": 2,
"frametime": 1,
"interpolate": true
},
"texture": {
"blur": true
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"animation": {
"frametime": 2,
"frametime": 1,
"interpolate": true
},
"texture": {
"blur": true
}
}

0 comments on commit 0621c44

Please sign in to comment.