alcatrazEscapee / tinkers-forging

A Minecraft mod that adds TFC Style Forging to 1.12+
https://minecraft.curseforge.com/projects/tinkers-forging
GNU General Public License v3.0
15 stars 5 forks source link

do temperture change items nbt data? #49

Closed dobbyjang0 closed 3 years ago

dobbyjang0 commented 3 years ago

how can I check it?

dobbyjang0 commented 3 years ago

How does this mod's temperature system work?

alcatrazEscapee commented 3 years ago

It uses a capability, and stores the temperature only on last update tick. When you view the tooltip, it only visually shows what the temperature would be - the item is still recorded as having whatever temperature it was on the last time it was updated. Tinker's Forging tracks ticks internally to do this interpolation.

TL;DR No they do not change item NBT You check it via the tooltip It's complicated.