Rotate the item model so it faces the same way as stairs

But now the lighting looks kinda odd 🤔
This commit is contained in:
quat1024 2023-06-15 23:13:19 -04:00
parent aed37a2aaa
commit 24765be267

View File

@ -51,7 +51,7 @@ public class TemplatesClient implements ClientModInitializer {
//block
Templates.SLOPE,
//the blockstate you'd like the item model to show
Templates.SLOPE.getDefaultState().with(SlopeBlock.FACING, Direction.SOUTH),
Templates.SLOPE.getDefaultState().with(SlopeBlock.FACING, Direction.EAST),
//Function<BlockState, UnbakedModel> that creates your model
SlopeUnbakedModel::new
);