hey im trying to use an item with nbt to craft but in game its showing the item without nbt idk if its possible cant find
event.shapeless(
Item.of('tconstruct:pickaxe', '{Damage:0,tic_broken:0b,tic_materials:["tconstruct:rock","tconstruct:rock","tconstruct:rock"],tic_modifiers:[{level:3,name:"tconstruct:stonebound"},{level:1,name:"tconstruct:pierce"}],tic_persistent:{},tic_stats:{"tconstruct:attack_damage":2.0f,"tconstruct:attack_speed":1.2f,"tconstruct:durability":117.0f,"tconstruct:harvest_tier":"minecraft:stone","tconstruct:mining_speed":4.2f},tic_volatile_data:{abilities:1,upgrades:3}}'),
[
Item.of('tconstruct:tool_binding', '{Material:"tconstruct:rock"}'),
Item.of('tconstruct:pick_head', '{Material:"tconstruct:rock"}'),
Item.of('tconstruct:tool_handle', '{Material:"tconstruct:rock"}')
]
);