Ejemplo n.º 1
0
 public LongBow() {
   super(
       PartMaterialType.bowstring(TinkerTools.bowString),
       PartMaterialType.bow(TinkerTools.bowLimb),
       PartMaterialType.bow(TinkerTools.bowLimb),
       PartMaterialType.extra(TinkerTools.largePlate));
 }
Ejemplo n.º 2
0
 public Shovel() {
   this(
       PartMaterialType.handle(TinkerTools.toolRod),
       PartMaterialType.head(TinkerTools.shovelHead),
       PartMaterialType.extra(TinkerTools.binding));
 }