Advertisement
goreae

Apple Pi

Feb 28th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. val one = <OpenBlocks:devnull>.withTag({inventory: {Items: [{id: 260 as short, Damage: 0 as short, Count: 1 as byte, Slot: 0 as byte}], size: 1}});
  2. val two = <OpenBlocks:devnull>.withTag({inventory: {Items: [{id: 260 as short, Damage: 0 as short, Count: 2 as byte, Slot: 0 as byte}], size: 1}});
  3. val three = <OpenBlocks:devnull>.withTag({inventory: {Items: [{id: 260 as short, Damage: 0 as short, Count: 3 as byte, Slot: 0 as byte}], size: 1}});
  4. val four = <OpenBlocks:devnull>.withTag({inventory: {Items: [{id: 260 as short, Damage: 0 as short, Count: 4 as byte, Slot: 0 as byte}], size: 1}});
  5. val five = <OpenBlocks:devnull>.withTag({inventory: {Items: [{id: 260 as short, Damage: 0 as short, Count: 5 as byte, Slot: 0 as byte}], size: 1}});
  6. val six = <OpenBlocks:devnull>.withTag({inventory: {Items: [{id: 260 as short, Damage: 0 as short, Count: 6 as byte, Slot: 0 as byte}], size: 1}});
  7. val nine = <OpenBlocks:devnull>.withTag({inventory: {Items: [{id: 260 as short, Damage: 0 as short, Count: 9 as byte, Slot: 0 as byte}], size: 1}});
  8.  
  9. recipes.addShaped(<harvestcraft:applepieItem>.withTag({display: {Name: "Apple Pi"}}), [[three, one, four], [one, five, nine], [two, six, five]]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement