frosty8612

InvTweaksTree_1.7.10

Nov 23rd, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 43.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. |==============================================================|
  4. | INVENTORY TWEAKS Mod - By Jimeo Wan (jimeo.wan at gmail.com) |
  5. | Tree configuration                                           |
  6. |==============================================================|
  7.  
  8. # Q: WHAT IS THIS?
  9. # A: This file is used to store all the keywords you can use to create item rules, but also to define the items order.
  10. # You can move/change all that you want, but it's recommended not to delete any default item.
  11.  
  12. # Q: MY CUSTOM FILE WAS REPLACED =(
  13. # A: Since a new major version of Minecraft appeared, I silently updated the tree... BUT!
  14. # I kept a backup of your version in the same directory. Sorry for the trouble, feel free to import your changes in the new file.
  15.  
  16. # Q: THE FILE IS BROKEN AND I DON'T KNOW WHAT TO DO =(
  17. # A: Just delete this file, the default tree will be reloaded next time you sort something!
  18.  
  19. # FULL DOCUMENTATION
  20. # http://modding.kalam-alami.net/invtweaks
  21.  
  22. # CREDITS
  23. # Thanks to Larandar & Lunaqua for their contributions.
  24. -->
  25. <!-- Note: 'stuff' matches everything, even items that don't appear here -->
  26. <stuff treeVersion="1.7.0">
  27.     <equipment>
  28.         <weapon>
  29.             <sword>
  30.                 <tcSword id="TConstruct:broadsword"/>
  31.                 <ironSword id="iron_sword"/>
  32.                 <diamondSword id="diamond_sword"/>
  33.                 <stoneSword id="stone_sword"/>
  34.                 <goldSword id="golden_sword"/>
  35.                 <woodSword id="wooden_sword"/>
  36.             </sword>
  37.             <munition>
  38.                 <bow id="bow"/>
  39.                 <arrow id="arrow"/>
  40.                 <snowball id="snowball"/>
  41.             </munition>
  42.         </weapon>
  43.         <tool>
  44.             <pickaxe>
  45.                 <tcPickaxe id="TConstruct:pickaxe"/>
  46.                 <diamondPickaxe id="diamond_pickaxe"/>
  47.                 <goldPickaxe id="golden_pickaxe"/>
  48.                 <ironPickaxe id="iron_pickaxe"/>
  49.                 <stonePickaxe id="stone_pickaxe"/>
  50.                 <woodPickaxe id="wooden_pickaxe"/>
  51.             </pickaxe>
  52.             <shovel>
  53.                 <tcShovel id="TConstruct:shovel"/>
  54.                 <goldShovel id="golden_shovel"/>
  55.                 <diamondShovel id="diamond_shovel"/>
  56.                 <ironShovel id="iron_shovel"/>
  57.                 <stoneShovel id="stone_shovel"/>
  58.                 <woodShovel id="wooden_shovel"/>
  59.                 <tcMattock id="TConstruct:mattock"/>
  60.             </shovel>
  61.             <axe>
  62.                 <tcLumberaxe id="TConstruct:lumberaxe"/>
  63.                 <tcHatchet id="TConstruct:hatchet"/>
  64.                 <goldAxe id="golden_axe"/>
  65.                 <diamondAxe id="diamond_axe"/>
  66.                 <ironAxe id="iron_axe"/>
  67.                 <stoneAxe id="stone_axe"/>
  68.                 <woodAxe id="wooden_axe"/>
  69.                 <tcMattock id="TConstruct:mattock"/>
  70.             </axe>
  71.             <hammer>
  72.                 <tcHammer id="TConstruct:hammer"/>
  73.             </hammer>
  74.             <hoe>
  75.                 <tcMattock id="TConstruct:mattock"/>
  76.                 <goldHoe id="golden_hoe"/>
  77.                 <diamondHoe id="diamond_hoe"/>
  78.                 <ironHoe id="stone_hoe"/>
  79.                 <stoneHoe id="iron_hoe"/>
  80.                 <woodHoe id="wooden_hoe"/>
  81.             </hoe>
  82.             <shears id="shears"/>
  83.             <fishingRod id="fishing_rod"/>
  84.             <carrotOnAStick id="carrot_on_a_stick"/>
  85.             <devNull id="OpenBlocks:devnull"/>
  86.         </tool>
  87.         <armor>
  88.             <helmet>
  89.                 <diamondHelmet id="diamond_helmet"/>
  90.                 <chainHelmet id="chainmail_helmet"/>
  91.                 <ironHelmet id="iron_helmet"/>
  92.                 <goldHelmet id="golden_helmet"/>
  93.                 <leatherHelmet id="leather_helmet"/>
  94.             </helmet>
  95.             <chestplate>
  96.                 <diamondChestplate id="diamond_chestplate"/>
  97.                 <chainChestplate id="chainmail_chestplate"/>
  98.                 <ironChestplate id="iron_chestplate"/>
  99.                 <goldChestplate id="golden_chestplate"/>
  100.                 <leatherChestplate id="leather_chestplate"/>
  101.             </chestplate>
  102.             <leggings>
  103.                 <diamondLeggings id="diamond_leggings"/>
  104.                 <chainLeggings id="chainmail_leggings"/>
  105.                 <ironLeggings id="iron_leggings"/>
  106.                 <goldLeggings id="golden_leggings"/>
  107.                 <leatherLeggings id="leather_leggings"/>
  108.             </leggings>
  109.             <boots>
  110.                 <diamondBoots id="diamond_boots"/>
  111.                 <chainBoots id="chainmail_boots"/>
  112.                 <ironBoots id="iron_boots"/>
  113.                 <goldBoots id="golden_boots"/>
  114.                 <leatherBoots id="leather_boots"/>
  115.             </boots>
  116.             <backpacks>
  117.                 <goldenBagHolding id="ExtraUtilities:golden_bag"/>
  118.                 <satchel id="ThermalExpansion:satchel"/>
  119.             </backpacks>
  120.         </armor>
  121.     </equipment>
  122.     <block>
  123.         <naturalBlock>
  124.             <stones>
  125.                 <stone id="stone"/>
  126.                 <cobblestone id="cobblestone"/>
  127.                 <mossStone id="mossy_cobblestone"/>
  128.                 <endStone id="end_stone"/>
  129.                 <whiteStone id="end_stone"/>
  130.             </stones>
  131.             <oreBlock>
  132.                 <coalOreBlock id="coal_ore"/>
  133.                 <redstoneOreBlock>
  134.                     <unlitRedstoneOreBlock id="redstone_ore"/>
  135.                     <litRedstoneOreBlock id="lit_redstone_ore"/>
  136.                 </redstoneOreBlock>
  137.                 <lapisLazuliOreBlock id="lapis_ore"/>
  138.                 <diamondOreBlock id="diamond_ore"/>
  139.                 <emeraldOreBlock id="emerald_ore"/>
  140.             </oreBlock>
  141.             <dirt id="dirt">
  142.                 <grasslessDirt id="dirt" damage="1"/>
  143.                 <podzol id="dirt" damage="2"/>
  144.             </dirt>
  145.             <wood>
  146.                 <oakWood id="log" damage="0"/>
  147.                 <birchWood id="log" damage="1"/>
  148.                 <spruceWood id="log" damage="2"/>
  149.                 <jungleWood id="log" damage="3"/>
  150.                 <acaciaWood id="log2" damage="0"/>
  151.                 <darkOakWood id="log2" damage="1"/>
  152.                 <woodDict oreDictName="logWood"/>
  153.             </wood>
  154.             <sands>
  155.                 <sand id="sand">
  156.                     <plainSand id="sand" damage="0"/>
  157.                     <redSand id="sand" damage="1"/>
  158.                 </sand>
  159.                 <sandstone>
  160.                     <classicSandstone id="sandstone" damage="0"/>
  161.                     <creeperSandstone id="sandstone" damage="1"/>
  162.                     <smoothSandstone id="sandstone" damage="2"/>
  163.                 </sandstone>
  164.             </sands>
  165.             <gravel id="gravel"/>
  166.             <clayBlock id="clay"/>
  167.             <netherBlock>
  168.                 <glowstoneBlock id="glowstone"/>
  169.                 <netherrack id="netherrack"/>
  170.                 <soulSand id="soul_sand"/>
  171.                 <quartzOreBlock id="quartz_ore"/>
  172.             </netherBlock>
  173.             <web id="web"/>
  174.             <cobweb id="web"/>
  175.             <monsterSpawner id="mob_spawner"/>
  176.             <bedrock id="bedrock"/>
  177.             <sponge id="sponge"/>
  178.             <grass id="grass"/>
  179.             <mycelium id="mycelium"/>
  180.             <mushroomGrass id="mycelium"/>
  181.             <farmland id="farmland"/>
  182.             <snow id="snow"/>
  183.             <ice id="ice"/>
  184.             <packedIce id="packed_ice"/>
  185.             <liquid>
  186.                 <water id="flowing_water"/>
  187.                 <water id="water"/>
  188.                 <lava id="flowing_lava"/>
  189.                 <lava id="lava"/>
  190.             </liquid>
  191.             <portal id="portal"/>
  192.             <airPortal id="end_portal_frame"/>
  193.             <endPortal id="end_portal"/>
  194.             <endPortalFrame id="end_portal_frame"/>
  195.             <air id="air"/>
  196.             <fire id="fire"/>
  197.             <obsidian id="obsidian"/>
  198.             <mushroomBlock>
  199.                 <hugeBrownMushroom id="brown_mushroom_block"/>
  200.                 <hugeRedMushroom id="red_mushroom_block"/>
  201.             </mushroomBlock>
  202.             <dragonEgg id="dragon_egg"/>
  203.             <hiddenSilverfish id="monster_egg"/>
  204.         </naturalBlock>
  205.         <wool>
  206.             <whiteWool id="wool" damage="0"/>
  207.             <orangeWool id="wool" damage="1"/>
  208.             <magentaWool id="wool" damage="2"/>
  209.             <lightBlueWool id="wool" damage="3"/>
  210.             <yellowWool id="wool" damage="4"/>
  211.             <lightGreenWool id="wool" damage="5"/>
  212.             <limeWool id="wool" damage="5"/>
  213.             <pinkWool id="wool" damage="6"/>
  214.             <grayWool id="wool" damage="7"/>
  215.             <lightGrayWool id="wool" damage="8"/>
  216.             <cyanWool id="wool" damage="9"/>
  217.             <purpleWool id="wool" damage="10"/>
  218.             <blueWool id="wool" damage="11"/>
  219.             <brownWool id="wool" damage="12"/>
  220.             <greenWool id="wool" damage="13"/>
  221.             <darkGreenWool id="wool" damage="13"/>
  222.             <redWool id="wool" damage="14"/>
  223.             <blackWool id="wool" damage="15"/>
  224.         </wool>
  225.         <manufacturedBlock>
  226.             <ladder id="ladder"/>
  227.             <fence>
  228.                 <woodenFence id="fence"/>
  229.                 <netherFence id="nether_brick_fence"/>
  230.                 <netherBrickFence id="nether_brick_fence"/>
  231.                 <fenceGate id="fence_gate"/>
  232.             </fence>
  233.             <carpet>
  234.                 <whiteCarpet id="carpet" damage="0"/>
  235.                 <orangeCarpet id="carpet" damage="1"/>
  236.                 <magentaCarpet id="carpet" damage="2"/>
  237.                 <lightBlueCarpet id="carpet" damage="3"/>
  238.                 <yellowCarpet id="carpet" damage="4"/>
  239.                 <lightGreenCarpet id="carpet" damage="5"/>
  240.                 <limeCarpet id="carpet" damage="5"/>
  241.                 <pinkCarpet id="carpet" damage="6"/>
  242.                 <grayCarpet id="carpet" damage="7"/>
  243.                 <lightGrayCarpet id="carpet" damage="8"/>
  244.                 <cyanCarpet id="carpet" damage="9"/>
  245.                 <purpleCarpet id="carpet" damage="10"/>
  246.                 <blueCarpet id="carpet" damage="11"/>
  247.                 <brownCarpet id="carpet" damage="12"/>
  248.                 <greenCarpet id="carpet" damage="13"/>
  249.                 <darkGreenCarpet id="carpet" damage="13"/>
  250.                 <redCarpet id="carpet" damage="14"/>
  251.                 <blackCarpet id="carpet" damage="15"/>
  252.             </carpet>
  253.             <stoneWall>
  254.                 <cobblestoneWall id="cobblestone_wall" damage="0"/>
  255.                 <mossyCobblestoneWall id="cobblestone_wall" damage="1"/>
  256.             </stoneWall>
  257.             <sign id="standing_sign"/>
  258.             <jackOLantern id="lit_pumpkin"/>
  259.             <constructionBlock>
  260.                 <woodenPlank>
  261.                     <oakPlank id="planks" damage="0"/>
  262.                     <sprucePlank id="planks" damage="1"/>
  263.                     <birchPlank id="planks" damage="2"/>
  264.                     <junglePlank id="planks" damage="3"/>
  265.                     <acaciaPlank id="planks" damage="4"/>
  266.                     <darkOakPlank id="planks" damage="5"/>
  267.                     <woodenPlankDict oreDictName="plankWood"/>
  268.                 </woodenPlank>
  269.                 <bricks>
  270.                     <brick id="brick_block"/>
  271.                     <brickBlock id="brick_block"/>
  272.                     <stoneBricks>
  273.                         <normalStoneBrick id="stonebrick" damage="0"/>
  274.                         <mossyStoneBrick id="stonebrick" damage="1"/>
  275.                         <crackedStoneBrick id="stonebrick" damage="2"/>
  276.                         <circleStoneBrick id="stonebrick" damage="3"/>
  277.                         <chiseledStoneBrick id="stonebrick" damage="3"/>
  278.                     </stoneBricks>
  279.                     <netherBrick id="nether_brick"/>
  280.                 </bricks>
  281.                 <hardenedClay id="hardened_clay"/>
  282.                 <stainedClay>
  283.                     <whiteStainedClay id="stained_hardened_clay" damage="0"/>
  284.                     <orangeStainedClay id="stained_hardened_clay" damage="1"/>
  285.                     <magentaStainedClay id="stained_hardened_clay" damage="2"/>
  286.                     <lightBlueStainedClay id="stained_hardened_clay" damage="3"/>
  287.                     <yellowStainedClay id="stained_hardened_clay" damage="4"/>
  288.                     <lightGreenStainedClay id="stained_hardened_clay" damage="5"/>
  289.                     <limeStainedClay id="stained_hardened_clay" damage="5"/>
  290.                     <pinkStainedClay id="stained_hardened_clay" damage="6"/>
  291.                     <grayStainedClay id="stained_hardened_clay" damage="7"/>
  292.                     <lightGrayStainedClay id="stained_hardened_clay" damage="8"/>
  293.                     <cyanStainedClay id="stained_hardened_clay" damage="9"/>
  294.                     <purpleStainedClay id="stained_hardened_clay" damage="10"/>
  295.                     <blueStainedClay id="stained_hardened_clay" damage="11"/>
  296.                     <brownStainedClay id="stained_hardened_clay" damage="12"/>
  297.                     <greenStainedClay id="stained_hardened_clay" damage="13"/>
  298.                     <darkGreenStainedClay id="stained_hardened_clay" damage="13"/>
  299.                     <redStainedClay id="stained_hardened_clay" damage="14"/>
  300.                     <blackStainedClay id="stained_hardened_clay" damage="15"/>
  301.                 </stainedClay>
  302.                 <glass>
  303.                     <glassBlock id="glass"/>
  304.                     <glassPane id="glass_pane"/>
  305.                 </glass>
  306.                 <stainedGlass>
  307.                     <stainedGlassBlock id="stained_glass">
  308.                         <whiteStainedGlassBlock id="stained_glass" damage="0"/>
  309.                         <orangeStainedGlassBlock id="stained_glass" damage="1"/>
  310.                         <magentaStainedGlassBlock id="stained_glass" damage="2"/>
  311.                         <lightBlueStainedGlassBlock id="stained_glass" damage="3"/>
  312.                         <yellowStainedGlassBlock id="stained_glass" damage="4"/>
  313.                         <lightGreenStainedGlassBlock id="stained_glass" damage="5"/>
  314.                         <limeStainedGlassBlock id="stained_glass" damage="5"/>
  315.                         <pinkStainedGlassBlock id="stained_glass" damage="6"/>
  316.                         <grayStainedGlassBlock id="stained_glass" damage="7"/>
  317.                         <lightGrayStainedGlassBlock id="stained_glass" damage="8"/>
  318.                         <cyanStainedGlassBlock id="stained_glass" damage="9"/>
  319.                         <purpleStainedGlassBlock id="stained_glass" damage="10"/>
  320.                         <blueStainedGlassBlock id="stained_glass" damage="11"/>
  321.                         <brownStainedGlassBlock id="stained_glass" damage="12"/>
  322.                         <greenStainedGlassBlock id="stained_glass" damage="13"/>
  323.                         <darkGreenStainedGlassBlock id="stained_glass" damage="13"/>
  324.                         <redStainedGlassBlock id="stained_glass" damage="14"/>
  325.                         <blackStainedGlassBlock id="stained_glass" damage="15"/>
  326.                     </stainedGlassBlock>
  327.                     <stainedGlassPane id="stained_glass_pane">
  328.                         <whiteStainedGlassPane id="stained_glass_pane" damage="0"/>
  329.                         <orangeStainedGlassPane id="stained_glass_pane" damage="1"/>
  330.                         <magentaStainedGlassPane id="stained_glass_pane" damage="2"/>
  331.                         <lightBlueStainedGlassPane id="stained_glass_pane" damage="3"/>
  332.                         <yellowStainedGlassPane id="stained_glass_pane" damage="4"/>
  333.                         <lightGreenStainedGlassPane id="stained_glass_pane" damage="5"/>
  334.                         <limeStainedGlassPane id="stained_glass_pane" damage="5"/>
  335.                         <pinkStainedGlassPane id="stained_glass_pane" damage="6"/>
  336.                         <grayStainedGlassPane id="stained_glass_pane" damage="7"/>
  337.                         <lightGrayStainedGlassPane id="stained_glass_pane" damage="8"/>
  338.                         <cyanStainedGlassPane id="stained_glass_pane" damage="9"/>
  339.                         <purpleStainedGlassPane id="stained_glass_pane" damage="10"/>
  340.                         <blueStainedGlassPane id="stained_glass_pane" damage="11"/>
  341.                         <brownStainedGlassPane id="stained_glass_pane" damage="12"/>
  342.                         <greenStainedGlassPane id="stained_glass_pane" damage="13"/>
  343.                         <darkGreenStainedGlassPane id="stained_glass_pane" damage="13"/>
  344.                         <redStainedGlassPane id="stained_glass_pane" damage="14"/>
  345.                         <blackStainedGlassPane id="stained_glass_pane" damage="15"/>
  346.                     </stainedGlassPane>
  347.                 </stainedGlass>
  348.                 <ironBars id="iron_bars"/>
  349.                 <stairs>
  350.                     <woodenStairs>
  351.                         <oakWoodStairs id="oak_stairs"/>
  352.                         <spruceWoodStairs id="spruce_stairs"/>
  353.                         <birchWoodStairs id="birch_stairs"/>
  354.                         <jungleWoodStairs id="jungle_stairs"/>
  355.                         <acaciaWoodStairs id="acacia_stairs"/>
  356.                         <darkOakWoodStairs id="dark_oak_stairs"/>
  357.                         <woodenStairsDict oreDictName="stairWood"/>
  358.                     </woodenStairs>
  359.                     <cobblestoneStairs id="stone_stairs"/>
  360.                     <stoneStairs id="stone_brick_stairs"/>
  361.                     <brickStairs id="brick_stairs"/>
  362.                     <netherStairs id="nether_brick_stairs"/>
  363.                     <netherBrickStairs id="nether_brick_stairs"/>
  364.                     <sandstoneStairs id="sandstone_stairs"/>
  365.                     <quartzStairs id="quartz_stairs"/>
  366.                 </stairs>
  367.                 <slabs>
  368.                     <woodenSlabs>
  369.                         <woodenStoneSlab id="stone_slab" damage="2"/>
  370.                         <oakWoodSlab id="wooden_slab" damage="0"/>
  371.                         <spruceWoodSlab id="wooden_slab" damage="1"/>
  372.                         <birchWoodSlab id="wooden_slab" damage="2"/>
  373.                         <jungleWoodSlab id="wooden_slab" damage="3"/>
  374.                         <woodenSlabsDict oreDictName="slabWood"/>
  375.                     </woodenSlabs>
  376.                     <stoneSlab id="stone_slab" damage="0"/>
  377.                     <sandstoneSlab id="stone_slab" damage="1"/>
  378.                     <cobblestoneSlab id="stone_slab" damage="3"/>
  379.                     <stonebrickSlab id="stone_slab" damage="4"/>
  380.                     <brickSlab id="stone_slab" damage="5"/>
  381.                     <doubleSlab>
  382.                         <woodenDoubleSlabs>
  383.                             <woodenStoneDoubleSlab id="double_stone_slab" damage="2"/>
  384.                             <oakWoodDoubleSlab id="double_wooden_slab" damage="0"/>
  385.                             <spruceWoodDoubleSlab id="double_wooden_slab" damage="1"/>
  386.                             <birchWoodDoubleSlab id="double_wooden_slab" damage="2"/>
  387.                             <jungleWoodDoubleSlab id="double_wooden_slab" damage="3"/>
  388.                         </woodenDoubleSlabs>
  389.                         <stoneDoubleSlab id="double_stone_slab" damage="0"/>
  390.                         <sandstoneDoubleSlab id="double_stone_slab" damage="1"/>
  391.                         <cobblestoneDoubleSlab id="double_stone_slab" damage="3"/>
  392.                         <stonebrickDoubleSlab id="double_stone_slab" damage="4"/>
  393.                         <brickDoubleSlab id="double_stone_slab" damage="5"/>
  394.                     </doubleSlab>
  395.                 </slabs>
  396.                 <oreBlock>
  397.                     <coalBlock id="coal_block"/>
  398.                     <ironBlock id="iron_block"/>
  399.                     <goldBlock id="gold_block"/>
  400.                     <redstoneBlock id="redstone_block"/>
  401.                     <lapisLazuliBlock id="lapis_block"/>
  402.                     <diamondBlock id="diamond_block"/>
  403.                     <emeraldBlock id="emerald_block"/>
  404.                     <quartzBlock id="quartz_block"/>
  405.                 </oreBlock>
  406.                 <hayBale id="hay_block"/>
  407.                 <stick id="stick"/>
  408.                 <stickDict oreDictName="stickWood"/>
  409.             </constructionBlock>
  410.             <itemBlock>
  411.                 <cauldronBlock id="cauldron"/>
  412.                 <brewingStandBlock id="brewing_stand"/>
  413.             </itemBlock>
  414.         </manufacturedBlock>
  415.         <mechanism>
  416.             <rails>
  417.                 <simpleRails id="rail"/>
  418.                 <poweredRails id="golden_rail"/>
  419.                 <detectorRails id="detector_rail"/>
  420.                 <activatorRails id="activator_rail"/>
  421.             </rails>
  422.             <lighting>
  423.                 <torch id="torch"/>
  424.                 <lamp id="redstone_lamp"/>
  425.                 <redstoneLamp id="redstone_lamp"/>
  426.                 <lamp id="lit_redstone_lamp"/>
  427.                 <redstoneLamp id="lit_redstone_lamp"/>
  428.             </lighting>
  429.             <pistons>
  430.                 <piston id="piston"/>
  431.                 <stickyPiston id="sticky_piston"/>
  432.                 <pistonHead id="piston_head"/>
  433.             </pistons>
  434.             <lever id="lever"/>
  435.             <pressurePlates>
  436.                 <pressurePlateWood id="wooden_pressure_plate"/>
  437.                 <pressurePlateStone id="stone_pressure_plate"/>
  438.                 <weightedPressurePlates>
  439.                     <weightedPressurePlateLight id="light_weighted_pressure_plate"/>
  440.                     <weightedPressurePlateHeavy id="heavy_weighted_pressure_plate"/>
  441.                 </weightedPressurePlates>
  442.             </pressurePlates>
  443.             <buttons>
  444.                 <stoneButton id="stone_button"/>
  445.                 <woodenButton id="wooden_button"/>
  446.             </buttons>
  447.             <doors>
  448.                 <doorWood id="wooden_door"/>
  449.                 <woodenDoor id="wooden_door"/>
  450.                 <doorIron id="iron_door"/>
  451.                 <ironDoor id="iron_door"/>
  452.                 <trapdoor id="trapdoor"/>
  453.                 <woodenDoorBlock id="wooden_door"/>
  454.                 <ironDoorBlock id="wooden_door"/>
  455.             </doors>
  456.             <redstoneWire id="redstone_wire"/>
  457.             <redstoneTorch id="unlit_redstone_torch"/>
  458.             <redstoneTorch id="redstone_torch"/>
  459.             <redstoneRepeater id="repeater"/>
  460.             <redstoneRepeater id="unpowered_repeater"/>
  461.             <redstoneRepeater id="powered_repeater"/>
  462.             <dispenser id="dispenser"/>
  463.             <noteBlock id="noteblock"/>
  464.             <commandBlock id="command_block"/>
  465.             <daylightSensor id="daylight_detector"/>
  466.             <redstoneBlock id="redstone_block"/>
  467.             <hopper id="hopper"/>
  468.             <dropper id="dropper"/>
  469.             <redstoneComparator id="comparator"/>
  470.             <redstoneComparator id="unpowered_comparator"/>
  471.             <redstoneComparator id="powered_comparator"/>
  472.         </mechanism>
  473.     </block>
  474.     <resources>
  475.         <miningResources>
  476.             <goldOreBlock id="gold_ore"/>
  477.             <goldOreBlockDict oreDictName="oreGold"/>
  478.             <silverOreBlockDict oreDictName="oreSilver"/>
  479.             <leadOreBlockDict oreDictName="oreLead"/>
  480.             <ironOreBlock id="iron_ore"/>
  481.             <ironOreBlockDict oreDictName="oreIron"/>
  482.             <copperOreBlockDict oreDictName="oreCopper"/>
  483.             <tinOreBlockDict oreDictName="oreTin"/>
  484.             <goldDustDict oreDictName="dustGold"/>
  485.             <silverDustDict oreDictName="dustSilver"/>
  486.             <leadDustDict oreDictName="dustLead"/>
  487.             <bronzeDustDict oreDictName="dustBronze"/>
  488.             <brassDustDict oreDictName="dustBrass"/>
  489.             <ironDustDict oreDictName="dustIron"/>
  490.             <tinDustDict oreDictName="dustTin"/>
  491.             <copperDustDict oreDictName="dustCopper"/>
  492.             <coal id="coal" damage="0"/>
  493.             <charcoal id="coal" damage="1"/>
  494.             <gold id="gold_ingot"/>
  495.             <goldDict oreDictName="ingotGold"/>
  496.             <silverDict oreDictName="ingotSilver"/>
  497.             <leadDict oreDictName="ingotLead"/>
  498.             <bronzeDict oreDictName="ingotBronze"/>
  499.             <brassDict oreDictName="ingotBrass"/>
  500.             <iron id="iron_ingot"/>
  501.             <ironDict oreDictName="ingotIron"/>
  502.             <tinDict oreDictName="ingotTin"/>
  503.             <copperDict oreDictName="ingotCopper"/>
  504.             <diamond id="diamond"/>
  505.             <emerald id="emerald"/>
  506.             <redstone id="redstone"/>
  507.             <glowstoneDust id="glowstone_dust"/>
  508.             <clayBrick id="brick"/>
  509.             <clay id="clay_ball"/>
  510.             <flint id="flint"/>
  511.             <netherQuartz id="quartz"/>
  512.         </miningResources>
  513.         <huntingResources>
  514.             <egg id="egg"/>
  515.             <bone id="bone"/>
  516.             <leather id="leather"/>
  517.             <string id="string"/>
  518.             <feather id="feather"/>
  519.             <gunpowder id="gunpowder"/>
  520.             <slimeball id="slime_ball"/>
  521.             <enderPearl id="ender_pearl"/>
  522.             <blazeRod id="blaze_rod"/>
  523.             <ghastTear id="ghast_tear"/>
  524.             <goldNugget id="gold_nugget"/>
  525.             <netherStar id="nether_star"/>
  526.         </huntingResources>
  527.         <farmingResources>
  528.             <milk id="milk_bucket"/>
  529.             <wheat id="wheat"/>
  530.             <paper id="paper"/>
  531.             <book id="book"/>
  532.             <sugarCane id="reeds"/>
  533.         </farmingResources>
  534.         <dye>
  535.             <boneMeal id="dye" damage="15"/>
  536.             <whiteDye oreDictName="dyeWhite"/>
  537.             <inkSac id="dye" damage="0"/>
  538.             <blackDye oreDictName="dyeBlack"/>
  539.             <roseRed id="dye" damage="1"/>
  540.             <redDye oreDictName="dyeRed"/>
  541.             <cactusGreen id="dye" damage="2"/>
  542.             <greenDye oreDictName="dyeGreen"/>
  543.             <cocoaBeans id="dye" damage="3"/>
  544.             <brownDye oreDictName="dyeBrown"/>
  545.             <lapisLazuli id="dye" damage="4"/>
  546.             <lapisLazuliDye oreDictName="dyeBlue"/>
  547.             <blueDye oreDictName="dyeBlue"/>
  548.             <purpleDye oreDictName="dyePurple"/>
  549.             <cyanDye oreDictName="dyeCyan"/>
  550.             <lightGrayDye oreDictName="dyeLightGray"/>
  551.             <grayDye oreDictName="dyeGray"/>
  552.             <pinkDye oreDictName="dyePink"/>
  553.             <limeDye oreDictName="dyeLime"/>
  554.             <dandelionYellow id="dye" damage="11"/>
  555.             <yellowDye oreDictName="dyeYellow"/>
  556.             <lightBlueDye oreDictName="dyeLightBlue"/>
  557.             <magentaDye oreDictName="dyeMagenta"/>
  558.             <orangeDye oreDictName="dyeOrange"/>
  559.         </dye>
  560.     </resources>
  561.     <item>
  562.         <utility>
  563.             <questBook id="HardcoreQuesting:quest_book"/>
  564.             <torches>
  565.                 <tcTorch id="TConstruct:decoration.stonetorch"/>
  566.                 <torch id="torch"/>
  567.             </torches>
  568.             <flintAndSteel id="flint_and_steel"/>
  569.             <craftingTable id="crafting_table"/>
  570.             <furnace id="furnace"/>
  571.             <furnaceBurning id="lit_furnace"/>
  572.             <chests>
  573.                 <chest id="chest"/>
  574.                 <enderChest id="ender_chest"/>
  575.             </chests>
  576.             <beacon id="beacon"/>
  577.             <anvil id="anvil"/>
  578.             <jukebox id="jukebox"/>
  579.             <bed id="bed"/>
  580.             <readableBooks>
  581.                 <bookAndQuill id="writable_book"/>
  582.                 <writtenBook id="written_book"/>
  583.             </readableBooks>
  584.             <enchantedBook id="enchanted_book"/>
  585.             <tnt id="tnt"/>
  586.             <tripwireHook id="tripwire_hook"/>
  587.             <bowl id="bowl"/>
  588.             <cauldron id="cauldron"/>
  589.             <brewingStand id="brewing_stand"/>
  590.             <enchantmentTable id="enchanting_table"/>
  591.             <eyeOfEnder id="ender_eye"/>
  592.             <enderEye id="ender_eye"/>
  593.             <spawnerEgg id="spawn_egg"/>
  594.             <tripwire id="tripwire"/>
  595.             <nameTag id="name_tag"/>
  596.             <animalLead id="lead"/>
  597.             <horseArmor>
  598.                 <ironHorseArmor id="iron_horse_armor"/>
  599.                 <goldHorseArmor id="golden_horse_armor"/>
  600.                 <diamondHorseArmor id="diamond_horse_armor"/>
  601.             </horseArmor>
  602.         </utility>
  603.         <bucket>
  604.             <emptyBucket id="bucket"/>
  605.             <waterBucket id="water_bucket"/>
  606.             <lavaBucket id="lava_bucket"/>
  607.         </bucket>
  608.         <instrument>
  609.             <clock id="clock"/>
  610.             <compass id="compass"/>
  611.             <emptyMap id="map"/>
  612.             <map id="filled_map"/>
  613.         </instrument>
  614.         <vehicle>
  615.             <boat id="boat"/>
  616.             <minecarts>
  617.                 <minecart id="minecart"/>
  618.                 <poweredMinecart id="furnace_minecart"/>
  619.                 <storageMinecart id="chest_minecart"/>
  620.                 <tntMinecart id="tnt_minecart"/>
  621.                 <hopperMinecart id="hopper_minecart"/>
  622.                 <commandBlockMinecart id="command_block_minecart"/>
  623.             </minecarts>
  624.             <saddle id="saddle"/>
  625.         </vehicle>
  626.         <decoration>
  627.             <bed id="bed"/>
  628.             <door>
  629.                 <doorIron id="iron_door"/>
  630.                 <doorWood id="wooden_door"/>
  631.             </door>
  632.             <painting id="painting"/>
  633.             <sign id="sign"/>
  634.             <bookShelf id="bookshelf"/>
  635.             <flowerPot id="flower_pot"/>
  636.             <itemFrame id="item_frame"/>
  637.             <frame id="item_frame"/>
  638.             <head id="skull"/>
  639.             <musicDisc>
  640.                 <musicDisc13 id="record_13"/>
  641.                 <musicDiscCat id="record_cat"/>
  642.                 <musicDiscBlocks id="record_blocks"/>
  643.                 <musicDiscChirp id="record_chirp"/>
  644.                 <musicDiscFar id="record_far"/>
  645.                 <musicDiscMall id="record_mall"/>
  646.                 <musicDiscMellohi id="record_mellohi"/>
  647.                 <musicDiscStal id="record_stal"/>
  648.                 <musicDiscStrad id="record_strad"/>
  649.                 <musicDiscWard id="record_ward"/>
  650.                 <musicDisc11 id="record_11"/>
  651.                 <musicDiskWait id="record_wait"/>
  652.             </musicDisc>
  653.             <flowerPotBlock id="flower_pot"/>
  654.             <headBlock id="skull"/>
  655.         </decoration>
  656.         <food>
  657.             <edibleFood>
  658.                 <zombieJerky id="harvestcraft:zombiejerkyItem"/>
  659.                 <mushroomStew id="mushroom_stew"/>
  660.                 <cookedFood>
  661.                     <cookedPorkchop id="cooked_porkchop"/>
  662.                     <cookedFish id="cooked_fished" damage="0"/>
  663.                     <cookedSalmon id="cooked_fished" damage="1"/>
  664.                     <steak id="cooked_beef"/>
  665.                     <cookedChicken id="cooked_chicken"/>
  666.                     <bakedPotato id="baked_potato"/>
  667.                 </cookedFood>
  668.                 <bread id="bread"/>
  669.                 <pumpkinPie id="pumpkin_pie"/>
  670.                 <melonSlice id="melon"/>
  671.                 <carrot>
  672.                     <carrot id="carrot"/>
  673.                     <goldenCarrot id="golden_carrot"/>
  674.                 </carrot>
  675.                 <apple>
  676.                     <appleRed id="apple"/>
  677.                     <appleGolden id="golden_apple"/>
  678.                 </apple>
  679.                 <cookie id="cookie"/>
  680.             </edibleFood>
  681.             <poisonedFood>
  682.                 <rawFood>
  683.                     <rawPorkchop id="porkchop"/>
  684.                     <rawFish id="fish" damage="0"/>
  685.                     <rawSalmon id="fish" damage="1"/>
  686.                     <clownfish id="fish" damage="2"/>
  687.                     <rawBeef id="beef"/>
  688.                     <rawChicken id="chicken"/>
  689.                     <potato id="potato"/>
  690.                 </rawFood>
  691.                 <rottenFlesh id="rotten_flesh"/>
  692.                 <spiderEye id="spider_eye"/>
  693.                 <poisonedPotato id="poisonous_potato"/>
  694.                 <poisonousPotato id="poisonous_potato"/>
  695.                 <pufferfish id="fish" damage="3"/>
  696.             </poisonedFood>
  697.             <unedibleFood>
  698.                 <cake id="cake"/>
  699.                 <sugar id="sugar"/>
  700.                 <cakeBlock id="cake"/>
  701.             </unedibleFood>
  702.         </food>
  703.         <plant>
  704.             <flower>
  705.                 <flowerYellow id="yellow_flower"/>
  706.                 <dandelion id="yellow_flower"/>
  707.                 <flowerRed>
  708.                     <poppy id="red_flower" damage="0"/>
  709.                     <tulipRed id="red_flower" damage="4"/>
  710.                 </flowerRed>
  711.                 <flowerLightBlue id="red_flower" damage="1"/>
  712.                 <blueOrchid id="red_flower" damage="1"/>
  713.                 <flowerMagenta id="red_flower" damage="2"/>
  714.                 <allium id="red_flower" damage="2"/>
  715.                 <flowerLightGray>
  716.                     <azureBluet id="red_flower" damage="3"/>
  717.                     <tulipWhite id="red_flower" damage="6"/>
  718.                 </flowerLightGray>
  719.                 <flowerOrange id="red_flower" damage="5"/>
  720.                 <flowerPink id="red_flower" damage="7"/>
  721.                 <tulip>
  722.                     <tulipRed id="red_flower" damage="4"/>
  723.                     <tulipWhite id="red_flower" damage="6"/>
  724.                     <tulipOrange id="red_flower" damage="5"/>
  725.                     <tulipPink id="red_flower" damage="7"/>
  726.                 </tulip>
  727.                 <doublePlant id="double_plant">
  728.                     <sunflower id="double_plant" damage="0"/>
  729.                     <lilac id="double_plant" damage="1"/>
  730.                     <!-- 2 is double-height tallgrass, 3 is large fern -->
  731.                     <roseBush id="double_plant" damage="4"/>
  732.                     <peony id="double_plant" damage="5"/>
  733.                 </doublePlant>
  734.             </flower>
  735.             <mushroom>
  736.                 <mushroomBrown id="brown_mushroom"/>
  737.                 <mushroomRed id="red_mushroom"/>
  738.             </mushroom>
  739.             <sapling>
  740.                 <oakSapling id="sapling" damage="0"/>
  741.                 <spruceSapling id="sapling" damage="1"/>
  742.                 <birchSapling id="sapling" damage="2"/>
  743.                 <jungleSapling id="sapling" damage="3"/>
  744.                 <acaciaSapling id="sapling" damage="4"/>
  745.                 <darkOakSapling id="sapling" damage="5"/>
  746.                 <saplingDict oreDictName="treeSapling"/>
  747.             </sapling>
  748.             <leaves id="leaves">
  749.                 <oakLeaves id="leaves" damage="0"/>
  750.                 <spruceLeaves id="leaves" damage="1"/>
  751.                 <birchLeaves id="leaves" damage="2"/>
  752.                 <jungleLeaves id="leaves" damage="3"/>
  753.                 <acaciaLeaves id="leaves2" damage="0"/>
  754.                 <darkOakLeaves id="leaves2" damage="1"/>
  755.                 <leavesDict oreDictName="treeLeaves"/>
  756.             </leaves>
  757.             <seed>
  758.                 <wheatSeed id="wheat_seeds"/>
  759.                 <pumpkinSeed id="pumpkin_seeds"/>
  760.                 <melonSeed id="melon_seeds"/>
  761.             </seed>
  762.             <netherWart id="nether_wart"/>
  763.             <netherWart id="nether_wart"/>
  764.             <sugarCane id="reeds"/>
  765.             <sugarCane id="reeds"/>
  766.             <vines id="vine"/>
  767.             <cactus id="cactus"/>
  768.             <reed id="reeds"/>
  769.             <melon id="melon_block"/>
  770.             <pumpkin id="pumpkin"/>
  771.             <cocoaPod id="cocoa"/>
  772.             <cocoaPlant id="cocoa"/>
  773.             <tallGrass id="tallgrass"/>
  774.             <deadShrub id="deadbush"/>
  775.             <deadBush id="deadbush"/>
  776.             <seedBlock id="wheat"/>
  777.             <pumpkinStem id="pumpkin_stem"/>
  778.             <melonStem id="melon_stem"/>
  779.             <carrotBlock id="carrots"/>
  780.             <potatoBlock id="potatoes"/>
  781.             <potatoesBlock id="potatoes"/>
  782.             <lilyPad id="waterlily"/>
  783.         </plant>
  784.         <fireworks id="firework_charge"/>
  785.         <potion>
  786.             <drinkablePotion>
  787.                 <neutralPotion>
  788.                     <waterBottle id="potion" damage="0"/>
  789.                     <awkwardPotion id="potion" damage="16"/>
  790.                     <thickPotion id="potion" damage="32"/>
  791.                     <mundanePotionExtended id="potion" damage="64"/>
  792.                     <mundanePotion id="potion" damage="8192"/>
  793.                 </neutralPotion>
  794.                 <positivePotion>
  795.                     <regenerationPotion>
  796.                         <potionRegeneration id="potion" damage="8193"/>
  797.                         <potionRegenerationEx id="potion" damage="8257"/>
  798.                         <potionRegenerationII id="potion" damage="8225"/>
  799.                     </regenerationPotion>
  800.                     <swiftnessPotion>
  801.                         <potionSwiftness id="potion" damage="8194"/>
  802.                         <potionSwiftnessEx id="potion" damage="8258"/>
  803.                         <potionSwiftnessII id="potion" damage="8226"/>
  804.                     </swiftnessPotion>
  805.                     <fireResistancePotion>
  806.                         <potionFireResistance id="potion" damage="8195"/>
  807.                         <potionFireResistanceEx id="potion" damage="8259"/>
  808.                         <potionFireResistanceII id="potion" damage="8227"/>
  809.                     </fireResistancePotion>
  810.                     <healingPotion>
  811.                         <potionHealing id="potion" damage="8197"/>
  812.                         <potionHealingEx id="potion" damage="8261"/>
  813.                         <potionHealingII id="potion" damage="8229"/>
  814.                     </healingPotion>
  815.                     <strengthPotion>
  816.                         <potionStrength id="potion" damage="8201"/>
  817.                         <potionStrengthEx id="potion" damage="8265"/>
  818.                         <potionStrengthII id="potion" damage="8233"/>
  819.                     </strengthPotion>
  820.                     <nightVisionPotion>
  821.                         <potionNightVision id="potion" damage="8230"/>
  822.                         <potionNightVisionEx id="potion" damage="8262"/>
  823.                     </nightVisionPotion>
  824.                     <invisibilityPotion>
  825.                         <potionInvisibility id="potion" damage="8238"/>
  826.                         <potionInvisibilityEx id="potion" damage="8270"/>
  827.                     </invisibilityPotion>
  828.                 </positivePotion>
  829.                 <negativePotion>
  830.                     <poisonPotion>
  831.                         <potionPoison id="potion" damage="8196"/>
  832.                         <potionPoisonEx id="potion" damage="8260"/>
  833.                         <potionPoisonII id="potion" damage="8228"/>
  834.                     </poisonPotion>
  835.                     <weaknessPotion>
  836.                         <potionWeakness id="potion" damage="8200"/>
  837.                         <potionWeaknessEx id="potion" damage="8264"/>
  838.                         <potionWeaknessII id="potion" damage="8232"/>
  839.                     </weaknessPotion>
  840.                     <slownessPotion>
  841.                         <potionSlowness id="potion" damage="8202"/>
  842.                         <potionSlownessEx id="potion" damage="8266"/>
  843.                         <potionSlownessII id="potion" damage="8234"/>
  844.                     </slownessPotion>
  845.                     <harmingPotion>
  846.                         <potionHarming id="potion" damage="8204"/>
  847.                         <potionHarmingEx id="potion" damage="8268"/>
  848.                         <potionHarmingII id="potion" damage="8236"/>
  849.                     </harmingPotion>
  850.                 </negativePotion>
  851.             </drinkablePotion>
  852.             <splashPotion>
  853.                 <splashMundanePotion id="potion" damage="16384"/>
  854.                 <positiveSplashPotion>
  855.                     <regenerationSplashPotion>
  856.                         <splashPotionRegeneration id="potion" damage="16385"/>
  857.                         <splashPotionRegenerationEx id="potion" damage="16449"/>
  858.                         <splashPotionRegenerationII id="potion" damage="16417"/>
  859.                     </regenerationSplashPotion>
  860.                     <swiftnessSplashPotion>
  861.                         <splashPotionSwiftness id="potion" damage="16386"/>
  862.                         <splashPotionSwiftnessEx id="potion" damage="16450"/>
  863.                         <splashPotionSwiftnessII id="potion" damage="16418"/>
  864.                     </swiftnessSplashPotion>
  865.                     <fireResistanceSplashPotion>
  866.                         <splashPotionFireResistance id="potion" damage="16387"/>
  867.                         <splashPotionFireResistanceEx id="potion" damage="16451"/>
  868.                         <splashPotionFireResistanceII id="potion" damage="16419"/>
  869.                     </fireResistanceSplashPotion>
  870.                     <healingSplashPotion>
  871.                         <splashPotionHealing id="potion" damage="16389"/>
  872.                         <splashPotionHealingEx id="potion" damage="16453"/>
  873.                         <splashPotionHealingII id="potion" damage="16421"/>
  874.                     </healingSplashPotion>
  875.                     <strengthSplashPotion>
  876.                         <splashPotionStrength id="potion" damage="16393"/>
  877.                         <splashPotionStrengthEx id="potion" damage="16457"/>
  878.                         <splashPotionStrengthII id="potion" damage="16425"/>
  879.                     </strengthSplashPotion>
  880.                     <nightVisionSplashPotion>
  881.                         <splashPotionNightVision id="potion" damage="16422"/>
  882.                         <splashPotionNightVisionEx id="potion" damage="16454"/>
  883.                     </nightVisionSplashPotion>
  884.                     <invisibilitySplashPotion>
  885.                         <splashPotionInvisibility id="potion" damage="16430"/>
  886.                         <splashPotionInvisibilityEx id="potion" damage="16462"/>
  887.                     </invisibilitySplashPotion>
  888.                 </positiveSplashPotion>
  889.                 <negativeSplashPotion>
  890.                     <poisonSplashPotion>
  891.                         <splashPotionPoison id="potion" damage="16388"/>
  892.                         <splashPotionPoisonEx id="potion" damage="16452"/>
  893.                         <splashPotionPoisonII id="potion" damage="16420"/>
  894.                     </poisonSplashPotion>
  895.                     <weaknessSplashPotion>
  896.                         <splashPotionWeakness id="potion" damage="16392"/>
  897.                         <splashPotionWeaknessEx id="potion" damage="16456"/>
  898.                         <splashPotionWeaknessII id="potion" damage="16424"/>
  899.                     </weaknessSplashPotion>
  900.                     <slownessSplashPotion>
  901.                         <splashPotionSlowness id="potion" damage="16394"/>
  902.                         <splashPotionSlownessEx id="potion" damage="16458"/>
  903.                         <splashPotionSlownessII id="potion" damage="16426"/>
  904.                     </slownessSplashPotion>
  905.                     <harmingSplashPotion>
  906.                         <splashPotionHarming id="potion" damage="16396"/>
  907.                         <splashPotionHarmingEx id="potion" damage="16460"/>
  908.                         <splashPotionHarmingII id="potion" damage="16428"/>
  909.                     </harmingSplashPotion>
  910.                 </negativeSplashPotion>
  911.             </splashPotion>
  912.             <bottleOEnchanting id="experience_bottle"/>
  913.             <bottleEnchanting id="experience_bottle"/>
  914.         </potion>
  915.         <glassBottle id="glass_bottle"/>
  916.         <potionIngredient>
  917.             <netherWart id="nether_wart"/>
  918.             <redstone id="redstone"/>
  919.             <glowstoneDust id="glowstone_dust"/>
  920.             <sugar id="sugar"/>
  921.             <ghastTear id="ghast_tear"/>
  922.             <spiderEye id="spider_eye"/>
  923.             <fermentedSpiderEye id="fermented_spider_eye"/>
  924.             <blazePowder id="blaze_powder"/>
  925.             <magmaCream id="magma_cream"/>
  926.             <glisteringMelon id="speckled_melon"/>
  927.         </potionIngredient>
  928.     </item>
  929. </stuff>
Advertisement
Add Comment
Please, Sign In to add comment