Naruto mod |how to make a chakra scale|

Started by _RedLine_ on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 month ago
Joined Feb 2024
Points:
121

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
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
Active 1 year ago
Joined Jul 2023
Points:
173

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 16
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!

Active 5 months ago
Joined Nov 2024
Points:
27

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
You can be more specific in…
Tue, 11/05/2024 - 01:36

You can be more specific in the Show Chakra Procedure part please, i'm basic with the same problem!