How do I make stuff like stairs, slabs, doors, etc?

Started by Alaprine on

Topic category: User side tutorials

Last seen on 06:13, 10. Jul 2018
Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make stuff like stairs, slabs, doors, etc?
Tue, 07/10/2018 - 10:35 (edited)

I need to make stairs, slabs, and doors for my mod but I can't find out how. There does not seem to be any option when you are creating a block. Someone please help, this is urgent

Edited by Alaprine on Tue, 07/10/2018 - 10:35
Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need to create custom 3d…
Tue, 07/10/2018 - 07:17

You need to create custom 3d models for your blocks. I recommend using Blockbench, that is a free and very easy to use program for making 3d models.

However, for making them rotatable, you need to code :(

Last seen on 03:04, 21. Apr 2020
Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
About the slabs: RaolTheBest…
Wed, 07/25/2018 - 01:52

About the slabs:

RaolTheBest mentioned Blockbench to use for models.  If this works, I would recommend it over the other option, changing "block size" to 0.5 for Y while creating a block, as I'm pretty sure that would make for glitchy textures. (Although you could use this to make a block that looks like you're standing physically in it)

Last seen on 23:44, 18. Aug 2019
Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Slabs- Make a half-block…
Fri, 07/27/2018 - 00:25

Slabs- Make a half-block model with bdcraft cubik lite or Mr. Crayfish, then change max y coord to 0.5.

Stairs- similar procedure to slabs, but you're gonna need to do a lot of rotation coding that I don't know how to do.

doors- I don't think this is possible without heavy coding. You could probably make a block kind of like a door using lots of add block procedures, but it would not swing open like vanilla doors

Last seen on 20:43, 14. Feb 2024
Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Looking at the vanilla code…
Fri, 07/27/2018 - 17:15

Looking at the vanilla code might give you an answer...

Last seen on 20:27, 9. Mar 2023
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i dont know how
Sat, 09/15/2018 - 12:11

i dont know how