Started by
Shoni2009
on
Topic category: Advanced modding
So in my mod i want to create a system that shows a variable i call skill to show the player how much skill they have how is this possible please help if you know.
Edited by Shoni2009 on Wed, 06/03/2020 - 10:25
wut u mean?
sry wrong thing
you know how to make bigger gui slots?
This thread should be closed, create a new one for help. Creating new threads help others easily find solutions if they have a similar problem.
Whoa this topic exploded like yesterday it only had 4 replies now it has 18 including mine.
Yeah, it really did "explode"... Now can we close this thread?
no dont close it.
Is there more to discuss?
leave it there
I made one for my mod.Use NBT entity tags. It’s much more difficult than it seems I learned that the hard way 😂
as i said NBT tags reset after you quit the game.
I figured I coul of stored it in a block and
yes.
It's possible with nbt tags, yes. You save it to a global session variable which is per player, and save it to nbt when you quit the game since session variables are only preserved per session.