Jump to content

Recommended Posts

Posted

So I'm trying to make an item, once you right click it, it opens a GUI & container etc... but I don't think I can use a tile entity to store data for this (cause an item isn't a tile). Is there like an alternate tile entity for items or something? Or a way to store nbt data for the container and add slots? Thnx

Posted

ItemStacks can hold NBT themselves.

What I mean is, I want to have like a tile entity but for an item. So when I right click the item i can put stuff in different slots. (Like a backpack sort of). Something similar to the way the villager GUI screen works... (Cause the villager screen doesn't have a tile entity)

Posted

Just in case you have some interest,

 

I made some system called "ItemEntity" which is TileEntity for Items.

You don't need it in this case, but if you want some Position-Based Item functionality,

You would really need something like my "ItemEntity", as ItemStack does not contain any position information.

 

So.. if you have any interest, PM me.

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

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

Posted

Just in case you have some interest,

 

I made some system called "ItemEntity" which is TileEntity for Items.

You don't need it in this case, but if you want some Position-Based Item functionality,

You would really need something like my "ItemEntity", as ItemStack does not contain any position information.

 

So.. if you have any interest, PM me.

Thanks for the side info. If I ever need to use a position based item, i know your the guy to talk to ;)

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.