Model change on placement?

Started by kel5isgod on

Topic category: Help with modding (Java Edition)

Last seen on 13:48, 28. Sep 2018
Joined Oct 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Model change on placement?

Hello! I want to make a torch-like block, but i cannot figure out how to make it place with the model i created on the ground and the wall model i created on the walls?

Thanks!

Last seen on 19:56, 11. Aug 2019
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a When Block Placed
Sat, 08/19/2017 - 13:18

Make a When Block Placed Event and add a Stack Event if !Block Is there and do Air. Then do Remove Block and after that Add Block and select the block with the side model.

What this will do is basicly detect if there is not air and then place the side torch there.

Hope that helped.

Last seen on 19:56, 11. Aug 2019
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh, I forgot to say, you must
Sat, 08/19/2017 - 13:19

Oh, I forgot to say, you must make a specific block for each model.