1

Universal Item Lore

Tankhank 2/18/21 12:32 pm
565
2/19/2021 1:15 am
There's this game I found called "Chesticuffs" and it seems really fun. The way the game works is a lot of different items are used as "cards". They all have unique stats and abilities. However, currently the only way to find the stats of a card is to look through a messy google doc. I'd like to make it so that all items that are considered to be a card in the game, will automatically have their lore section show what the stats are. I've been trying to use /data merge entity, but that has a few downsides. For example, a stack of 3 items will get turned into a stack of 1. Is there any better way to do this? Resource pack maybe? Or a plugin if I have to?
Posted by
Tankhank
Level 1 : New Miner
0

  Have something to say?

JoinSign in

1

HoboMaggot
02/19/2021 1:15 am
Level 55 : Grandmaster Blob
As the contents are in a chest you should be using /data merge/modify/get block instead.
merge will replace whatever section of the nbt it is part of
modify will look for a certain nbt tag/list and allow you to change the value for that
get will get all the nbt contents or a certain parent in it

As I dont think this is a mainstream game, unless you make a map its not worth changing the nbt of items
1

Welcome