Started by
DanilkaD
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! I'm trying to get 1.16 features to 1.15.2. I'm currently working on the Smithing Table. Uising the "On player tick" procedure, I'm able to make it possible to make it like the 1.16 smithing table - BUT! I can't transfer enchantments or damage, cause it requires the itemstack, which is not an available dependency on "On player tick" and "GUI update tick". I'm using the 2020.5 EAP Snapshot (35716)
use the get item from slot x procedure block
Smithing Table of 1.16 has a feature like transfer nbt, it would be great if Mcreator got that xD
Solved. Just needed to throw some spaghetti code in and - voila - it works.
Still want transfer NBT though