You need make your block extend BlockStairs /BlockSlab , if you make slab you need have also 2 another classes that extends the pervious one - one for upper , one for lower slab. Also you need class extending ItemSlab/ItemStairs. Then you also need .json models for item and each slab variant + blockstate file. Also I recommend register name of the item in .lang file
You need make your block extend BlockStairs /BlockSlab , if you make slab you need have also 2 another classes that extends the pervious one - one for upper , one for lower slab. Also you need class extending ItemSlab/ItemStairs. Then you also need .json models for item and each slab variant + blockstate file. Also I recommend register name of the item in .lang file
@#1 And where is the blockstate file? Or where we must place it?
@#1.1 MCreator\user\json\blockstates
I still don't get it. Could you be more specific?