Jump to content

[1.7.10] Need my item to get the players display name


HappyKiller1O1

Recommended Posts

@elix: That would be the same.

@HappyKiller101: Where the 'itemInteractionForEntity' get called?

I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP)

II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.

Link to comment
Share on other sites

That is an override of the item class one. It interacts with the player just fine but, the nbt tag seems to return null upon setting it for display.

I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.

Link to comment
Share on other sites

Ah I was blind..

I think isRemote check is not needed here, you would better manipulate NBT on both side.

I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP)

II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.

Link to comment
Share on other sites

NBT works on both side, so it would not crash.

+ Your previous code should work, since itemstack got synced every tick.

    Does this print statement works?

System.out.println("ENTITY GOTTEN");

I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP)

II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.

Link to comment
Share on other sites

Yup! It get's the player and saves all the data no problem. But, when trying to access it for the information... nothing.

I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.

Link to comment
Share on other sites

So it doesn't also contain the enchantment tag? It's impossible.

Are the enchantments of the item visible?

I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP)

II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.

Link to comment
Share on other sites

Try enchanting the item with Unbreaking. (Any damageable item would be able to have Unbreaking enchantment)

I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP)

II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.

Link to comment
Share on other sites

No, I'm sure that something is making NBT to null. So it is needed to confirm that and identify this symptom.

I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP)

II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.

Link to comment
Share on other sites

So, when attempting to enchant it: it shows the glim on the item of it being enchanted but doesn't display it has Unbreaking 3 on the tooltip. What am I doing wrong?

I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.

Link to comment
Share on other sites

So, I am guessing that maybe no nbt tag is set on the client side? I seem to only be setting the stack.stackTagCompound and it's strings to the server and not the client. Would there be a way to send a packet to update the clients nbt tag?

I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.

Link to comment
Share on other sites

So, I am guessing that maybe no nbt tag is set on the client side? I seem to only be setting the stack.stackTagCompound and it's strings to the server and not the client. Would there be a way to send a packet to update the clients nbt tag?

@Abastro Why? I'm pretty sure either you or I are not getting something here.

@elix What do you mean?

I mean that maybe code is run only on one side... Wait, i'll try to repeat what you are doing and see what and where will go wrong...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.