Naruto mod |how to make a chakra scale|

Started by _RedLine_ on

Topic category: Help with modding (Java Edition)

Last seen on 15:43, 21. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Naruto mod |how to make a chakra scale|
Sat, 02/17/2024 - 16:23 (edited)

I want to make a Naruto mod, but I don't know how to make chakra properly. I need to make a scale that shows the amount of chakra that can be replenished by pressing the letter J. It will be needed to use a firearm.

Edited by _RedLine_ on Sat, 02/17/2024 - 16:23
Last seen on 16:39, 7. Apr 2024
Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
First you create 2 number…
Sun, 04/07/2024 - 16:39

First you create 2 number player persistence variables  chakra and max chakra. You can make an upgrade system by making a stat card or something that adds a number of max chakra . Chakra regen can be a key bind or by sneaking, just add 1 chakra. To show your chakra to max chakra make a procedure with a string return block, then put a create text with block, then put your chakra variable in that, then a normal text block with a “/“ in it, then do a max chakra variable. Then create a overlay, make a text, and in that text select your “show chakra” procedure, save then you’re done!