Rotate the item model so it faces the same way as stairs
But now the lighting looks kinda odd 🤔
This commit is contained in:
parent
aed37a2aaa
commit
24765be267
@ -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
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user