how do i replace item in hand with new item and in the same hotbars

Started by Flamefrosty995 on

Topic category: General discussion

Active 3 years ago
Joined Oct 2021
Points:
522

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
how do i replace item in hand with new item and in the same hotbars
Wed, 02/09/2022 - 01:20 (edited)

I actually need help with this so i can make an everlasting tazer when pressing some button in keyboard and i want it to be having two modes of it, plz help (sorry if my english is bad its because its my second language)

Edited by Flamefrosty995 on Wed, 02/09/2022 - 01:20
Active 1 day ago
Joined Dec 2014
Points:
1084

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 673
Couldn't you just make the…
Tue, 02/08/2022 - 14:51

Couldn't you just make the tazer not have durability?

Active 3 years ago
Joined Oct 2021
Points:
522

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Oh yea in meen i need it to…
Wed, 02/09/2022 - 01:15

Oh yea in meen i need it to be having to modes of it

Active 1 year ago
Joined Mar 2022
Points:
537

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 121
I'm not sure I understand…
Tue, 03/15/2022 - 12:16

I'm not sure I understand what you mean.

You want to create a tazer with two modes of fire ? is it this ?

Active 1 year ago
Joined Mar 2022
Points:
537

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 121
And for the durability, i…
Tue, 03/15/2022 - 12:24

And for the durability, i don't now but possibly 0 durability make a invincible tazer.

Otherwise you can create a item an say in the procedure :

When right-click

shot with the ranged weapon [tazer]

If you use this you have to create a ranged weapon [tazer] unavailable in survival

Active 1 year ago
Joined Mar 2022
Points:
537

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 121
I've write below a tips to…
Tue, 03/15/2022 - 16:52

I've write below a tips to create your invincible tazer with 2 fire mods :

 

create 2 ranged weapons : [tazer1] and [tazer2] unavailable in survival, create 1 item [tazer item] available in survival and 1 item [tazer2 item] unavailable in survival.

Say for the item [tazer item] :

When click in air

Shot with the ranged weapon [tazer]

___________________________________

When click on a block

remove [tazer item] from player inventory

add [tazer2 item] to the player inventory

 

Say for the item [tazer2 item] :

When click in air

Shot with the ranged weapon [tazer2]

___________________________________

When click on a block

remove [tazer2 item] from player inventory

add [tazer item] to player inventory

 

I hope I have answer your question