Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.67 KB | None | 0 0
  1. import crafttweaker.item.IIngredient as IIngredient;
  2. import crafttweaker.item.IItemStack as IItemStack;
  3. import crafttweaker.oredict.IOreDict as IOreDict;
  4. import crafttweaker.oredict.IOreDictEntry as IOreDictEntry;
  5.  
  6. // ==========================================================
  7. print(" =================== ATC OreDict (wood) =================== ");
  8. print(" ========================================================== ");
  9.  
  10. // https://github.com/AllTheMods/ATC/edit/master/Modpack/scripts/atc_oredict_wood.zs
  11.  
  12. //====== Variables ======
  13. //
  14.  
  15. //====== Unify wood stuff in oredicts =======
  16. // made by Ordinator 2017-JUL-08
  17.  
  18.  
  19. //====== Variables ======
  20. //
  21. val Chest = <ore:chest>;
  22. val ChestWood = <ore:chestWood>;
  23. val ChestTrapped = <ore:chestTrapped>;
  24. val Trapdoor = <ore:trapdoorWood>;
  25. val Door = <ore:doorWood>;
  26. val Bed = <ore:bed>;
  27. val Log = <ore:logWood>;
  28. val Plank = <ore:plankWood>;
  29. val WoodSlab = <ore:slabWood>;
  30. val WoodStair = <ore:stairWood>;
  31. val Stick = <ore:stickWood>;
  32. val Fence = <ore:fenceWood>;
  33. val Gate = <ore:fenceGateWood>;
  34. val Sapling = <ore:treeSapling>;
  35. val Seed = <ore:seed>;
  36. val FishRaw = <ore:listAllfishraw>;
  37. val FishCooked = <ore:listAllfishcooked>;
  38.  
  39.  
  40.  
  41. // ====== Template:
  42. /*
  43. //======Add to YYYYYY======
  44. //
  45. var XXXXX = [
  46. <>
  47. ] as IItemStack[];
  48.  
  49. YYYYYY.addItems(XXXXXX);
  50.  
  51. */
  52.  
  53.  
  54.  
  55. //======Add to Log======
  56. //
  57. var LogsToAdd = [
  58. <extratrees:logs.0:32767>,
  59. <extratrees:logs.1:32767>,
  60. <extratrees:logs.2:32767>,
  61. <extratrees:logs.3:32767>,
  62. <extratrees:logs.4:32767>,
  63. <extratrees:logs.5:32767>,
  64. <extratrees:logs.6:32767>,
  65. <extratrees:logs.7:32767>,
  66. <extratrees:logs.8:32767>,
  67. <extratrees:logs.9:32767>,
  68. <extratrees:logs.fireproof.0:32767>,
  69. <extratrees:logs.fireproof.1:32767>,
  70. <extratrees:logs.fireproof.2:32767>,
  71. <extratrees:logs.fireproof.3:32767>,
  72. <extratrees:logs.fireproof.4:32767>,
  73. <extratrees:logs.fireproof.5:32767>,
  74. <extratrees:logs.fireproof.6:32767>,
  75. <extratrees:logs.fireproof.7:32767>,
  76. <extratrees:logs.fireproof.8:32767>,
  77. <extratrees:logs.fireproof.9:32767>,
  78. <forestry:logs.0:32767>,
  79. <forestry:logs.1:32767>,
  80. <forestry:logs.2:32767>,
  81. <forestry:logs.3:32767>,
  82. <forestry:logs.4:32767>,
  83. <forestry:logs.5:32767>,
  84. <forestry:logs.6:32767>,
  85. <forestry:logs.7:32767>,
  86. <forestry:logs.fireproof.0:32767>,
  87. <forestry:logs.fireproof.1:32767>,
  88. <forestry:logs.fireproof.2:32767>,
  89. <forestry:logs.fireproof.3:32767>,
  90. <forestry:logs.fireproof.4:32767>,
  91. <forestry:logs.fireproof.5:32767>,
  92. <forestry:logs.fireproof.6:32767>,
  93. <forestry:logs.fireproof.7:32767>,
  94. <forestry:logs.vanilla.fireproof.0:32767>,
  95. <forestry:logs.vanilla.fireproof.1:32767>,
  96. <forestry:wood_pile:32767>,
  97. <harvestcraft:pamcinnamon:32767>,
  98. <harvestcraft:pammaple:32767>,
  99. <minecraft:log:32767>,
  100. <minecraft:log2:32767>,
  101. <rainboaks:rainboak_log:32767>,
  102. <randomthings:spectrelog:32767>,
  103. <rustic:log:32767>,
  104. <techreborn:rubber_log:32767>,
  105. <traverse:fir_log:32767>
  106. ] as IItemStack[];
  107.  
  108. Log.addItems(LogsToAdd);
  109.  
  110.  
  111.  
  112. //====== Planks ======
  113. //--Ord (added 12-JULY-2017)
  114. //
  115. var PlanksToAdd = [
  116. <rustic:painted_wood_white:32767>,
  117. <rustic:painted_wood_orange:32767>,
  118. <rustic:painted_wood_purple:32767>,
  119. <rustic:painted_wood_blue:32767>,
  120. <rustic:painted_wood_brown:32767>,
  121. <rustic:painted_wood_green:32767>,
  122. <rustic:painted_wood_red:32767>,
  123. <rustic:painted_wood_black:32767>,
  124. <rustic:painted_wood_magenta:32767>,
  125. <rustic:painted_wood_light_blue:32767>,
  126. <rustic:painted_wood_yellow:32767>,
  127. <rustic:painted_wood_lime:32767>,
  128. <rustic:painted_wood_pink:32767>,
  129. <rustic:painted_wood_gray:32767>,
  130. <rustic:painted_wood_silver:32767>,
  131. <rustic:painted_wood_cyan:32767>,
  132. //<biomesoplenty:planks_0:32767>,
  133. <chisel:planks-acacia:32767>,
  134. <chisel:planks-birch:32767>,
  135. <chisel:planks-dark-oak:32767>,
  136. <chisel:planks-jungle:32767>,
  137. <chisel:planks-oak:32767>,
  138. <chisel:planks-spruce:32767>,
  139. <embers:sealed_planks:32767>,
  140. <forestry:planks.0:32767>,
  141. <forestry:planks.1:32767>,
  142. <forestry:planks.fireproof.0:32767>,
  143. <forestry:planks.fireproof.1:32767>,
  144. <forestry:planks.vanilla.fireproof.0:32767>,
  145. <minecraft:planks:32767>, /*
  146. <quark:stained_planks:32767>,
  147. <quark:vertical_planks:32767>,
  148. <quark:vertical_stained_planks:32767>, */
  149. <rustic:planks:32767>,
  150. <techreborn:rubber_planks:32767>,
  151. <traverse:fir_planks:32767>
  152. ] as IItemStack[];
  153.  
  154. Plank.addItems(PlanksToAdd);
  155.  
  156.  
  157. //====== Crafting Tables ======
  158. //
  159. var TablesToAdd = [
  160. <actuallyadditions:item_crafter_on_a_stick:32767>,
  161. //<charset:pockettable:32767>,
  162. <minecraft:crafting_table:32767>
  163. ] as IItemStack[];
  164.  
  165. <ore:craftingTableWood>.addItems(TablesToAdd);
  166. <ore:crafterWood>.addItems(TablesToAdd);
  167.  
  168. //======Add to chest======
  169. //
  170. var ChestsToAdd = [
  171. <minecraft:chest:32767>,
  172. <minecraft:ender_chest:32767>,
  173. <minecraft:trapped_chest:32767>,
  174. <actuallyadditions:block_treasure_chest:32767>,
  175. //<bibliocraft:framedchest:32767>,
  176. //<appliedenergistics2:sky_stone_chest>,
  177. //<appliedenergistics2:smooth_sky_stone_chest>,
  178. //<randomthings:specialChest:32767>,
  179. <quark:custom_chest:32767>,
  180. <quark:custom_chest_trap:32767>,
  181. //<darkutils:chest_glacial:32767>,
  182. //<darkutils:chest_glass:32767>,
  183. //<darkutils:chest_jungle:32767>,
  184. //<darkutils:chest_magic:32767>,
  185. //<darkutils:chest_nether:32767>,
  186. //<darkutils:chest_royal:32767>,
  187. //<darkutils:chest_sandstone:32767>,
  188. //<darkutils:chest_prismarine:32767>
  189. ] as IItemStack[];
  190.  
  191. Chest.addItems(ChestsToAdd);
  192.  
  193. //======Add to chestWood======
  194. //
  195. var WoodChestToAdd = [
  196. <minecraft:chest:0>,
  197. <minecraft:trapped_chest:0>,
  198. //<bibliocraft:framedchest:0>,
  199. //<randomthings:specialChest:32767>,
  200. <quark:custom_chest:32767>,
  201. <quark:custom_chest_trap:32767>
  202. ] as IItemStack[];
  203.  
  204. ChestWood.addItems(WoodChestToAdd);
  205.  
  206.  
  207. //======Add to chestTrapped======
  208. //
  209. var TrappedChestToAdd = [
  210. <minecraft:trapped_chest:32767>,
  211. <quark:custom_chest_trap:32767>
  212. ] as IItemStack[];
  213.  
  214. ChestTrapped.addItems(TrappedChestToAdd);
  215.  
  216.  
  217. //======Add to ore:bed======
  218. //
  219. var BedToAdd = [
  220. //<quark:colored_bed_black:32767>,
  221. //<quark:colored_bed_blue:32767>,
  222. //<quark:colored_bed_brown:32767>,
  223. //<quark:colored_bed_cyan:32767>,
  224. //<quark:colored_bed_gray:32767>,
  225. //<quark:colored_bed_green:32767>,
  226. //<quark:colored_bed_item:32767>,,
  227. //<quark:colored_bed_light_blue:32767>,
  228. //<quark:colored_bed_lime:32767>,
  229. //<quark:colored_bed_magenta:32767>,
  230. //<quark:colored_bed_orange:32767>,
  231. //<quark:colored_bed_pink:32767>,
  232. //<quark:colored_bed_purple:32767>,
  233. //<quark:colored_bed_silver:32767>,
  234. //<quark:colored_bed_white:32767>,
  235. //<quark:colored_bed_yellow:32767>,
  236. <minecraft:bed:32767>,
  237. <cyclicmagic:sleeping_mat:32767>
  238. ] as IItemStack[];
  239.  
  240. Bed.addItems(BedToAdd);
  241.  
  242.  
  243. //======Add to Trapdoor======
  244. //
  245. var TrapdoorToAdd = [
  246. <minecraft:trapdoor:32767>,
  247. //<quark:dark_oak_trapdoor>,
  248. //<quark:spruce_trapdoor>,
  249. //<quark:birch_trapdoor>,
  250. //<quark:jungle_trapdoor>,
  251. //<quark:acacia_trapdoor>
  252. ] as IItemStack[];
  253.  
  254. Trapdoor.addItems(TrapdoorToAdd);
  255.  
  256. //======Add to Door======
  257. var DoorToAdd = [
  258. <minecraft:wooden_door:32767>,
  259. <traverse:fir_door:32767>,
  260. //<biomesoplenty:fir_door:32767>,
  261. //<biomesoplenty:cherry_door:32767>,
  262. //<biomesoplenty:ebony_door:32767>,
  263. //<biomesoplenty:ethereal_door:32767>,
  264. //<biomesoplenty:eucalyptus_door:32767>,
  265. //<biomesoplenty:hellbark_door:32767>,
  266. //<biomesoplenty:jacaranda_door:32767>,
  267. //<biomesoplenty:magic_door:32767>,
  268. <forestry:doors.acacia:32767>, //Desert Acacia Door
  269. <forestry:doors.balsa:32767>, //Balsa Door
  270. <forestry:doors.baobab:32767>, //Baobab Door
  271. <forestry:doors.cherry:32767>, //Cherry Door
  272. <forestry:doors.chestnut:32767>, //Chestnut Door
  273. <forestry:doors.citrus:32767>, //Citrus Door
  274. <forestry:doors.cocobolo:32767>, //Cocobolo Door
  275. <forestry:doors.ebony:32767>, //Ebony Door
  276. <forestry:doors.giganteum:32767>, //Giant Sequoia Door
  277. <forestry:doors.greenheart:32767>, //Greenheart Door
  278. <forestry:doors.ipe:32767>, //Ipe Door
  279. <forestry:doors.kapok:32767>, //Kapok Door
  280. <forestry:doors.larch:32767>, //Larch Door
  281. <forestry:doors.lime:32767>, //Lime Door
  282. <forestry:doors.mahoe:32767>, //Mahoe Door
  283. <forestry:doors.mahogany:32767>, //Mahogany Door
  284. <forestry:doors.maple:32767>, //Maple Door
  285. <forestry:doors.padauk:32767>, //Padauk Door
  286. <forestry:doors.palm:32767>, //Palm Door
  287. <forestry:doors.papaya:32767>, //Papaya Door
  288. <forestry:doors.pine:32767>, //Pine Door
  289. <forestry:doors.plum:32767>, //Plum Door
  290. <forestry:doors.poplar:32767>, //Poplar Door
  291. <forestry:doors.sequoia:32767>, //Sequoia Door
  292. <forestry:doors.teak:32767>, //Teak Door
  293. <forestry:doors.walnut:32767>, //Walnut Door
  294. <forestry:doors.wenge:32767>, //Wenge Door
  295. <forestry:doors.willow:32767>, //Willow Door
  296. <forestry:doors.zebrawood:32767>, //Zebrawood Door
  297. //<biomesoplenty:mahogany_door:32767>,
  298. //<biomesoplenty:mangrove_door:32767>,
  299. //<biomesoplenty:palm_door:32767>,
  300. //<biomesoplenty:pine_door:32767>,
  301. //<biomesoplenty:redwood_door:32767>,
  302. //<biomesoplenty:sacred_oak_door:32767>,
  303. //<biomesoplenty:umbran_door:32767>,
  304. //<biomesoplenty:willow_door:32767>,
  305. <minecraft:acacia_door:32767>,
  306. <minecraft:jungle_door:32767>,
  307. <minecraft:birch_door:32767>,
  308. <minecraft:spruce_door:32767>,
  309. <minecraft:dark_oak_door:32767>
  310. ] as IItemStack[];
  311.  
  312. Door.addItems(DoorToAdd);
  313.  
  314. //======Add to Saplings======
  315. //
  316. var SaplingsToAdd = [
  317. <evilcraft:undead_sapling:32767>,
  318. <forestry:sapling_ge:32767>,
  319. <harvestcraft:almond_sapling:32767>,
  320. <harvestcraft:apple_sapling:32767>,
  321. <harvestcraft:apricot_sapling:32767>,
  322. <harvestcraft:avocado_sapling:32767>,
  323. <harvestcraft:banana_sapling:32767>,
  324. <harvestcraft:cashew_sapling:32767>,
  325. <harvestcraft:cherry_sapling:32767>,
  326. <harvestcraft:chestnut_sapling:32767>,
  327. <harvestcraft:cinnamon_sapling:32767>,
  328. <harvestcraft:coconut_sapling:32767>,
  329. <harvestcraft:date_sapling:32767>,
  330. <harvestcraft:dragonfruit_sapling:32767>,
  331. <harvestcraft:durian_sapling:32767>,
  332. <harvestcraft:fig_sapling:32767>,
  333. <harvestcraft:gooseberry_sapling:32767>,
  334. <harvestcraft:grapefruit_sapling:32767>,
  335. <harvestcraft:lemon_sapling:32767>,
  336. <harvestcraft:lime_sapling:32767>,
  337. <harvestcraft:mango_sapling:32767>,
  338. <harvestcraft:maple_sapling:32767>,
  339. <harvestcraft:nutmeg_sapling:32767>,
  340. <harvestcraft:olive_sapling:32767>,
  341. <harvestcraft:orange_sapling:32767>,
  342. <harvestcraft:papaya_sapling:32767>,
  343. <harvestcraft:paperbark_sapling:32767>,
  344. <harvestcraft:peach_sapling:32767>,
  345. <harvestcraft:pear_sapling:32767>,
  346. <harvestcraft:pecan_sapling:32767>,
  347. <harvestcraft:peppercorn_sapling:32767>,
  348. <harvestcraft:persimmon_sapling:32767>,
  349. <harvestcraft:pistachio_sapling:32767>,
  350. <harvestcraft:plum_sapling:32767>,
  351. <harvestcraft:pomegranate_sapling:32767>,
  352. <harvestcraft:starfruit_sapling:32767>,
  353. <harvestcraft:vanillabean_sapling:32767>,
  354. <harvestcraft:walnut_sapling:32767>,
  355. <integrateddynamics:menril_sapling:32767>,
  356. <luckybeans:bean_sapling:32767>,
  357. <rainboaks:rainboak_sapling:32767>,
  358. <randomthings:spectresapling:32767>,
  359. <rustic:sapling_apple:32767>,
  360. <simplytea:tea_sapling:32767>,
  361. <techreborn:rubber_sapling:32767>,
  362. <traverse:brown_autumnal_sapling:32767>,
  363. <traverse:fir_sapling:32767>,
  364. <traverse:orange_autumnal_sapling:32767>,
  365. <traverse:red_autumnal_sapling:32767>,
  366. <traverse:yellow_autumnal_sapling:32767>,
  367. <tconstruct:slime_sapling:32767>,
  368. <rustic:sapling:32767>,
  369. <minecraft:sapling:32767>
  370. ] as IItemStack[];
  371.  
  372. Sapling.addItems(SaplingsToAdd);
  373.  
  374.  
  375. //======Add to Seeds======
  376. //
  377. var SeedsToAdd= [
  378. <actuallyadditions:item_canola_seed:32767>,
  379. <actuallyadditions:item_coffee_seed:32767>,
  380. <actuallyadditions:item_flax_seed:32767>,
  381. <actuallyadditions:item_misc:23>,
  382. <actuallyadditions:item_misc:24>,
  383. <actuallyadditions:item_rice_seed:32767>,
  384. <attaineddrops2:seed:32767>,
  385. <cyclicmagic:sprout_seed:32767>,
  386. <embers:seed:32767>,
  387. <gardenstuff:candelilla_seeds:32767>,
  388. <growablecells:seedr16k:32767>,
  389. <growablecells:seedr1k:32767>,
  390. <growablecells:seedr4k:32767>,
  391. <growablecells:seedr64k:32767>,
  392. <harvestcraft:artichokeseeditem:32767>,
  393. <harvestcraft:asparagusseeditem:32767>,
  394. <harvestcraft:bambooshootseeditem:32767>,
  395. <harvestcraft:barleyseeditem:32767>,
  396. <harvestcraft:beanseeditem:32767>,
  397. <harvestcraft:beetseeditem:32767>,
  398. <harvestcraft:bellpepperseeditem:32767>,
  399. <harvestcraft:blackberryseeditem:32767>,
  400. <harvestcraft:blueberryseeditem:32767>,
  401. <harvestcraft:broccoliseeditem:32767>,
  402. <harvestcraft:brusselsproutseeditem:32767>,
  403. <harvestcraft:cabbageseeditem:32767>,
  404. <harvestcraft:cactusfruitseeditem:32767>,
  405. <harvestcraft:candleberryseeditem:32767>,
  406. <harvestcraft:cantaloupeseeditem:32767>,
  407. <harvestcraft:cauliflowerseeditem:32767>,
  408. <harvestcraft:celeryseeditem:32767>,
  409. <harvestcraft:chilipepperseeditem:32767>,
  410. <harvestcraft:coffeeseeditem:32767>,
  411. <harvestcraft:cornseeditem:32767>,
  412. <harvestcraft:cottonseeditem:32767>,
  413. <harvestcraft:cranberryseeditem:32767>,
  414. <harvestcraft:cucumberseeditem:32767>,
  415. <harvestcraft:curryleafseeditem:32767>,
  416. <harvestcraft:eggplantseeditem:32767>,
  417. <harvestcraft:garlicseeditem:32767>,
  418. <harvestcraft:gingerseeditem:32767>,
  419. <harvestcraft:grapeseeditem:32767>,
  420. <harvestcraft:kiwiseeditem:32767>,
  421. <harvestcraft:leekseeditem:32767>,
  422. <harvestcraft:lettuceseeditem:32767>,
  423. <harvestcraft:mustardseeditem:32767>,
  424. <harvestcraft:mustardseedsitem:32767>,
  425. <harvestcraft:oatsseeditem:32767>,
  426. <harvestcraft:okraseeditem:32767>,
  427. <harvestcraft:onionseeditem:32767>,
  428. <harvestcraft:parsnipseeditem:32767>,
  429. <harvestcraft:peanutseeditem:32767>,
  430. <harvestcraft:peasseeditem:32767>,
  431. <harvestcraft:pineappleseeditem:32767>,
  432. <harvestcraft:radishseeditem:32767>,
  433. <harvestcraft:raspberryseeditem:32767>,
  434. <harvestcraft:rhubarbseeditem:32767>,
  435. <harvestcraft:riceseeditem:32767>,
  436. <harvestcraft:roastedpumpkinseedsitem:32767>,
  437. <harvestcraft:rutabagaseeditem:32767>,
  438. <harvestcraft:ryeseeditem:32767>,
  439. <harvestcraft:saltedsunflowerseedsitem:32767>,
  440. <harvestcraft:scallionseeditem:32767>,
  441. <harvestcraft:seaweedseeditem:32767>,
  442. <harvestcraft:seedsoupitem:32767>,
  443. <harvestcraft:sesameseedsitem:32767>,
  444. <harvestcraft:sesameseedsseeditem:32767>,
  445. <harvestcraft:soybeanseeditem:32767>,
  446. <harvestcraft:spiceleafseeditem:32767>,
  447. <harvestcraft:spinachseeditem:32767>,
  448. <harvestcraft:strawberryseeditem:32767>,
  449. <harvestcraft:sunflowerseedsitem:32767>,
  450. <harvestcraft:sweetpotatoseeditem:32767>,
  451. <harvestcraft:teaseeditem:32767>,
  452. <harvestcraft:toastedsesameseedsitem:32767>,
  453. <harvestcraft:tomatoseeditem:32767>,
  454. <harvestcraft:turnipseeditem:32767>,
  455. <harvestcraft:waterchestnutseeditem:32767>,
  456. <harvestcraft:whitemushroomseeditem:32767>,
  457. <harvestcraft:wintersquashseeditem:32767>,
  458. <harvestcraft:zucchiniseeditem:32767>,
  459. <immersiveengineering:seed:32767>,
  460. <minecraft:beetroot_seeds:32767>,
  461. <minecraft:melon_seeds:32767>,
  462. <minecraft:pumpkin_seeds:32767>,
  463. <minecraft:wheat_seeds:32767>,
  464. <randomthings:grassseeds:32767>,
  465. <resourcefulcrops:seed:32767>,
  466. <roots:aubergine_seeds:32767>,
  467. <roots:moontinged_seed:32767>,
  468. <rustic:apple_seeds:32767>,
  469. <rustic:chili_pepper_seeds:32767>,
  470. <rustic:grape_stem:32767>,
  471. <rustic:tomato_seeds:32767>
  472. ] as IItemStack[];
  473.  
  474. Seed.addItems(SeedsToAdd);
  475. <ore:listAllSeed>.addAll(Seed);
  476.  
  477.  
  478. //======Add to FishRaw======
  479. //
  480. var RawFishToAdd = [
  481. <harvestcraft:catfishrawitem:32767>,
  482. <harvestcraft:crayfishrawitem:32767>,
  483. <harvestcraft:greenheartfishitem:32767>,
  484. <harvestcraft:jellyfishrawitem:32767>,
  485. <harvestcraft:mudfishrawitem:32767>,
  486. <harvestcraft:rawtofishitem:32767>,
  487. <harvestcraft:calamarirawitem:32767>,
  488. <harvestcraft:anchovyrawitem:32767>,
  489. <harvestcraft:bassrawitem:32767>,
  490. <harvestcraft:carprawitem:32767>,
  491. <harvestcraft:charrrawitem:32767>,
  492. <harvestcraft:clamrawitem:32767>,
  493. <harvestcraft:crabrawitem:32767>,
  494. <harvestcraft:eelrawitem:32767>,
  495. <harvestcraft:frograwitem:32767>,
  496. <harvestcraft:grouperrawitem:32767>,
  497. <harvestcraft:herringrawitem:32767>,
  498. <harvestcraft:octopusrawitem:32767>,
  499. <harvestcraft:perchrawitem:32767>,
  500. <harvestcraft:scalloprawitem:32767>,
  501. <harvestcraft:shrimprawitem:32767>,
  502. <harvestcraft:snailrawitem:32767>,
  503. <harvestcraft:snapperrawitem:32767>,
  504. <harvestcraft:tilapiarawitem:32767>,
  505. <harvestcraft:troutrawitem:32767>,
  506. <harvestcraft:tunarawitem:32767>,
  507. <harvestcraft:turtlerawitem:32767>,
  508. <harvestcraft:walleyerawitem:32767>,
  509. <harvestcraft:sardinerawitem:32767>,
  510. <harvestcraft:musselrawitem:32767>,
  511. <minecraft:fish:32767>
  512. ] as IItemStack[];
  513.  
  514. FishRaw.addItems(RawFishToAdd);
  515. <ore:fish>.addAll(FishRaw);
  516.  
  517.  
  518. //======Add to FishCooked======
  519. //
  520. var CookedFishToAdd = [
  521. <harvestcraft:cookedtofishitem:32767>,
  522. <harvestcraft:crayfishcookeditem:32767>,
  523. <harvestcraft:fishandchipsitem:32767>,
  524. <harvestcraft:fishdinneritem:32767>,
  525. <harvestcraft:fishlettucewrapitem:32767>,
  526. <harvestcraft:fishsandwichitem:32767>,
  527. <harvestcraft:fishsticksitem:32767>,
  528. <harvestcraft:fishtacoitem:32767>,
  529. <harvestcraft:leafyfishsandwichitem:32767>,
  530. <harvestcraft:calamaricookeditem:32767>,
  531. <harvestcraft:clamcookeditem:32767>,
  532. <harvestcraft:crabcookeditem:32767>,
  533. <harvestcraft:frogcookeditem:32767>,
  534. <harvestcraft:octopuscookeditem:32767>,
  535. <harvestcraft:scallopcookeditem:32767>,
  536. <harvestcraft:shrimpcookeditem:32767>,
  537. <harvestcraft:snailcookeditem:32767>,
  538. <harvestcraft:salmonpattiesitem:32767>,
  539. <harvestcraft:coconutshrimpitem:32767>,
  540. <harvestcraft:shrimpokrahushpuppiesitem:32767>,
  541. <harvestcraft:turtlecookeditem:32767>,
  542. <minecraft:cooked_fish:32767>,
  543. <tconstruct:edible:20>,
  544. <tconstruct:edible:22>
  545. ] as IItemStack[];
  546.  
  547. FishCooked.addItems(CookedFishToAdd);
  548. <ore:fish>.addAll(FishCooked);
  549.  
  550.  
  551.  
  552. //======OreDict Conversion Recipes======
  553. //
  554. recipes.addShapeless("trapdoororedict1", <minecraft:trapdoor>, [Trapdoor]);
  555. recipes.addShapeless("trappedchestoredict1", <minecraft:trapped_chest>, [ChestTrapped]);
  556. recipes.addShapeless("chestoredict1", <minecraft:chest>, [Chest]);
  557. recipes.addShapeless("bedoredict1", <minecraft:bed>, [<ore:bed>]);
  558. recipes.addShapeless("wooddoororedict1", <minecraft:wooden_door>, [Door]);
  559.  
  560. //====== Crafting Table use oredict planks ======
  561. //
  562. recipes.remove(<minecraft:crafting_table>);
  563. recipes.addShaped("crafttableusesoredict", <minecraft:crafting_table>,
  564. [[Plank, Plank],
  565. [Plank, Plank]]);
  566.  
  567. //====== 2 logs = 16 sticks ======
  568. //
  569. recipes.addShapedMirrored("crtsticksfromlogs", <minecraft:stick> * 16, [
  570. [Log],
  571. [Log]
  572. ]);
  573.  
  574. //====== 8 logs = 4 chests ======
  575. //
  576. recipes.addShapedMirrored("crtchestlogs", <minecraft:chest> * 4, [
  577. [Log, Log, Log],
  578. [Log, null, Log],
  579. [Log, Log, Log]
  580. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement