Help with my Spider-Man Mod

Started by Death Heart on

Topic category: Help with modding (Java Edition)

Last seen on 19:00, 24. May 2018
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with my Spider-Man Mod

Hi.  I'm new!

I'm using 1.7.2 [1.7.10]

I'm trying to make a Spider-man mod and I don't know how to give the armor the ability to scale walls,

give it the ability to warn the player of Hostile mobs, or make a hookshoot type thing that uses up an item that emulates Spidey's web-slinging ability...

Could someone please help.  Either give me the code  and tell me how to inplemant it.  Or show me how to do it? 

 

Last seen on 18:36, 5. Feb 2022
Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try searching on MCreator for
Wed, 08/09/2017 - 23:37

Try searching on MCreator for something. For wall climbing, search this post:

Wall Climbing Help​

​I am not sure how to do the other two.

Last seen on 19:00, 24. May 2018
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Alright thank you.  
Thu, 08/10/2017 - 15:55

Alright thank you.

 

Last seen on 19:00, 24. May 2018
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Any further Ideas for me for
Thu, 08/10/2017 - 15:56

Any further Ideas for me for any of these actions is always still welcome.

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Any further Ideas for me for
Thu, 08/10/2017 - 18:49

@#3 For the hookshot spider-web shooting ability. Add some variables for the X, Y and Z coordinates of the hookshot entity. Try adding an item that removes itself with events and right-clicking on a block will make a custom entity spawn there (that doesn't have any AI).  Then set the X, Y and Z variables to the coordinates of that entity, then teleport the player to that entity. You can also use commands in the event and make it more easy to teleport the player to the entity.

Hope that helped you and hope you understood me :/.

Ellivers

Last seen on 19:00, 24. May 2018
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well thank you, but it won't
Fri, 08/11/2017 - 19:01

Well thank you, but it won't instantly teleport the player to it in Enderman like fashion, right?