Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.93 KB | None | 0 0
  1.  
  2. //Beispiel:
  3. //recipes.remove(itemname);
  4. //recipes.addShaped(output, [[null, null, null], [null, null, null], [null, null, null]]);
  5.  
  6. //kurzschreibweise für copy/paste:
  7. //recipes.addShaped(, [[, , ], [, , ], [, , ]]);
  8.  
  9. //jede zeile die mit // geschrieben wird ist eine notiz und ist für die rezepte irrelevant. bitte schreib mir immer dazu welche mod durch ein rezepz hauptsächlich verändert wird damit ich weiß wo und wie es geändert wird.
  10. //mit der notiz funktion kann man auch sehr einfach rezepte o.ä. deaktivieren um zum beispiel etwas auszutesten.a
  11. //um ein bisschen mehr vorstellungskraft zu haben verlinke ich mal die wiki mit den Basics: http://minetweaker3.powerofbytes.com/wiki/Tutorial:Basic_Recipes
  12. //ach ja OfenRezepte kann man auch ändern: http://minetweaker3.powerofbytes.com/wiki/Tutorial:Furnace (is sogar einfacher als die standardrezepte).
  13. //vielleicht hast du ja lust dich dort ein wenig einzuarbeiten is eigentlich relativ simpel es geht darum bestimmte Items nach dem craften weiterhin zu behalten. Z.B.: mit einem wassereimer craften und danach das ziel item und einen leeren eimer wieder bekommen: http://minetweaker3.powerofbytes.com/wiki/Tutorial:Advanced_Recipes
  14.  
  15. //deine beispiele
  16. //kannst du löschen falls du meinst es nicht mehr zu brauchen
  17.  
  18. //recipes.remove(<minecraft:diamond_sword>);
  19. //recipes.remove(<minecraft:wooden_sword>);
  20. //recipes.addShaped(<minecraft:diamond_sword>*5, [[null, <minecraft:planks>, null], [null, <minecraft:planks>, null], [null, <ore:stickWood>, null]]);
  21. //recipes.addShaped(<minecraft:diamond_sword>*5, [[<minecraft:planks>, null, null], [<minecraft:planks>, null, null], [<ore:stickWood>, null, null]]);
  22.  
  23.  
  24. //immer wenn du mir rezepte schickst und ich sie dann einfüge und dir das update schicke bekommst du wieder diese leere datei. deine rezepte sind dann bei den anderen hinzugefügt.
  25.  
  26. // meine version ( bischen besser )
  27. //Philosopher's Stone
  28. recipes.remove(<ProjectE:item.pe_philosophers_stone>);
  29. mods.avaritia.ExtremeCrafting.addShaped(<ProjectE:item.pe_philosophers_stone>,
  30. [[<peaether:alchemicalCoinItem>, <peaether:alchemicalCoinItem>, <TaintedMagic:ShadowMetal>, <Botania:manaResource:7>, <Botania:manaResource:5>, <Botania:manaResource:7>, <TaintedMagic:ShadowMetal>, <peaether:alchemicalCoinItem>, <peaether:alchemicalCoinItem>],
  31. [<peaether:alchemicalCoinItem>, <aether:zaniteBlock>, <Botania:manaResource:1>, <AWWayofTime:bloodMagicBaseItems:27>, <aether:zaniteBlock>, <AWWayofTime:bloodMagicBaseItems:27>, <Botania:manaResource:1>, <aether:zaniteBlock>, <peaether:alchemicalCoinItem>],
  32. [<TaintedMagic:ShadowMetal>, <Botania:manaResource:1>, <Botania:tinyPlanet>, <witchery:ingredient:15>, <Botania:manaResource:2>, <witchery:ingredient:15>, <Botania:tinyPlanet>, <Botania:manaResource:1>, <TaintedMagic:ShadowMetal>],
  33. [<Botania:manaResource:7>, <AWWayofTime:bloodMagicBaseItems:27>, <witchery:ingredient:15>, <Botania:manaResource:9>, <ThaumicTinkerer:kamiResource:2>, <Botania:manaResource:9>, <witchery:ingredient:15>, <AWWayofTime:bloodMagicBaseItems:27>, <Botania:manaResource:7>],
  34. [<Botania:manaResource:5>, <aether:zaniteBlock>, <Botania:manaResource:2>, <ThaumicTinkerer:kamiResource:2>, <AWWayofTime:blockReagentConduit>, <ThaumicTinkerer:kamiResource:2>, <Botania:manaResource:2>, <aether:zaniteBlock>, <Botania:manaResource:5>],
  35. [<Botania:manaResource:7>, <AWWayofTime:bloodMagicBaseItems:27>, <witchery:ingredient:15>, <Botania:manaResource:9>, <ThaumicTinkerer:kamiResource:2>, <Botania:manaResource:9>, <witchery:ingredient:15>, <AWWayofTime:bloodMagicBaseItems:27>, <Botania:manaResource:7>],
  36. [<TaintedMagic:ShadowMetal>, <Botania:manaResource:1>, <Botania:tinyPlanet>, <witchery:ingredient:15>, <Botania:manaResource:2>, <witchery:ingredient:15>, <Botania:tinyPlanet>, <Botania:manaResource:1>, <TaintedMagic:ShadowMetal>],
  37. [<peaether:alchemicalCoinItem>, <aether:zaniteBlock>, <Botania:manaResource:1>, <AWWayofTime:bloodMagicBaseItems:27>, <aether:zaniteBlock>, <Botania:manaResource:1>, <AWWayofTime:bloodMagicBaseItems:27>, <aether:zaniteBlock>, <peaether:alchemicalCoinItem>],
  38. [<peaether:alchemicalCoinItem>, <peaether:alchemicalCoinItem>, <TaintedMagic:ShadowMetal>, <Botania:manaResource:7>, <Botania:manaResource:5>, <Botania:manaResource:7>, <TaintedMagic:ShadowMetal>, <peaether:alchemicalCoinItem>, <peaether:alchemicalCoinItem>]]);
  39.  
  40.  
  41. //Bloodmagic : BlutMesser
  42. recipes.remove(<AWWayofTime:sacrificialKnife>);
  43. recipes.addShaped(<AWWayofTime:sacrificialKnife>, [[<Botania:manaGlass>, <Botania:manaGlass>, <Botania:manaGlass>],
  44. [null, <minecraft:gold_ingot>, <Botania:manaGlass>],
  45. [<minecraft:iron_ingot>, null, <Botania:manaGlass>]]);
  46. //[Minecraft]
  47. //Ender Auge
  48. recipes.remove(<minecraft:ender_eye>);
  49. recipes.addShaped(<minecraft:ender_eye>, [[<minecraft:blaze_powder>, <minecraft:ender_pearl>, <minecraft:blaze_powder>],
  50. [null, null, null],
  51. [null, null, null]]);
  52.  
  53. //Chunk loader ( nicht sehr schwer )
  54. recipes.remove(<ChickenChunks:chickenChunkLoader>);
  55. recipes.addShaped(<ChickenChunks:chickenChunkLoader>, [[null, <minecraft:ender_eye>, null],
  56. [<minecraft:gold_ingot>, <Thaumcraft:ItemResource:15>, <minecraft:gold_ingot>],
  57. [<witchery:ingredient:34>, <minecraft:enchanting_table>, <AWWayofTime:reinforcedSlate>]]);
  58.  
  59. //Amboss
  60. recipes.remove(<minecraft:anvil>);
  61. recipes.addShaped(<minecraft:anvil>, [[<minecraft:iron_block>, <minecraft:iron_block>, <minecraft:iron_block>],
  62. [null, <minecraft:iron_block>, null],
  63. [<minecraft:heavy_weighted_pressure_plate>, <minecraft:heavy_weighted_pressure_plate>, <minecraft:heavy_weighted_pressure_plate>]]);
  64.  
  65. //Eimer
  66. recipes.remove(<minecraft:bucket>);
  67. recipes.addShaped(<minecraft:bucket>, [[<minecraft:iron_ingot>, null, <minecraft:iron_ingot>],
  68. [<minecraft:iron_ingot>, null, <minecraft:iron_ingot>],
  69. [null, <minecraft:heavy_weighted_pressure_plate>, null]]);
  70.  
  71. //Ofen
  72. recipes.remove(<minecraft:furnace>);
  73. recipes.addShaped(<minecraft:furnace>, [[<ExtraUtilities:cobblestone_compressed>, <ExtraUtilities:cobblestone_compressed:1>, <ExtraUtilities:cobblestone_compressed>],
  74. [<ExtraUtilities:cobblestone_compressed:1>, null, <ExtraUtilities:cobblestone_compressed:1>],
  75. [<ExtraUtilities:cobblestone_compressed>, <ExtraUtilities:cobblestone_compressed:1>, <ExtraUtilities:cobblestone_compressed>]]);
  76.  
  77. //Dia Chest
  78. recipes.remove(<IronChest:BlockIronChest:2>);
  79. recipes.addShaped(<IronChest:BlockIronChest:2>, [[<minecraft:diamond>, <minecraft:diamond>, <minecraft:diamond>],
  80. [<minecraft:diamond>, <IronChest:BlockIronChest:1>, <minecraft:diamond>],
  81. [<minecraft:diamond>, <minecraft:diamond>, <minecraft:diamond>]]);
  82.  
  83. //Dispenser
  84. recipes.remove(<minecraft:dispenser>);
  85. recipes.addShaped(<minecraft:dispenser>, [[<minecraft:cobblestone>, <ExtraUtilities:cobblestone_compressed>, <minecraft:cobblestone>],
  86. [<minecraft:cobblestone>, <minecraft:bow>, <minecraft:cobblestone>],
  87. [<minecraft:cobblestone>, <minecraft:redstone>, <minecraft:cobblestone>]]);
  88.  
  89. //Brauerrei
  90. recipes.remove(<minecraft:brewing_stand>);
  91. recipes.addShaped(<minecraft:brewing_stand>, [[<Thaumcraft:blockTube:7>, <Thaumcraft:blockTube:7>, <Thaumcraft:blockTube:7>],
  92. [null, <minecraft:blaze_rod>, null],
  93. [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>]]);
  94.  
  95. //Papier
  96. recipes.remove(<minecraft:paper>);
  97. recipes.addShaped(<minecraft:paper>, [[<minecraft:reeds>, <minecraft:reeds>, <minecraft:reeds>], [null, null, null], [null, null, null]]);
  98. recipes.addShaped(<minecraft:paper>*3, [[<minecraft:book>, null, null], [null, null, null], [null, null, null]]);
  99.  
  100. //[Extra Utilitys]
  101. //Badrock Barren
  102. recipes.remove(<ExtraUtilities:bedrockiumIngot>);
  103. recipes.addShaped(<ExtraUtilities:bedrockiumIngot>, [[<ExtraUtilities:cobblestone_compressed:4>, <ExtraUtilities:cobblestone_compressed:4>, <ExtraUtilities:cobblestone_compressed:4>],
  104. [<ExtraUtilities:cobblestone_compressed:4>, <minecraft:diamond_block>, <ExtraUtilities:cobblestone_compressed:5>],
  105. [<ExtraUtilities:cobblestone_compressed:5>, <ExtraUtilities:cobblestone_compressed:5>, <ExtraUtilities:cobblestone_compressed:5>]]);
  106.  
  107. //Fliesband
  108. recipes.remove(<ExtraUtilities:conveyor>);
  109. recipes.addShaped(<ExtraUtilities:conveyor>*12, [[<minecraft:rail>, <minecraft:rail>, <minecraft:rail>],
  110. [<minecraft:iron_ingot>, <minecraft:redstone>, <minecraft:iron_ingot>],
  111. [<minecraft:rail>, <minecraft:rail>, <minecraft:rail>]]);
  112.  
  113. //Goldene Flügel
  114. recipes.remove(<ExtraUtilities:angelRing:4>);
  115. recipes.addShaped(<ExtraUtilities:angelRing:4>, [[<minecraft:gold_nugget>, <Thaumcraft:HoverHarness>, <minecraft:gold_nugget>],
  116. [<minecraft:gold_ingot>, <minecraft:nether_star>, <minecraft:gold_ingot>],
  117. [<ExtraUtilities:unstableingot:2>, <ThaumicTinkerer:skyPearl>, <ExtraUtilities:unstableingot:2>]]);
  118.  
  119. //Drachen Flügel
  120. recipes.remove(<ExtraUtilities:angelRing:3>);
  121. recipes.addShaped(<ExtraUtilities:angelRing:3>, [[<xreliquary:mob_ingredient:5>, <Thaumcraft:HoverHarness>, <xreliquary:mob_ingredient:5>],
  122. [<minecraft:gold_ingot>, <minecraft:nether_star>, <minecraft:gold_ingot>],
  123. [<ExtraUtilities:unstableingot:2>, <ThaumicTinkerer:skyPearl>, <ExtraUtilities:unstableingot:2>]]);
  124.  
  125. //FeenFlügel
  126. recipes.remove(<ExtraUtilities:angelRing:2>);
  127. recipes.addShaped(<ExtraUtilities:angelRing:2>, [[<minecraft:dye:9>, <Thaumcraft:HoverHarness>, <minecraft:dye:5>],
  128. [<minecraft:gold_ingot>, <minecraft:nether_star>, <minecraft:gold_ingot>],
  129. [<ExtraUtilities:unstableingot:2>, <ThaumicTinkerer:skyPearl>, <ExtraUtilities:unstableingot:2>]]);
  130.  
  131. //Feder Flügel
  132. recipes.remove(<ExtraUtilities:angelRing:1>);
  133. recipes.addShaped(<ExtraUtilities:angelRing:1>, [[<minecraft:feather>, <Thaumcraft:HoverHarness>, <minecraft:feather>],
  134. [<minecraft:gold_ingot>, <minecraft:nether_star>, <minecraft:gold_ingot>],
  135. [<ExtraUtilities:unstableingot:2>, <ThaumicTinkerer:skyPearl>, <ExtraUtilities:unstableingot:2>]]);
  136.  
  137. //Unsichtbarre Flügel
  138. recipes.remove(<ExtraUtilities:angelRing>);
  139. recipes.addShaped(<ExtraUtilities:angelRing>, [[<Thaumcraft:blockMirror>, <Thaumcraft:HoverHarness>, <Thaumcraft:blockMirror>],
  140. [<minecraft:gold_ingot>, <minecraft:nether_star>, <minecraft:gold_ingot>],
  141. [<ExtraUtilities:unstableingot:2>, <ThaumicTinkerer:skyPearl>, <ExtraUtilities:unstableingot:2>]]);
  142.  
  143. //[Reliquary]
  144. //Holy granade
  145. recipes.remove(<xreliquary:holy_hand_grenade>);
  146. recipes.addShaped(<xreliquary:holy_hand_grenade>*4, [[<xreliquary:glowing_water>, <minecraft:nether_star>, null],
  147. [<minecraft:tnt>, <minecraft:golden_apple:1>, null],
  148. [null, null, null]]);
  149.  
  150. //[Jabba]
  151. //243 speicherKarte
  152. recipes.remove(<JABBA:upgradeCore:9>);
  153. recipes.addShaped(<JABBA:upgradeCore:9>, [[<JABBA:upgradeCore:8>, <JABBA:upgradeCore:8>, null],
  154. [<JABBA:upgradeCore:8>, null, null],
  155. [null, null, null]]);
  156.  
  157.  
  158. // zu löschende Items (komplet)
  159. recipes.remove(<ExtraUtilities:generator:9>);
  160. recipes.remove(<ExtraUtilities:generator.64:9>);
  161. recipes.remove(<ExtraUtilities:generator.8:9>);
  162. recipes.remove(<ExtraUtilities:generator:1>);
  163. recipes.remove(<ExtraUtilities:generator.8:1>);
  164. recipes.remove(<ExtraUtilities:generator.64:1>);
  165. recipes.remove(<ExtraUtilities:enderQuarry>);
  166. recipes.remove(<ExtraUtilities:enderQuarryUpgrade:1>);
  167. recipes.remove(<ExtraUtilities:enderQuarryUpgrade>);
  168. recipes.remove(<ExtraUtilities:enderQuarryUpgrade:3>);
  169. recipes.remove(<ExtraUtilities:enderQuarryUpgrade:4>);
  170. recipes.remove(<ExtraUtilities:enderQuarryUpgrade:5>);
  171. recipes.remove(<ExtraUtilities:enderQuarryUpgrade:2>);
  172. recipes.remove(<ExtraUtilities:enderQuarryUpgrade:9>);
  173. recipes.remove(<ExtraUtilities:enderQuarryUpgrade:6>);
  174. recipes.remove(<ExtraUtilities:enderQuarryUpgrade:7>);
  175. recipes.remove(<ExtraUtilities:enderQuarryUpgrade:8>);
  176. recipes.remove(<ExtraUtilities:generator:11>);
  177. recipes.remove(<ExtraUtilities:generator.8:11>);
  178. recipes.remove(<ExtraUtilities:generator.64:11>);
  179. recipes.remove(<appliedenergistics2:item.ToolBiometricCard>);
  180. recipes.remove(<appliedenergistics2:tile.BlockSecurity>);
  181. recipes.remove(<malisisdoors:item.forcefieldItem>);
  182. recipes.remove(<OpenBlocks:luggage>);
  183. recipes.remove(<ExtraUtilities:filing>);
  184. recipes.remove(<ExtraUtilities:filing:1>);
  185. recipes.remove(<CarpentersBlocks:blockCarpentersSafe>);
  186. recipes.remove(<ExtraUtilities:generator:8>);
  187. recipes.remove(<ExtraUtilities:generator.8:8>);
  188. recipes.remove(<ExtraUtilities:generator.64:8>);
  189. recipes.remove(<ExtraUtilities:generator:7>);
  190. recipes.remove(<ExtraUtilities:generator.8:7>);
  191. recipes.remove(<ExtraUtilities:generator.64:7>);
  192.  
  193. // recepte löschen aber sichtbar lassen
  194. recipes.remove(<TaintedMagic:ThaumicDisassembler>)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement