Modded scaffordings?

Started by FireWorks_CreepeR on

Topic category: Help with MCreator software

Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Modded scaffordings?

I was working on my new project and I got an idea of making scaffordings into my mod. Anyways, I have no idea how to make mechanics simmilar to the mechanics of other mods' scaffordings. I'd appreciate some help on making it, so if you know how to make the scaffording/ladder movement mechanics please write it here. It can be really useful, thanks.

Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Don’t think you can do that…
Fri, 12/20/2019 - 00:27

Don’t think you can do that without manually coding this yourself in the editor. Maybe have a look at the code on blocks that can be climbed I.e. ladder and play around with the code.

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am working on something…
Tue, 12/24/2019 - 01:57

I am working on something similar. I am trying to get a rideable mob to move upwards when the space button is pressed. So far the only thing i have found is the addKeyListener but that doesn't seem to work very well on this.

 

Thanks,

Shadow