#Is it possible to change Apotheosis affixed items to match minecraft rarities.

7 messages · Page 1 of 1 (latest)

crisp jacinth
#

Im trying to find a way to make apotheosis affixed items work with another mod but the mod only reads minecrafts base rarities, i was wondering if it would be possible to make it so that when a item gets a apotheosis affix it also changes the items base minecraft rarity to match it.

For example enchanting a sword in base minecraft will make the sword go from common rarity to rare rarity in base minecraft, im thinking kube may be able to read the apoth affix and apply a new rarity to the item similar to how enchanting changes the rarity...

modest oreBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

nocturne blaze
#

I don't think so, it's all in NBT, and while you can edit NBT for an item, those Apotheosis things are hard coded into the mod. So while you may be able to add rarity to an item, you can't really make MC see one affix type as a rarity type.

#

You'd have to do inventory checks, then item checks, then modify the NBT of that item. Any time you make a change to an item in Apotheosis, adding gems and whatnot, it may reset rarity and you have to do it all over again. It's one of those things you'll spend hours and hours trying to figure out and test and then likely abandon later.

#

Nothing is impossible, but it may not be worth the effort and may not be 100% possible with KJS alone.

crisp jacinth
#

So its not possible to make kube check the nbt for the apothic affix rarity(i semi-know what it is in the nbt) and change the mc rarity?

#

Thats a shame... ill leave the ticket open for the day in case anyone has any other ideas and close it after work.