#using nbt for craft input ?

5 messages · Page 1 of 1 (latest)

rustic temple
#

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"}')
        ]
    );
tired islandBOT
#

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

paper lantern
#

you need .weakNBT() in the ingredients

rustic temple
#

thx

#

yep its that thx a lot