April 13, 201510 yr Try manipulating directly: itemstack.stackTagCompound.set... Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
April 13, 201510 yr @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.
April 13, 201510 yr Author 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.
April 13, 201510 yr 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.
April 14, 201510 yr Author Let me try that... I feel like it would crash considering NBT is run on server side? 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.
April 14, 201510 yr 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.
April 15, 201510 yr Author 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.
April 15, 201510 yr It's very strange behavior.. Can your item be stacked? I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP) II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.
April 15, 201510 yr Author No it cannot. Nor can it be repaired, enchanted and has durability. 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.
April 15, 201510 yr Author So, the NBT tag returns null on client side I'm guessing? Anyway to prevent this? 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.
April 15, 201510 yr 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.
April 15, 201510 yr Author No no no. I don't want it to be enchant-able. It's not a tool just an item. 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.
April 15, 201510 yr 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.
April 15, 201510 yr Does writing to nbt happens on both sides (it includes checking if method is called on both sides!)? Be sure to check that. Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
April 15, 201510 yr Author @Abastro Why? I'm pretty sure either you or I are not getting something here. @elix What do you mean? 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.
April 15, 201510 yr 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.
April 15, 201510 yr Author So, you want me to like add the enchantment in an anvil to the item and see if it stays? 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.
April 15, 201510 yr Author 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.
April 16, 201510 yr Author 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.
April 16, 201510 yr 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... Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
April 16, 201510 yr Author I'm trying a method right now to update the client. Hopefully it works. 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.
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.