Stairs/Slabs

Started by Cosmo_Can on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Stairs/Slabs

How would I make Stairs and/or slabs in mccreator?

Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need make your block
Mon, 10/10/2016 - 15:39

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

Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:You need make your block
Mon, 10/10/2016 - 16:36

@#1 And where is the blockstate file? Or where we must place it?
 

Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:You need make your block
Mon, 10/10/2016 - 19:36

@#1.1 MCreator\user\json\blockstates

Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I still don't get it. Could…
Sat, 01/13/2018 - 19:31

I still don't get it. Could you be more specific?