Stairs/Slabs

Started by Cosmo_Can on

Topic category: Help with modding (Java Edition)

Last seen on 00:08, 27. Apr 2017
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?

Last seen on 17:17, 10. Jan 2024
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

Last seen on 18:46, 16. Oct 2021
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?
 

Last seen on 17:17, 10. Jan 2024
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

Last seen on 23:05, 4. Mar 2024
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?