Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attached Data for TileEntities, Entities, Chunks #17

Open
2 of 4 tasks
valoeghese opened this issue Jun 19, 2020 · 9 comments
Open
2 of 4 tasks

Attached Data for TileEntities, Entities, Chunks #17

valoeghese opened this issue Jun 19, 2020 · 9 comments
Labels
enhancement New feature or request

Comments

@valoeghese
Copy link
Member

valoeghese commented Jun 19, 2020

Like Cardinal Components. In my teleporters mod (https://github.com/valoeghese/IllustriousGateways) I use a mixin to add nbt to item stacks, would be easier with a proper api.

  • Items
  • Tiles
  • Entities
  • Levels MapStorageBase exists already
  • Saves
@valoeghese valoeghese added the enhancement New feature or request label Jun 19, 2020
@valoeghese
Copy link
Member Author

#19 addresses part of this

@valoeghese
Copy link
Member Author

Items done.

@valoeghese valoeghese changed the title Components API Attached Data for Items, Tiles, Levels, Entities. Aug 15, 2020
@valoeghese valoeghese changed the title Attached Data for Items, Tiles, Levels, Entities. Attached Data for Items, Tiles, Levels, Entities, Saves Aug 15, 2020
@valoeghese
Copy link
Member Author

Saves is done as of a couple days ago (Level Properties)

@valoeghese valoeghese changed the title Attached Data for Items, Tiles, Levels, Entities, Saves Attached Data for Items, Tiles, Entities, Saves Apr 16, 2021
@williambl
Copy link
Member

Is attached data to tiles (rather than tile entities) feasible?

@BoogieMonster1O1
Copy link

Is attached data to tiles (rather than tile entities) feasible?

is this even possible?

@BoogieMonster1O1
Copy link

tile entities store nbt data so its possible

@BoogieMonster1O1
Copy link

also chunk data attachments might be useful

@BoogieMonster1O1
Copy link

also chunk data attachments might be useful

e.g. dimensional doors pockets' lazy generation

@williambl
Copy link
Member

Is attached data to tiles (rather than tile entities) feasible?

is this even possible?

It's possible but not feasible or likely useful, which is why I asked

@valoeghese valoeghese changed the title Attached Data for Items, Tiles, Entities, Saves Attached Data for Tiles, Entities, Saves Jan 4, 2022
@valoeghese valoeghese changed the title Attached Data for Tiles, Entities, Saves Attached Data for TileEntities, Entities, Saves Jan 4, 2022
@valoeghese valoeghese changed the title Attached Data for TileEntities, Entities, Saves Attached Data for TileEntities, Entities, Chunks Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants