katubug

Untitled

May 10th, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.46 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # data model mob names
  5. #--------------------------------------------------------------------------------------------------------#
  6. # Register entities that count towards leveling up the model
  7. # Format is modname:entity_name
  8. ##########################################################################################################
  9.  
  10. "data model mob names" {
  11. # Blaze
  12. S:blaze <
  13. minecraft:blaze
  14. primitivemobs.blazing_juggernaut
  15. >
  16.  
  17. # Creeper
  18. S:creeper <
  19. minecraft:creeper
  20. primitivemobs:rocket_creeper
  21. primitivemobs:festive_creeper
  22. primitivemobs:support_creeper
  23. nex:sporeCreeper
  24. >
  25.  
  26. # Dragon
  27. S:dragon <
  28. minecraft:ender_dragon
  29. >
  30.  
  31. # Enderman
  32. S:enderman <
  33. minecraft:enderman
  34. deepmoblearning:trial_enderman
  35. >
  36.  
  37. # Ghast
  38. S:ghast <
  39. minecraft:ghast
  40. nex:ghastling
  41. nex:ghastQueen
  42. >
  43.  
  44. # Guardian
  45. S:guardian <
  46. minecraft:elder_guardian
  47. minecraft:guardian
  48. >
  49.  
  50. # Shulker
  51. S:shulker <
  52. minecraft:shulker
  53. >
  54.  
  55. # Creeper
  56. S:skeleton <
  57. minecraft:stray
  58. minecraft:skeleton
  59. twilightforest:skeleton_druid
  60. primitivemobs:skeleton_warrior
  61. quark:ashen
  62. >
  63.  
  64. # Slime
  65. S:slime <
  66. minecraft:slime
  67. minecraft:magma_cube
  68. deepmoblearning:trial_slime
  69. primitivemobs:treasure_slime
  70. primitivemobs.brain_slime
  71. >
  72.  
  73. # Spider
  74. S:spider <
  75. minecraft:spider
  76. minecraft:cave_spider
  77. twilightforest:hedge_spider
  78. twilightforest:king_spider
  79. deepmoblearning:trial_spider
  80. deepmoblearning:trial_cave_spider
  81. primitivemobs.mother_spider
  82. primitivemobs.baby_spider
  83. betteranimalsplus.tarantula
  84. nex:boneSpider
  85. >
  86.  
  87. # Thermal Elemental
  88. S:thermalelemental <
  89. thermalfoundation:blizz
  90. thermalfoundation:blitz
  91. thermalfoundation:basalz
  92. >
  93.  
  94. # Tinker construct slime
  95. S:tinkerslime <
  96. tconstruct:blueslime
  97. >
  98.  
  99. # Twilight Darkwood creatures
  100. S:twilightdarkwood <
  101. twilightforest:redcap
  102. twilightforest:blockchain_goblin
  103. twilightforest:kobold
  104. twilightforest:goblin_knight_lower
  105. twilightforest:goblin_knight_upper
  106. twilightforest:helmet_crab
  107. twilightforest:knight_phantom
  108. twilightforest:tower_ghast
  109. twilightforest:tower_broodling
  110. twilightforest:tower_golem
  111. twilightforest:tower_termite
  112. twilightforest:mini_ghast
  113. twilightforest:ur_ghast
  114. >
  115.  
  116. # Twilight Forest(Biome, not the whole mod)
  117. S:twilightforest <
  118. twilightforest:naga
  119. twilightforest:lich_minion
  120. twilightforest:lich
  121. twilightforest:death_tome
  122. twilightforest:swarm_spider
  123. >
  124.  
  125. # Twilight Glacier creatures
  126. S:twilightglacier <
  127. twilightforest:yeti_alpha
  128. twilightforest:yeti
  129. twilightforest:winter_wolf
  130. twilightforest:penguin
  131. twilightforest:snow_guardian
  132. twilightforest:stable_ice_core
  133. twilightforest:unstable_ice_core
  134. twilightforest:snow_queen
  135. >
  136.  
  137. # Twilight Swamp creatures
  138. S:twilightswamp <
  139. twilightforest:minotaur
  140. twilightforest:minoshroom
  141. twilightforest:maze_slime
  142. twilightforest:fire_beetle
  143. twilightforest:pinch_beetle
  144. twilightforest:slime_beetle
  145. twilightforest:hydra
  146. >
  147.  
  148. # Witch
  149. S:witch <
  150. minecraft:witch
  151. >
  152.  
  153. # Wither
  154. S:wither <
  155. minecraft:wither
  156. >
  157.  
  158. # Wither Skeleton
  159. S:witherskeleton <
  160. minecraft:wither_skeleton
  161. >
  162.  
  163. # Zombie
  164. S:zombie <
  165. minecraft:husk
  166. minecraft:zombie
  167. minecraft:zombie_villager
  168. minecraft:zombie_pigman
  169. quark:dweller
  170. thaumcraft:BrainyZombie
  171. thaumcraft:GiantBrainyZombie
  172. >
  173. }
  174.  
  175.  
  176. ##########################################################################################################
  177. # data model simulation costs
  178. #--------------------------------------------------------------------------------------------------------#
  179. # Simulation costs for all the data models (in RF/t)
  180. # Cost should not exceed a full machine buffer (Max 6666 RF/t)
  181. # Values over the max will be set to the max
  182. ##########################################################################################################
  183.  
  184. "data model simulation costs" {
  185. I:blaze=256
  186. I:creeper=80
  187. I:dragon=2560
  188. I:enderman=512
  189. I:ghast=372
  190. I:guardian=340
  191. I:shulker=256
  192. I:skeleton=80
  193. I:slime=150
  194. I:spider=80
  195. I:thermalelemental=256
  196. I:tinkerslime=256
  197. I:twilightdarkwood=256
  198. I:twilightforest=256
  199. I:twilightglacier=256
  200. I:twilightswamp=256
  201. I:witch=120
  202. I:wither=2048
  203. I:witherskeleton=880
  204. I:zombie=80
  205. }
  206.  
  207.  
  208. general {
  209. # Horizontal spacing from the selected corner, values can be both positive and negative
  210. I:guiOverlayHorizontalSpacing=0
  211.  
  212. # Which position on the screen the Deep learner gui will appear on. (bottomleft will clash with the chat) [values: topleft/topright/bottomleft/bottomright]
  213. S:guiOverlaySide=topleft
  214.  
  215. # Vertical spacing from the selected corner, values can be both positive and negative
  216. I:guiOverlayVerticalSpacing=0
  217.  
  218. # Enable the Crafting of sooted redstone on Vanilla blocks of coal
  219. B:isSootedRedstoneCraftingEnabled=true
  220.  
  221. # RF/t cost for the Loot Fabricator, roof is 18k RF/t
  222. I:rfCostLootFabricator=256
  223. }
  224.  
  225.  
  226. ##########################################################################################################
  227. # matter experience
  228. #--------------------------------------------------------------------------------------------------------#
  229. # Experience values for the different "realm" matters, maxValue: 999
  230. ##########################################################################################################
  231.  
  232. "matter experience" {
  233. I:extraterrestrial=20
  234. I:hellish=14
  235. I:overworldian=10
  236. I:twilight=30
  237. }
  238.  
  239.  
  240. ##########################################################################################################
  241. # model experience tweaks
  242. #--------------------------------------------------------------------------------------------------------#
  243. # DISCLAIMER: Please tweak these values responsibly if you're building modpacks for the public, This mods intent is not to be grindy or "timegated"
  244. # Remember that a high kill multiplier devalues how much you can use the simulation chamber for leveling
  245. # For example, a killmultiplier of 100 and 2 required kills to next tier is the equivalent of 200 simulations
  246. # Data formula: killmultiplier * requiredKills
  247. # Max multiplier: 100
  248. # Max kills to next tier: 500
  249. ##########################################################################################################
  250.  
  251. "model experience tweaks" {
  252. # How much data you get per kill on the Faulty tier (It's Best to leave this at 1, as a baseline)
  253. I:killMultiplierTier0=1
  254.  
  255. # How much data you get per kill on the Basic tier
  256. I:killMultiplierTier1=4
  257.  
  258. # How much data you get per kill on the Advanced tier
  259. I:killMultiplierTier2=10
  260.  
  261. # How much data you get per kill on the Superior tier
  262. I:killMultiplierTier3=18
  263.  
  264. # Number of kills to reach the Basic tier.
  265. I:killsToTier1=6
  266.  
  267. # Number of kills to reach the Advanced tier.
  268. I:killsToTier2=12
  269.  
  270. # Number of kills to reach the Superior tier.
  271. I:killsToTier3=30
  272.  
  273. # Number of kills to reach the Self Aware tier.
  274. I:killsToTier4=50
  275. }
  276.  
  277.  
  278. ##########################################################################################################
  279. # pristine matter chance
  280. #--------------------------------------------------------------------------------------------------------#
  281. # The chance to output pristine matter from the various tiers
  282. # Starts at basic since faulty models can't be used in the simulation chamber
  283. ##########################################################################################################
  284.  
  285. "pristine matter chance" {
  286. I:tier1=5
  287. I:tier2=11
  288. I:tier3=24
  289. I:tier4=42
  290. }
  291.  
  292.  
  293. ##########################################################################################################
  294. # pristine output items
  295. #--------------------------------------------------------------------------------------------------------#
  296. # Entries for Loot fabricator outputs from the different pristine items.
  297. # Input format "minecraft:coal,64,0"
  298. # Where minecraft:coal is the registryName, 64 is the amount and 0 is the damagevalue/meta. "," is the delimiter.
  299. # Optionally supports NBT tags, example:
  300. # deepmoblearning:glitch_infused_sword,1,0,{display:{Name:"Not a sword really"}}
  301. ##########################################################################################################
  302.  
  303. "pristine output items" {
  304. # Blaze
  305. S:blaze <
  306. minecraft:blaze_rod,22,0
  307. thermalfoundation:material,32,771
  308. xreliquary:mob_ingredient,10,7
  309. >
  310.  
  311. # Creeper
  312. S:creeper <
  313. minecraft:gunpowder,64,0
  314. minecraft:skull,6,4
  315. xreliquary:mob_ingredient,8,3
  316. >
  317.  
  318. # Dragon
  319. S:dragon <
  320. minecraft:dragon_breath,32,0
  321. minecraft:dragon_egg,1,0
  322. draconicevolution:dragon_heart,1,0
  323. draconicevolution:draconium_dust,64,0
  324. >
  325.  
  326. # Enderman
  327. S:enderman <
  328. minecraft:ender_pearl,6,0
  329. minecraft:end_crystal,1,0
  330. enderio:block_enderman_skull,2,0
  331. xreliquary:mob_ingredient,6,11
  332. >
  333.  
  334. # Ghast
  335. S:ghast <
  336. minecraft:ghast_tear,8,0
  337. xreliquary:mob_ingredient,8,3
  338. >
  339.  
  340. # Guardian
  341. S:guardian <
  342. minecraft:prismarine_shard,32,0
  343. minecraft:prismarine_crystals,32,0
  344. minecraft:fish,64,0
  345. xreliquary:mob_ingredient,16,16
  346. >
  347.  
  348. # Shulker
  349. S:shulker <
  350. minecraft:shulker_shell,18,0
  351. minecraft:diamond,2,0
  352. >
  353.  
  354. # Skeleton
  355. S:skeleton <
  356. minecraft:bone,64,0
  357. minecraft:arrow,64,0
  358. minecraft:skull,6,0
  359. xreliquary:mob_ingredient,32,0
  360. >
  361.  
  362. # Slime
  363. S:slime <
  364. minecraft:slime_ball,32,0
  365. xreliquary:mob_ingredient,16,4
  366. >
  367.  
  368. # Spider
  369. S:spider <
  370. minecraft:spider_eye,16,0
  371. minecraft:string,64,0
  372. minecraft:web,8,0
  373. xreliquary:mob_ingredient,16,2
  374. >
  375.  
  376. # Thermal Elemental
  377. S:thermalelemental <
  378. thermalfoundation:material,16,772
  379. thermalfoundation:material,16,770
  380. minecraft:snowball,16,0
  381. thermalfoundation:material,8,2050
  382. thermalfoundation:material,8,2052
  383. thermalfoundation:material,8,2048
  384. >
  385.  
  386. # Tinker construct slime
  387. S:tinkerslime <
  388. tconstruct:edible,18,1
  389. tconstruct:edible,18,2
  390. tconstruct:edible,18,4
  391. tconstruct:slime_sapling,4,0
  392. tconstruct:slime_sapling,4,1
  393. tconstruct:slime_sapling,4,2
  394. xreliquary:mob_ingredient,16,4
  395. >
  396.  
  397. # Twilight Darkwood creatures
  398. S:twilightdarkwood <
  399. twilightforest:armor_shard_cluster,5,0
  400. twilightforest:carminite,16,0
  401. minecraft:diamond_ore,3,0
  402. minecraft:emerald_ore,2,0
  403. minecraft:fish,32,0
  404. >
  405.  
  406. # Twilight Forest(Biome, not the whole mod)
  407. S:twilightforest <
  408. twilightforest:naga_scale,16,0
  409. twilightforest:charm_of_life_1,2,0
  410. twilightforest:charm_of_keeping_1,2,0
  411. minecraft:paper,64,0
  412. minecraft:book,32,0
  413. >
  414.  
  415. # Twilight Glacier creatures
  416. S:twilightglacier <
  417. twilightforest:arctic_fur,16,0
  418. twilightforest:alpha_fur,8,0
  419. minecraft:packed_ice,16,0
  420. minecraft:feather,32,0
  421. twilightforest:charm_of_life_2,1,0
  422. twilightforest:charm_of_keeping_2,1,0
  423. >
  424.  
  425. # Twilight Swamp creatures
  426. S:twilightswamp <
  427. twilightforest:steeleaf_ingot,16,0
  428. twilightforest:ironwood_raw,8,0
  429. twilightforest:fiery_ingot,5,0
  430. twilightforest:hydra_chop,16,0
  431. minecraft:gold_ingot,22,0
  432. minecraft:red_mushroom,32,0
  433. minecraft:slime_ball,16,0
  434. >
  435.  
  436. # Witch
  437. S:witch <
  438. minecraft:redstone,32,0
  439. minecraft:glowstone_dust,32,0
  440. minecraft:sugar,64,0
  441. >
  442.  
  443. # Wither
  444. S:wither <
  445. minecraft:nether_star,3,0
  446. >
  447.  
  448. # Wither Skeleton
  449. S:witherskeleton <
  450. minecraft:skull,18,1
  451. minecraft:coal,64,0
  452. xreliquary:mob_ingredient,18,1
  453. bhc:wither_bone,16,0
  454. >
  455.  
  456. # Zombie
  457. S:zombie <
  458. minecraft:rotten_flesh,64,0
  459. minecraft:iron_ingot,16,0
  460. minecraft:carrot,32,0
  461. minecraft:potato,32,0
  462. xreliquary:mob_ingredient,16,6
  463. thaumcraft:brain,16,0
  464. >
  465. }
  466.  
  467.  
  468. ##########################################################################################################
  469. # trial max tier rewards
  470. #--------------------------------------------------------------------------------------------------------#
  471. # Rewards for the Max tier of trials.
  472. # CAUTION: Max 3 items per list, anything after that will be trimmed.
  473. # Input format "minecraft:coal,64,0"
  474. # Where minecraft:coal is the registryName, 64 is the amount and 0 is the damagevalue/meta. "," is the delimiter.
  475. # Optionally supports NBT tags, example:
  476. # deepmoblearning:glitch_infused_sword,1,0,{display:{Name:"Not a sword really"}}
  477. ##########################################################################################################
  478.  
  479. "trial max tier rewards" {
  480. # Enderman Trial Reward
  481. S:enderman <
  482. deepmoblearning:glitch_heart,5,0
  483. >
  484.  
  485. # Skeleton Trial Reward
  486. S:skeleton <
  487. deepmoblearning:glitch_heart,3,0
  488. >
  489.  
  490. # Slime Trial Reward
  491. S:slime <
  492. deepmoblearning:glitch_heart,3,0
  493. >
  494.  
  495. # Spider Trial Reward
  496. S:spider <
  497. deepmoblearning:glitch_heart,4,0
  498. >
  499.  
  500. # Witch Trial Reward
  501. S:witch <
  502. deepmoblearning:glitch_heart,6,0
  503. >
  504.  
  505. # Slime Trial Reward
  506. S:witherskeleton <
  507. deepmoblearning:glitch_heart,5,0
  508. >
  509.  
  510. # Zombie Trial Reward
  511. S:zombie <
  512. deepmoblearning:glitch_heart,3,0
  513. >
  514. }
Advertisement
Add Comment
Please, Sign In to add comment