Fix the uncrafter texture animation speed
This commit is contained in:
parent
cee3028d3b
commit
0dcb494b12
4 changed files with 2 additions and 2 deletions
|
@ -75,6 +75,7 @@ public class ModBlockStatesProvider extends BlockStateProvider {
|
||||||
stairBlock(ModBlocks.DIRTY_GREEN_POOL_TILE_STAIRS, ModBlocks.DIRTY_GREEN_POOL_TILE);
|
stairBlock(ModBlocks.DIRTY_GREEN_POOL_TILE_STAIRS, ModBlocks.DIRTY_GREEN_POOL_TILE);
|
||||||
slabBlock(ModBlocks.DIRTY_GREEN_POOL_TILE_SLAB, ModBlocks.DIRTY_GREEN_POOL_TILE);
|
slabBlock(ModBlocks.DIRTY_GREEN_POOL_TILE_SLAB, ModBlocks.DIRTY_GREEN_POOL_TILE);
|
||||||
|
|
||||||
|
blockWithExistingModel(ModBlocks.UNCRAFTER, "block/custommodels/uncrafter", true);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"animation": {
|
"animation": {
|
||||||
"frametime": 10,
|
"frametime": 20
|
||||||
"interpolate": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue