Skip to main content

textureBlock


#tconstruct toolforge recipe
#recipes.remove(<tconstruct:toolforge>.withTag({textureBlock: {id: "minecraft:iron_block", Count: 1 as byte, Damage: 0}}));
var toolstation = <tconstruct:tooltables:3>;
var densesteel = <ic2:plate:16>;
var searedbricks = <tconstruct:seared:3>;
recipes.remove(<tconstruct:toolforge>);
recipes.addShaped(<tconstruct:toolforge>,[[searedbricks,searedbricks,searedbricks],[densesteel,toolstation,densesteel],[densesteel,null,densesteel]]);