Advertisement
Awesomespore

quark-common.toml

Oct 19th, 2020
1,589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.82 KB | None | 0 0
  1. [general]
  2. #Quark replaces the Piston logic to allow for its piston features to work. If you're having troubles, try turning this off.
  3. "Use Piston Logic Replacement" = true
  4. "'q' Button on the Right" = false
  5. #Set to true if you need to find the class name for a screen that's causing problems
  6. "Print Screen Classnames" = false
  7. "Piston Push Limit" = 12
  8. #Blocks that Quark should treat as Shulker Boxes.
  9. "Shulker Boxes" = ["minecraft:white_shulker_box", "minecraft:orange_shulker_box", "minecraft:magenta_shulker_box", "minecraft:light_blue_shulker_box", "minecraft:yellow_shulker_box", "minecraft:lime_shulker_box", "minecraft:pink_shulker_box", "minecraft:gray_shulker_box", "minecraft:light_gray_shulker_box", "minecraft:cyan_shulker_box", "minecraft:purple_shulker_box", "minecraft:blue_shulker_box", "minecraft:brown_shulker_box", "minecraft:green_shulker_box", "minecraft:red_shulker_box", "minecraft:black_shulker_box"]
  10. #Set to true to make the quark big worldgen features such as stone clusters or underground biomes generate as spheres rather than unique shapes. It's faster, but won't look as cool
  11. "Use Fast Worldgen" = false
  12. "Enable 'q' Button" = true
  13. #A list of screens that don't play well with quark's buttons. Use "Print Screen Classnames" to find the names of any others you'd want to add.
  14. "Ignored Screens" = ["com.tfar.craftingstation.client.CraftingStationScreen", "com.raoulvdberge.refinedstorage.screen.grid.GridScreen", "com.raoulvdberge.refinedstorage.screen.DiskManipulatorScreen", "com.raoulvdberge.refinedstorage.screen.InterfaceScreen", "blusunrize.immersiveengineering.client.gui.CraftingTableScreen", "net.silentchaos512.gear.block.craftingstation.CraftingStationScreen"]
  15. "Use Anti Overlap" = true
  16. #Quark messes with the Stonecutter to allow any item that can be used in it to be shift clicked in. Set this to false to turn it off.
  17. "Hack Stonecutter Shift Click" = true
  18. #Set to true to enable a system that debugs quark's worldgen features. This should ONLY be used if you're asked to by a dev.
  19. "Enable Worldgen Watchdog" = false
  20. #Should Quark treat anything with 'shulker_box' in its item identifier as a shulker box?
  21. "Interpret Shulker Box Like Blocks" = true
  22.  
  23. [categories]
  24. Building = true
  25. Automation = true
  26. Oddities = true
  27. Tweaks = true
  28. Experimental = true
  29. Mobs = true
  30. Tools = true
  31. Management = true
  32. World = true
  33. Client = true
  34.  
  35. [automation]
  36. Chute = true
  37. "Iron Rod" = true
  38. "Weather Sensor" = true
  39. "Ender Watcher" = true
  40. "Endermites Form Shulkers" = true
  41. "Color Slime" = true
  42. "Dispensers Place Blocks" = true
  43. "Redstone Circuit" = true
  44. "Chain Linkage" = true
  45. Gravisand = true
  46. "Metal Buttons" = true
  47. "Obsidian Plate" = true
  48. "Pistons Move Tile Entities" = true
  49. "Feeding Trough" = true
  50.  
  51. [automation.dispensers_place_blocks]
  52. Blacklist = ["minecraft:water", "minecraft:lava", "minecraft:fire"]
  53.  
  54. [automation.chain_linkage]
  55. #Can vehicle-linking chains be used for crafting chain armor?
  56. "Crafts Armor" = true
  57.  
  58. [automation.redstone_circuit]
  59. "Enable Inductor" = true
  60. "Enable Randomizer" = true
  61.  
  62. [automation.metal_buttons]
  63. "Enable Iron" = true
  64. "Enable Gold" = true
  65.  
  66. [automation.endermites_form_shulkers]
  67. Chance = 0.005
  68.  
  69. [automation.pistons_move_tile_entities]
  70. "Render Blacklist" = ["psi:programmer", "botania:starfield", "endergetic:bolloom_bud"]
  71. "Movement Blacklist" = ["minecraft:spawner", "integrateddynamics:cable", "randomthings:blockbreaker", "minecraft:ender_chest", "minecraft:enchanting_table", "minecraft:trapped_chest", "quark:spruce_trapped_chest", "quark:birch_trapped_chest", "quark:jungle_trapped_chest", "quark:acacia_trapped_chest", "quark:dark_oak_trapped_chest"]
  72. "Delayed Update List" = ["minecraft:dispenser", "minecraft:dropper"]
  73.  
  74. [automation.color_slime]
  75. "Change Name" = true
  76.  
  77. [automation.feeding_trough]
  78. #The chance (between 0 and 1) for an animal to enter love mode when eating from the trough
  79. "Love Chance" = 0.333333333
  80. #How long, in game ticks, between animals being able to eat from the trough
  81. Cooldown = 30
  82. #The maximum amount of animals allowed around the trough's range for an animal to enter love mode
  83. "Max Animals" = 32
  84. Range = 10.0
  85.  
  86. [building]
  87. "Duskbound Blocks" = true
  88. "Cobblestone Bricks" = true
  89. "More Brick Types" = true
  90. "Gold Bars" = true
  91. "Soul Sandstone" = true
  92. "Quilted Wool" = true
  93. "Compressed Blocks" = true
  94. Thatch = true
  95. "Variant Chests" = true
  96. "Variant Ladders" = true
  97. "Vertical Slabs" = true
  98. Shingles = true
  99. "Nether Brick Fence Gate" = true
  100. "Item Frames" = true
  101. "Stained Planks" = true
  102. "Leaf Carpet" = true
  103. "Lit Lamp" = true
  104. "Vertical Planks" = true
  105. Midori = true
  106. "More Stone Variants" = true
  107. "Framed Glass" = true
  108. "Fairy Rings" = true
  109. "Tallow And Candles" = true
  110. Turf = true
  111. "Paper Decor" = true
  112. Rope = true
  113. "Iron Plates" = true
  114. "Sturdy Stone" = true
  115. "More Potted Plants" = true
  116. Grate = true
  117. "Variant Bookshelves" = true
  118.  
  119. [building.rope]
  120. "Enable Dispenser Behavior" = true
  121. #Set to true to allow ropes to move Tile Entities even if Pistons Push TEs is disabled.
  122. #Note that ropes will still use the same blacklist.
  123. "Force Enable Move Tile Entities" = false
  124.  
  125. [building.more_stone_variants]
  126. "Enable Bricks" = true
  127. "Enable Pillar" = true
  128. "Enable Chiseled Bricks" = true
  129. "Enable Pavement" = true
  130.  
  131. [building.thatch]
  132. "Fall Damage Multiplier" = 0.5
  133.  
  134. [building.variant_ladders]
  135. "Change Names" = true
  136. "Enable Iron Ladder" = true
  137.  
  138. [building.compressed_blocks]
  139. "Enable Cocoa Bean Sack" = true
  140. "Enable Cactus Block" = true
  141. "Enable Apple Crate" = true
  142. "Charcoal Block and Blaze Lantern Stay On Fire Forever" = true
  143. "Enable Bonded Rabbit Hide" = true
  144. "Enable Charcoal Block" = true
  145. "Enable Gunpowder Sack" = true
  146. "Enable Potato Crate" = true
  147. "Enable Stick Block" = true
  148. "Enable Carrot Crate" = true
  149. "Enable Beetroot Crate" = true
  150. "Enable Nether Wart Sack" = true
  151. "Enable Chorus Fruit Block" = true
  152. "Enable Blaze Lantern" = true
  153. "Enable Bamboo Block" = true
  154. "Enable Berry Sack" = true
  155. "Enable Golden Apple Crate" = true
  156. "Enable Sugar Cane Block" = true
  157. "Enable Bonded Leather" = true
  158. "Blaze Lantern Fuel Time" = 24000
  159. "Charcoal Block Fuel Time" = 16000
  160. "Stick Block Fuel Time" = 900
  161.  
  162. [building.more_brick_types]
  163. "Enable Magma Bricks" = true
  164. "Enable Sandy Bricks" = true
  165. "Enable Charred Nether Bricks" = true
  166. "Enable Snow Bricks" = true
  167. #This also includes Red Sandstone Bricks and Soul Sandstone Bricks
  168. "Enable Sandstone Bricks" = true
  169.  
  170. [building.fairy_rings]
  171. "Forest Chance" = 0.00625
  172. Ores = ["minecraft:emerald_ore", "minecraft:diamond_ore"]
  173. "Plains Chance" = 0.0025
  174.  
  175. [building.fairy_rings.dimensions]
  176. Dimensions = ["minecraft:overworld"]
  177. "Is Blacklist" = false
  178.  
  179. [building.tallow_and_candles]
  180. "Candles Fall" = true
  181. "Tallow Burn Time" = 200
  182. "Max Drop" = 3
  183. "Enchant Power" = 0.5
  184. "Min Drop" = 1
  185.  
  186. [building.variant_bookshelves]
  187. "Change Names" = true
  188.  
  189. [management]
  190. "Chests In Boats" = true
  191. "Inventory Sorting" = true
  192. "Shulker Box Right Click" = true
  193. "F To Switch" = true
  194. "Hotbar Changer" = true
  195. "Item Sharing" = true
  196. "Easy Transfering" = true
  197.  
  198. [management.inventory_sorting]
  199. "Enable Chests" = true
  200. "Enable Player Inventory In Chests" = true
  201. "Enable Player Inventory" = true
  202.  
  203. [management.item_sharing]
  204. "Render Items In Chat" = true
  205.  
  206. [tools]
  207. Pickarang = true
  208. "Color Runes" = true
  209. "Ancient Tomes" = true
  210. "Pathfinder Maps" = true
  211. "Slime In A Bucket" = true
  212. Camera = true
  213. Trowel = true
  214.  
  215. [tools.trowel]
  216. #Amount of blocks placed is this value + 1. Default is 255 (4 stacks).
  217. #Set to 0 to make the Trowel unbreakable
  218. "Trowel Max Durability" = 255
  219.  
  220. [tools.pathfinder_maps]
  221. #In this section you can add custom Pathfinder Maps. This works for both vanilla and modded biomes.
  222. #Each custom map must be on its own line.
  223. #The format for a custom map is as follows:
  224. #<id>,<level>,<min_price>,<max_price>,<color>,<name>
  225. #
  226. #With the following descriptions:
  227. # - <id> being the biome's ID NAME. You can find vanilla names here - https://minecraft.gamepedia.com/Biome#Biome_IDs
  228. # - <level> being the Cartographer villager level required for the map to be unlockable
  229. # - <min_price> being the cheapest (in Emeralds) the map can be
  230. # - <max_price> being the most expensive (in Emeralds) the map can be
  231. # - <color> being a hex color (without the #) for the map to display. You can generate one here - http://htmlcolorcodes.com/
  232. # - <name> being the display name of the map
  233. #
  234. #Here's an example of a map to locate Ice Mountains:
  235. #minecraft:ice_mountains,2,8,14,7FE4FF,Ice Mountains Pathfinder Map
  236. Customs = []
  237. "Xp From Trade" = 5
  238.  
  239. [tools.color_runes]
  240. "Jungle Temple Weight" = 8
  241. "Desert Temple Weight" = 8
  242. "Dungeon Weight" = 10
  243. "Item Quality" = 0
  244. "Apply Cost" = 15
  245. "Nether Fortress Weight" = 8
  246.  
  247. [tools.ancient_tomes]
  248. "Valid Enchantments" = ["minecraft:feather_falling", "minecraft:thorns", "minecraft:sharpness", "minecraft:smite", "minecraft:bane_of_arthropods", "minecraft:knockback", "minecraft:fire_aspect", "minecraft:looting", "minecraft:sweeping", "minecraft:efficiency", "minecraft:unbreaking", "minecraft:fortune", "minecraft:power", "minecraft:punch", "minecraft:luck_of_the_sea", "minecraft:lure", "minecraft:loyalty", "minecraft:riptide", "minecraft:impaling", "minecraft:piercing"]
  249. "Dungeon Weight" = 20
  250. "Item Quality" = 2
  251. "Apply Cost" = 35
  252. "Library Weight" = 30
  253. "Monster Box Weight" = 5
  254. "Merge Cost" = 35
  255.  
  256. [tools.pickarang]
  257. #22.5 is ender chests, 25.0 is monster boxes, 50 is obsidian. Most things are below 5.
  258. "Max Hardness" = 20.0
  259. #2 is Iron, 3 is Diamond.
  260. "Harvest Level" = 3
  261. #How long it takes before the pickarang starts returning to the player if it doesn't hit anything.
  262. Timeout = 20
  263. #Set to -1 to have the Pickarang be unbreakable.
  264. Durability = 800
  265. #Set this to true to disable the short cooldown between throwing pickarangs.
  266. "No Cooldown" = false
  267. #Set this to true to use the recipe without the Heart of Diamond, even if the Heart of Diamond is enabled.
  268. "Never Use Heart Of Diamond" = false
  269.  
  270. [tweaks]
  271. "Armed Armor Stands" = true
  272. "Lock Rotation" = true
  273. "Dragon Scales" = true
  274. "Axe Leaf Harvesting" = true
  275. "Sign Editing" = true
  276. "Dirt To Path" = true
  277. "Simple Harvest" = true
  278. "Hoe Harvesting" = true
  279. "Reacharound Placing" = true
  280. "Villagers Follow Emeralds" = true
  281. "Compasses Work Everywhere" = true
  282. "Note Block Mob Sounds" = true
  283. "Double Door Opening" = true
  284. "Automatic Recipe Unlock" = false
  285. "Poison Potato Usage" = true
  286. "Improved Sleeping" = true
  287. "Springy Slime" = true
  288. Emotes = true
  289. "Utility Recipes" = true
  290. "Pat The Dogs" = true
  291. "Enhanced Ladders" = true
  292. "Snow Golem Player Heads" = true
  293. "Glass Shard" = true
  294. "Campfires Boost Elytra" = true
  295.  
  296. [tweaks.sign_editing]
  297. "Requires Empty Hand" = false
  298.  
  299. [tweaks.pat_the_dogs]
  300. #How many ticks it takes for a dog to want affection after being pet/tamed; leave -1 to disable
  301. "Dogs Want Love" = -1
  302.  
  303. [tweaks.automatic_recipe_unlock]
  304. #A list of recipe names that should NOT be added in by default
  305. "Ignored Recipes" = []
  306. "Disable Recipe Book" = false
  307. "Force Limited Crafting" = false
  308.  
  309. [tweaks.hoe_harvesting]
  310. "Hoes Can Have Fortune" = true
  311.  
  312. [tweaks.poison_potato_usage]
  313. "Poison Effect" = true
  314. Chance = 0.1
  315.  
  316. [tweaks.utility_recipes]
  317. #Can you craft four chests at once using logs?
  318. "Logs To Chests" = true
  319. #Can other stone-like materials be used for crafting stone tools?
  320. "Better Stone Tool Crafting" = true
  321. #Can a dispenser be crafted by adding a bow to a dropper?
  322. "Enable Dispenser" = true
  323. #Can cookies, paper, and bread be crafted in a 2x2 crafting table?
  324. "Bent Recipes" = true
  325. #Can Rotten Flesh and Poisonous Potatoes be composted?
  326. "Compostable Toxins" = true
  327. #Can any wool color be dyed?
  328. "Dye Any Wool" = true
  329. #Can Coral be crafted into dye?
  330. "Coral To Dye" = true
  331. #Can torches can be used as fuel in furnaces?
  332. "Torches Burn" = true
  333. #Can a repeater be crafted with the pattern for a redstone torch?
  334. "Enable Repeater" = true
  335. #Can you craft a minecart around blocks which can be placed inside?
  336. "Enable Minecarts" = true
  337. #Does Dragon Breath return a bottle when used as a reagent or material?
  338. "Effective Dragon Breath" = true
  339.  
  340. [tweaks.reacharound_placing]
  341. Leniency = 0.5
  342. Whitelist = []
  343. Display = "[ ]"
  344.  
  345. [tweaks.improved_sleeping]
  346. "Enable Afk" = true
  347. "Afk Time" = 2400
  348. "Percent Req" = 1.0
  349.  
  350. [tweaks.emotes]
  351. #The enabled default emotes. Remove from this list to disable them. You can also re-order them, if you feel like it.
  352. "Enabled Emotes" = ["no", "yes", "wave", "salute", "cheer", "clap", "think", "point", "shrug", "headbang", "weep", "facepalm"]
  353. #Enable this to make custom emotes read the file every time they're triggered so you can edit on the fly.
  354. #DO NOT ship enabled this in a modpack, please.
  355. "Custom Emote Debug" = false
  356. #The list of Custom Emotes to be loaded.
  357. #Watch the tutorial on Custom Emotes to learn how to make your own: https://youtu.be/ourHUkan6aQ
  358. "Custom Emotes" = []
  359.  
  360. [tweaks.simple_harvest]
  361. #Can players harvest crops with empty hand clicks?
  362. "Empty Hand Harvest" = true
  363. #Does harvesting crops with a hoe cost durability?
  364. "Harvesting Costs Durability" = false
  365. #Should Quark look for (nonvanilla) crops, and handle them?
  366. "Do Harvesting Search" = true
  367. #Which crops can be harvested?
  368. #Format is: "harvestState[,afterHarvest]", i.e. "minecraft:wheat[age=7]" or "minecraft:cocoa[age=2,facing=north],minecraft:cocoa[age=0,facing=north]"
  369. "Harvestable Blocks" = ["minecraft:wheat[age=7]", "minecraft:carrots[age=7]", "minecraft:potatoes[age=7]", "minecraft:beetroots[age=3]", "minecraft:nether_wart[age=3]", "minecraft:cocoa[age=2,facing=north],minecraft:cocoa[age=0,facing=north]", "minecraft:cocoa[age=2,facing=south],minecraft:cocoa[age=0,facing=south]", "minecraft:cocoa[age=2,facing=east],minecraft:cocoa[age=0,facing=east]", "minecraft:cocoa[age=2,facing=west],minecraft:cocoa[age=0,facing=west]"]
  370.  
  371. [tweaks.enhanced_ladders]
  372. "Fall Speed" = -0.2
  373.  
  374. [tweaks.compasses_work_everywhere]
  375. "Enable Nether" = true
  376. "Enable Compass Nerf" = true
  377. "Enable End" = true
  378. "Enable Clock Nerf" = true
  379.  
  380. [tweaks.campfires_boost_elytra]
  381. "Boost Strength" = 0.5
  382. "Max Speed" = 1.0
  383.  
  384. [world]
  385. "New Stone Types" = true
  386. "Lush Underground Biome" = true
  387. "Big Dungeon" = true
  388. Speleothems = true
  389. Biotite = true
  390. "Big Stone Clusters" = true
  391. "Elder Prismarine Underground Biome" = true
  392. "Brimstone Underground Biome" = true
  393. "Blossom Trees" = true
  394. "Sandstone Underground Biome" = true
  395. "Cave Crystal Underground Biome" = true
  396. "Glowshroom Underground Biome" = true
  397. "Overgrown Underground Biome" = true
  398. "Cave Roots" = true
  399. "Permafrost Underground Biome" = true
  400. "Underground Clay" = true
  401. "Slime Underground Biome" = true
  402. "Spider Nest Underground Biome" = true
  403. Crevices = true
  404. "Monster Box" = true
  405. "Nether Obsidian Spikes" = true
  406. "Mega Caves" = true
  407.  
  408. [world.monster_box]
  409. #The chance for the monster box generator to try and place one in a chunk, 1 is 100%
  410. #This can be higher than 100% if you want multiple per chunk, , 0 is 0%
  411. "Chance Per Chunk" = 0.8
  412. "Min Mob Count" = 5
  413. "Min Y" = 5
  414. "Max Y" = 30
  415. "Max Mob Count" = 8
  416. "Enable Extra Loot Table" = true
  417.  
  418. [world.monster_box.dimensions]
  419. Dimensions = ["minecraft:overworld"]
  420. "Is Blacklist" = false
  421.  
  422. [world.big_stone_clusters]
  423. "Blocks To Replace" = ["minecraft:stone", "minecraft:andesite", "minecraft:diorite", "minecraft:granite", "minecraft:netherrack", "minecraft:end_stone", "quark:marble", "quark:limestone", "quark:jasper", "quark:slate", "quark:basalt"]
  424.  
  425. [world.big_stone_clusters.marble]
  426. "Horizontal Size" = 14
  427. Rarity = 4
  428. "Min Y Level" = 20
  429. "Horizontal Variation" = 9
  430. Enabled = true
  431. "Max Y Level" = 80
  432. "Vertical Size" = 14
  433. "Vertical Variation" = 9
  434.  
  435. [world.big_stone_clusters.marble.biomes]
  436. "Biome Types" = ["PLAINS"]
  437. "Is Blacklist" = false
  438.  
  439. [world.big_stone_clusters.marble.dimensions]
  440. Dimensions = ["minecraft:overworld"]
  441. "Is Blacklist" = false
  442.  
  443. [world.big_stone_clusters.basalt]
  444. "Horizontal Size" = 19
  445. Rarity = 20
  446. "Min Y Level" = 20
  447. "Horizontal Variation" = 6
  448. Enabled = true
  449. "Max Y Level" = 120
  450. "Vertical Size" = 19
  451. "Vertical Variation" = 6
  452.  
  453. [world.big_stone_clusters.basalt.biomes]
  454. "Biome Types" = ["NETHER"]
  455. "Is Blacklist" = false
  456.  
  457. [world.big_stone_clusters.basalt.dimensions]
  458. Dimensions = ["minecraft:the_nether"]
  459. "Is Blacklist" = false
  460.  
  461. [world.big_stone_clusters.limestone]
  462. "Horizontal Size" = 14
  463. Rarity = 4
  464. "Min Y Level" = 20
  465. "Horizontal Variation" = 9
  466. Enabled = true
  467. "Max Y Level" = 80
  468. "Vertical Size" = 14
  469. "Vertical Variation" = 9
  470.  
  471. [world.big_stone_clusters.limestone.biomes]
  472. "Biome Types" = ["SWAMP", "OCEAN"]
  473. "Is Blacklist" = false
  474.  
  475. [world.big_stone_clusters.limestone.dimensions]
  476. Dimensions = ["minecraft:overworld"]
  477. "Is Blacklist" = false
  478.  
  479. [world.big_stone_clusters.granite]
  480. "Horizontal Size" = 14
  481. Rarity = 4
  482. "Min Y Level" = 20
  483. "Horizontal Variation" = 9
  484. Enabled = true
  485. "Max Y Level" = 80
  486. "Vertical Size" = 14
  487. "Vertical Variation" = 9
  488.  
  489. [world.big_stone_clusters.granite.biomes]
  490. "Biome Types" = ["MOUNTAIN", "HILLS"]
  491. "Is Blacklist" = false
  492.  
  493. [world.big_stone_clusters.granite.dimensions]
  494. Dimensions = ["minecraft:overworld"]
  495. "Is Blacklist" = false
  496.  
  497. [world.big_stone_clusters.andesite]
  498. "Horizontal Size" = 14
  499. Rarity = 4
  500. "Min Y Level" = 20
  501. "Horizontal Variation" = 9
  502. Enabled = true
  503. "Max Y Level" = 80
  504. "Vertical Size" = 14
  505. "Vertical Variation" = 9
  506.  
  507. [world.big_stone_clusters.andesite.biomes]
  508. "Biome Types" = ["FOREST"]
  509. "Is Blacklist" = false
  510.  
  511. [world.big_stone_clusters.andesite.dimensions]
  512. Dimensions = ["minecraft:overworld"]
  513. "Is Blacklist" = false
  514.  
  515. [world.big_stone_clusters.slate]
  516. "Horizontal Size" = 14
  517. Rarity = 4
  518. "Min Y Level" = 20
  519. "Horizontal Variation" = 9
  520. Enabled = true
  521. "Max Y Level" = 80
  522. "Vertical Size" = 14
  523. "Vertical Variation" = 9
  524.  
  525. [world.big_stone_clusters.slate.biomes]
  526. "Biome Types" = ["COLD"]
  527. "Is Blacklist" = false
  528.  
  529. [world.big_stone_clusters.slate.dimensions]
  530. Dimensions = ["minecraft:overworld"]
  531. "Is Blacklist" = false
  532.  
  533. [world.big_stone_clusters.diorite]
  534. "Horizontal Size" = 14
  535. Rarity = 4
  536. "Min Y Level" = 20
  537. "Horizontal Variation" = 9
  538. Enabled = true
  539. "Max Y Level" = 80
  540. "Vertical Size" = 14
  541. "Vertical Variation" = 9
  542.  
  543. [world.big_stone_clusters.diorite.biomes]
  544. "Biome Types" = ["SAVANNA", "JUNGLE", "MUSHROOM"]
  545. "Is Blacklist" = false
  546.  
  547. [world.big_stone_clusters.diorite.dimensions]
  548. Dimensions = ["minecraft:overworld"]
  549. "Is Blacklist" = false
  550.  
  551. [world.big_stone_clusters.jasper]
  552. "Horizontal Size" = 14
  553. Rarity = 4
  554. "Min Y Level" = 20
  555. "Horizontal Variation" = 9
  556. Enabled = true
  557. "Max Y Level" = 80
  558. "Vertical Size" = 14
  559. "Vertical Variation" = 9
  560.  
  561. [world.big_stone_clusters.jasper.biomes]
  562. "Biome Types" = ["MESA", "SANDY"]
  563. "Is Blacklist" = false
  564.  
  565. [world.big_stone_clusters.jasper.dimensions]
  566. Dimensions = ["minecraft:overworld"]
  567. "Is Blacklist" = false
  568.  
  569. [world.cave_crystal_underground_biome]
  570. #The chance that a crystal can grow, this is on average 1 in X world ticks, set to a higher value to make them grow slower. Minimum is 1, for every tick. Set to 0 to disable growth.
  571. "Cave Crystal Growth Chance" = 5
  572. "Crystals Grow In Lava" = false
  573. "Crystal Spawn Chance" = 0.025
  574. "Crystals Craft Runes" = true
  575.  
  576. [world.cave_crystal_underground_biome.biome_settings]
  577. "Horizontal Size" = 42
  578. Rarity = 400
  579. "Min Y Level" = 0
  580. "Horizontal Variation" = 22
  581. "Max Y Level" = 64
  582. "Vertical Size" = 18
  583. "Vertical Variation" = 8
  584.  
  585. [world.cave_crystal_underground_biome.biome_settings.biomes]
  586. "Biome Types" = ["OCEAN"]
  587. "Is Blacklist" = true
  588.  
  589. [world.cave_crystal_underground_biome.biome_settings.dimensions]
  590. Dimensions = ["minecraft:overworld"]
  591. "Is Blacklist" = false
  592.  
  593. [world.overgrown_underground_biome]
  594.  
  595. [world.overgrown_underground_biome.biome_settings]
  596. "Horizontal Size" = 26
  597. Rarity = 80
  598. "Min Y Level" = 0
  599. "Horizontal Variation" = 14
  600. "Max Y Level" = 64
  601. "Vertical Size" = 14
  602. "Vertical Variation" = 6
  603.  
  604. [world.overgrown_underground_biome.biome_settings.biomes]
  605. "Biome Types" = ["FOREST"]
  606. "Is Blacklist" = false
  607.  
  608. [world.overgrown_underground_biome.biome_settings.dimensions]
  609. Dimensions = ["minecraft:overworld"]
  610. "Is Blacklist" = false
  611.  
  612. [world.speleothems]
  613. "Tries Per Chunk In Nether" = 4
  614. "Speleothems Per Chunk In Nether" = 12
  615. "Speleothems Per Chunk" = 12
  616. "Max Ylevel" = 55
  617. "Tries Per Chunk" = 60
  618.  
  619. [world.speleothems.dimensions]
  620. Dimensions = []
  621. "Is Blacklist" = true
  622.  
  623. [world.permafrost_underground_biome]
  624.  
  625. [world.permafrost_underground_biome.biome_settings]
  626. "Horizontal Size" = 26
  627. Rarity = 80
  628. "Min Y Level" = 0
  629. "Horizontal Variation" = 14
  630. "Max Y Level" = 64
  631. "Vertical Size" = 14
  632. "Vertical Variation" = 6
  633.  
  634. [world.permafrost_underground_biome.biome_settings.biomes]
  635. "Biome Types" = ["COLD"]
  636. "Is Blacklist" = false
  637.  
  638. [world.permafrost_underground_biome.biome_settings.dimensions]
  639. Dimensions = ["minecraft:overworld"]
  640. "Is Blacklist" = false
  641.  
  642. [world.sandstone_underground_biome]
  643.  
  644. [world.sandstone_underground_biome.biome_settings]
  645. "Horizontal Size" = 26
  646. Rarity = 80
  647. "Min Y Level" = 0
  648. "Horizontal Variation" = 14
  649. "Max Y Level" = 64
  650. "Vertical Size" = 14
  651. "Vertical Variation" = 6
  652.  
  653. [world.sandstone_underground_biome.biome_settings.biomes]
  654. "Biome Types" = ["SANDY"]
  655. "Is Blacklist" = false
  656.  
  657. [world.sandstone_underground_biome.biome_settings.dimensions]
  658. Dimensions = ["minecraft:overworld"]
  659. "Is Blacklist" = false
  660.  
  661. [world.nether_obsidian_spikes]
  662. #The chance for a chunk to contain spikes (1 is 100%, 0 is 0%)
  663. "Chance Per Chunk" = 0.1
  664. "Big Spike Spawners" = true
  665. #Should a chunk have spikes, how many would the generator try to place
  666. "Tries Per Chunk" = 4
  667. #The chance for a spike to be big (1 is 100%, 0 is 0%)
  668. "Big Spike Chance" = 0.03
  669.  
  670. [world.nether_obsidian_spikes.dimensions]
  671. Dimensions = ["minecraft:the_nether"]
  672. "Is Blacklist" = false
  673.  
  674. [world.biotite]
  675. "Clusters Per Dragon Tick" = 16
  676. "Generate On Dragon Death" = true
  677. "Dragon Ticks Per Cluster" = 1
  678. "Generate Naturally" = false
  679.  
  680. [world.biotite.dimensions]
  681. Dimensions = ["minecraft:the_end"]
  682. "Is Blacklist" = false
  683.  
  684. [world.biotite.ore_settings]
  685. "Max Height" = 64
  686. "Cluster Count" = 16
  687. "Min Height" = 1
  688. "Cluster Size" = 14
  689.  
  690. [world.crevices]
  691.  
  692. [world.crevices.spawn_settings]
  693. "Horizontal Size" = 60
  694. Rarity = 120
  695. "Min Y Level" = 15
  696. "Horizontal Variation" = 20
  697. "Max Y Level" = 50
  698. "Vertical Size" = 4
  699. "Vertical Variation" = 1
  700.  
  701. [world.crevices.spawn_settings.biomes]
  702. "Biome Types" = ["OCEAN", "BEACH"]
  703. "Is Blacklist" = true
  704.  
  705. [world.crevices.spawn_settings.dimensions]
  706. Dimensions = ["minecraft:overworld"]
  707. "Is Blacklist" = false
  708.  
  709. [world.crevices.dimensions]
  710. Dimensions = ["minecraft:overworld"]
  711. "Is Blacklist" = false
  712.  
  713. [world.lush_underground_biome]
  714.  
  715. [world.lush_underground_biome.biome_settings]
  716. "Horizontal Size" = 26
  717. Rarity = 80
  718. "Min Y Level" = 0
  719. "Horizontal Variation" = 14
  720. "Max Y Level" = 64
  721. "Vertical Size" = 14
  722. "Vertical Variation" = 6
  723.  
  724. [world.lush_underground_biome.biome_settings.biomes]
  725. "Biome Types" = ["JUNGLE"]
  726. "Is Blacklist" = false
  727.  
  728. [world.lush_underground_biome.biome_settings.dimensions]
  729. Dimensions = ["minecraft:overworld"]
  730. "Is Blacklist" = false
  731.  
  732. [world.cave_roots]
  733. "Min Y" = 16
  734. "Chunk Attempts" = 300
  735. "Max Y" = 52
  736. "Enable Brewing" = true
  737.  
  738. [world.cave_roots.dimensions]
  739. Dimensions = ["minecraft:overworld"]
  740. "Is Blacklist" = false
  741.  
  742. [world.new_stone_types]
  743. "Enable Marble" = true
  744. "Enable Jasper" = true
  745. "Enable Basalt" = true
  746. "Enable Slate" = true
  747. "Enable Limestone" = true
  748.  
  749. [world.new_stone_types.marble]
  750.  
  751. [world.new_stone_types.marble.oregen]
  752. "Max Height" = 256
  753. "Cluster Count" = 10
  754. "Min Height" = 0
  755. "Cluster Size" = 33
  756.  
  757. [world.new_stone_types.marble.dimensions]
  758. Dimensions = ["minecraft:overworld"]
  759. "Is Blacklist" = false
  760.  
  761. [world.new_stone_types.basalt]
  762.  
  763. [world.new_stone_types.basalt.oregen]
  764. "Max Height" = 256
  765. "Cluster Count" = 10
  766. "Min Height" = 0
  767. "Cluster Size" = 33
  768.  
  769. [world.new_stone_types.basalt.dimensions]
  770. Dimensions = ["minecraft:the_nether"]
  771. "Is Blacklist" = false
  772.  
  773. [world.new_stone_types.limestone]
  774.  
  775. [world.new_stone_types.limestone.oregen]
  776. "Max Height" = 256
  777. "Cluster Count" = 10
  778. "Min Height" = 0
  779. "Cluster Size" = 33
  780.  
  781. [world.new_stone_types.limestone.dimensions]
  782. Dimensions = ["minecraft:overworld"]
  783. "Is Blacklist" = false
  784.  
  785. [world.new_stone_types.slate]
  786.  
  787. [world.new_stone_types.slate.oregen]
  788. "Max Height" = 256
  789. "Cluster Count" = 10
  790. "Min Height" = 0
  791. "Cluster Size" = 33
  792.  
  793. [world.new_stone_types.slate.dimensions]
  794. Dimensions = ["minecraft:overworld"]
  795. "Is Blacklist" = false
  796.  
  797. [world.new_stone_types.jasper]
  798.  
  799. [world.new_stone_types.jasper.oregen]
  800. "Max Height" = 256
  801. "Cluster Count" = 10
  802. "Min Height" = 0
  803. "Cluster Size" = 33
  804.  
  805. [world.new_stone_types.jasper.dimensions]
  806. Dimensions = ["minecraft:overworld"]
  807. "Is Blacklist" = false
  808.  
  809. [world.spider_nest_underground_biome]
  810. "Enabled Wrapped" = true
  811.  
  812. [world.spider_nest_underground_biome.biome_settings]
  813. "Horizontal Size" = 26
  814. Rarity = 80
  815. "Min Y Level" = 0
  816. "Horizontal Variation" = 14
  817. "Max Y Level" = 64
  818. "Vertical Size" = 14
  819. "Vertical Variation" = 6
  820.  
  821. [world.spider_nest_underground_biome.biome_settings.biomes]
  822. "Biome Types" = ["PLAINS"]
  823. "Is Blacklist" = false
  824.  
  825. [world.spider_nest_underground_biome.biome_settings.dimensions]
  826. Dimensions = ["minecraft:overworld"]
  827. "Is Blacklist" = false
  828.  
  829. [world.brimstone_underground_biome]
  830.  
  831. [world.brimstone_underground_biome.biome_settings]
  832. "Horizontal Size" = 26
  833. Rarity = 80
  834. "Min Y Level" = 0
  835. "Horizontal Variation" = 14
  836. "Max Y Level" = 64
  837. "Vertical Size" = 14
  838. "Vertical Variation" = 6
  839.  
  840. [world.brimstone_underground_biome.biome_settings.biomes]
  841. "Biome Types" = ["MESA"]
  842. "Is Blacklist" = false
  843.  
  844. [world.brimstone_underground_biome.biome_settings.dimensions]
  845. Dimensions = ["minecraft:overworld"]
  846. "Is Blacklist" = false
  847.  
  848. [world.big_dungeon]
  849. "Loot Table" = "minecraft:chests/simple_dungeon"
  850. #The chance that a big dungeon spawn candidate will be allowed to spawn. 0.2 is 20%, which is the same as the Pillager Outpost.
  851. "Spawn Chance" = 0.1
  852. "Max Rooms" = 10
  853. "Chest Chance" = 0.5
  854.  
  855. [world.big_dungeon.biome_types]
  856. "Biome Types" = ["OCEAN", "BEACH", "NETHER", "END"]
  857. "Is Blacklist" = true
  858.  
  859. [world.blossom_trees]
  860.  
  861. [world.blossom_trees.orange]
  862. Rarity = 100
  863.  
  864. [world.blossom_trees.orange.dimensions]
  865. Dimensions = ["minecraft:overworld"]
  866. "Is Blacklist" = false
  867.  
  868. [world.blossom_trees.orange.biome_types]
  869. "Biome Types" = ["SAVANNA"]
  870. "Is Blacklist" = false
  871.  
  872. [world.blossom_trees.pink]
  873. Rarity = 100
  874.  
  875. [world.blossom_trees.pink.dimensions]
  876. Dimensions = ["minecraft:overworld"]
  877. "Is Blacklist" = false
  878.  
  879. [world.blossom_trees.pink.biome_types]
  880. "Biome Types" = ["MOUNTAIN"]
  881. "Is Blacklist" = false
  882.  
  883. [world.blossom_trees.blue]
  884. Rarity = 200
  885.  
  886. [world.blossom_trees.blue.dimensions]
  887. Dimensions = ["minecraft:overworld"]
  888. "Is Blacklist" = false
  889.  
  890. [world.blossom_trees.blue.biome_types]
  891. "Biome Types" = ["COLD"]
  892. "Is Blacklist" = false
  893.  
  894. [world.blossom_trees.yellow]
  895. Rarity = 200
  896.  
  897. [world.blossom_trees.yellow.dimensions]
  898. Dimensions = ["minecraft:overworld"]
  899. "Is Blacklist" = false
  900.  
  901. [world.blossom_trees.yellow.biome_types]
  902. "Biome Types" = ["PLAINS"]
  903. "Is Blacklist" = false
  904.  
  905. [world.blossom_trees.lavender]
  906. Rarity = 100
  907.  
  908. [world.blossom_trees.lavender.dimensions]
  909. Dimensions = ["minecraft:overworld"]
  910. "Is Blacklist" = false
  911.  
  912. [world.blossom_trees.lavender.biome_types]
  913. "Biome Types" = ["SWAMP"]
  914. "Is Blacklist" = false
  915.  
  916. [world.underground_clay]
  917.  
  918. [world.underground_clay.dimensions]
  919. Dimensions = ["minecraft:overworld"]
  920. "Is Blacklist" = false
  921.  
  922. [world.underground_clay.ore_settings]
  923. "Max Height" = 60
  924. "Cluster Count" = 3
  925. "Min Height" = 20
  926. "Cluster Size" = 20
  927.  
  928. [world.slime_underground_biome]
  929.  
  930. [world.slime_underground_biome.biome_settings]
  931. "Horizontal Size" = 26
  932. Rarity = 120
  933. "Min Y Level" = 0
  934. "Horizontal Variation" = 14
  935. "Max Y Level" = 64
  936. "Vertical Size" = 14
  937. "Vertical Variation" = 6
  938.  
  939. [world.slime_underground_biome.biome_settings.biomes]
  940. "Biome Types" = ["SWAMP"]
  941. "Is Blacklist" = false
  942.  
  943. [world.slime_underground_biome.biome_settings.dimensions]
  944. Dimensions = ["minecraft:overworld"]
  945. "Is Blacklist" = false
  946.  
  947. [world.mega_caves]
  948.  
  949. [world.mega_caves.spawn_settings]
  950. "Horizontal Size" = 80
  951. Rarity = 800
  952. "Min Y Level" = 10
  953. "Horizontal Variation" = 30
  954. "Max Y Level" = 20
  955. "Vertical Size" = 25
  956. "Vertical Variation" = 10
  957.  
  958. [world.mega_caves.spawn_settings.biomes]
  959. "Biome Types" = ["OCEAN", "BEACH"]
  960. "Is Blacklist" = true
  961.  
  962. [world.mega_caves.spawn_settings.dimensions]
  963. Dimensions = ["minecraft:overworld"]
  964. "Is Blacklist" = false
  965.  
  966. [world.mega_caves.dimensions]
  967. Dimensions = ["minecraft:overworld"]
  968. "Is Blacklist" = false
  969.  
  970. [world.elder_prismarine_underground_biome]
  971. "Lantern Chance" = 0.0085
  972. "Water Chance" = 0.25
  973.  
  974. [world.elder_prismarine_underground_biome.biome_settings]
  975. "Horizontal Size" = 26
  976. Rarity = 200
  977. "Min Y Level" = 0
  978. "Horizontal Variation" = 14
  979. "Max Y Level" = 64
  980. "Vertical Size" = 14
  981. "Vertical Variation" = 6
  982.  
  983. [world.elder_prismarine_underground_biome.biome_settings.biomes]
  984. "Biome Types" = ["OCEAN"]
  985. "Is Blacklist" = false
  986.  
  987. [world.elder_prismarine_underground_biome.biome_settings.dimensions]
  988. Dimensions = ["minecraft:overworld"]
  989. "Is Blacklist" = false
  990.  
  991. [world.glowshroom_underground_biome]
  992. "Glowshroom Spawn Chance" = 0.0625
  993. "Glowshroom Growth Rate" = 20
  994. "Enable Danger Sight" = true
  995. "Enable Huge Glowshrooms" = true
  996.  
  997. [world.glowshroom_underground_biome.biome_settings]
  998. "Horizontal Size" = 26
  999. Rarity = 80
  1000. "Min Y Level" = 0
  1001. "Horizontal Variation" = 14
  1002. "Max Y Level" = 64
  1003. "Vertical Size" = 14
  1004. "Vertical Variation" = 6
  1005.  
  1006. [world.glowshroom_underground_biome.biome_settings.biomes]
  1007. "Biome Types" = ["MOUNTAIN", "MUSHROOM"]
  1008. "Is Blacklist" = false
  1009.  
  1010. [world.glowshroom_underground_biome.biome_settings.dimensions]
  1011. Dimensions = ["minecraft:overworld"]
  1012. "Is Blacklist" = false
  1013.  
  1014. [mobs]
  1015. Frogs = true
  1016. Crabs = true
  1017. Stonelings = true
  1018. Foxhound = true
  1019. Toretoise = true
  1020.  
  1021. [mobs.stonelings]
  1022. "Cautious Stonelings" = true
  1023. "Enable Diamond Heart" = true
  1024. "Max Y Level" = 24
  1025. "Tamable Stonelings" = true
  1026.  
  1027. [mobs.stonelings.spawn_config]
  1028. "Spawn Weight" = 80
  1029. "Min Group Size" = 1
  1030. "Max Group Size" = 1
  1031.  
  1032. [mobs.stonelings.spawn_config.biomes]
  1033. "Biome Types" = ["VOID", "NETHER", "END"]
  1034. "Is Blacklist" = true
  1035.  
  1036. [mobs.stonelings.dimensions]
  1037. Dimensions = ["minecraft:overworld"]
  1038. "Is Blacklist" = false
  1039.  
  1040. [mobs.toretoise]
  1041. "Disable Iron Farms" = false
  1042. "Max Y Level" = 32
  1043.  
  1044. [mobs.toretoise.spawn_config]
  1045. "Spawn Weight" = 40
  1046. "Min Group Size" = 1
  1047. "Max Group Size" = 1
  1048.  
  1049. [mobs.toretoise.spawn_config.biomes]
  1050. "Biome Types" = ["VOID", "NETHER", "END"]
  1051. "Is Blacklist" = true
  1052.  
  1053. [mobs.toretoise.dimensions]
  1054. Dimensions = ["minecraft:overworld"]
  1055. "Is Blacklist" = false
  1056.  
  1057. [mobs.crabs]
  1058. "Enable Brewing" = true
  1059.  
  1060. [mobs.foxhound]
  1061. #The chance coal will tame a foxhound
  1062. "Tame Chance" = 0.05
  1063.  
  1064. [mobs.foxhound.spawn_config]
  1065. "Spawn Weight" = 30
  1066. "Min Group Size" = 1
  1067. "Max Group Size" = 2
  1068.  
  1069. [mobs.foxhound.spawn_config.biomes]
  1070. "Biome Types" = ["NETHER"]
  1071. "Is Blacklist" = false
  1072.  
  1073. [mobs.frogs]
  1074. "Enable Brewing" = true
  1075. "Enable Big Funny" = false
  1076.  
  1077. [mobs.frogs.spawn_config]
  1078. "Spawn Weight" = 40
  1079. "Min Group Size" = 1
  1080. "Max Group Size" = 3
  1081.  
  1082. [mobs.frogs.spawn_config.biomes]
  1083. "Biome Types" = ["SWAMP"]
  1084. "Is Blacklist" = false
  1085.  
  1086. [client]
  1087. "Greener Grass" = false
  1088. "Variant Animal Textures" = true
  1089. "Back Button Keybind" = true
  1090. "Improved Tooltips" = true
  1091. "Improved Mount Hud" = true
  1092. "Usage Ticker" = true
  1093. "Chest Searching" = true
  1094.  
  1095. [client.usage_ticker]
  1096. #Switch the armor display to the off hand side and the hand display to the main hand side
  1097. Invert = false
  1098. "Shift Right" = 0
  1099. "Enable Armor" = true
  1100. "Enable Off Hand" = true
  1101. "Shift Left" = 0
  1102. "Enable Main Hand" = true
  1103.  
  1104. [client.variant_animal_textures]
  1105. "Enable Shiny Llama" = true
  1106. "Every Bee Is L G B T" = false
  1107. #The chance for an animal to have a special "Shiny" skin, like a shiny pokemon. This is 1 in X. Set to 0 to disable.
  1108. "Shiny Animal Chance" = 2048
  1109. "Enable Pig" = true
  1110. "Enable Chicken" = true
  1111. "Enable Shiny Rabbit" = true
  1112. "Enable L G B T Bees" = true
  1113. "Enable Cow" = true
  1114.  
  1115. [client.improved_tooltips]
  1116. "Shulker Box Require Shift" = false
  1117. "Shulker Box Use Colors" = true
  1118. "Shulker Tooltips" = true
  1119. "Map Require Shift" = false
  1120. "Attribute Tooltips" = true
  1121. "Enchanting Tooltips" = true
  1122. #The value of each shank of food. Tweak this when using mods like Hardcore Hunger which change that value.
  1123. "Food Divisor" = 2
  1124. #A list of additional stacks to display on each enchantment
  1125. #The format is as follows:
  1126. #enchant_id=item1,item2,item3...
  1127. #So to display a carrot on a stick on a mending book, for example, you use:
  1128. #minecraft:mending=minecraft:carrot_on_a_stick
  1129. "Enchanting Additional Stacks" = []
  1130. "Food Tooltips" = true
  1131. "Map Tooltips" = true
  1132. "Enchanting Stacks" = ["minecraft:diamond_sword", "minecraft:diamond_pickaxe", "minecraft:diamond_shovel", "minecraft:diamond_axe", "minecraft:diamond_hoe", "minecraft:diamond_helmet", "minecraft:diamond_chestplate", "minecraft:diamond_leggings", "minecraft:diamond_boots", "minecraft:shears", "minecraft:bow", "minecraft:fishing_rod", "minecraft:crossbow", "minecraft:trident", "minecraft:elytra", "quark:pickarang"]
  1133.  
  1134. [client.greener_grass]
  1135. "Leaves List" = ["minecraft:spruce_leaves", "minecraft:birch_leaves", "minecraft:oak_leaves", "minecraft:jungle_leaves", "minecraft:acacia_leaves", "minecraft:dark_oak_leaves", "minecraft:vine"]
  1136. "Green Shift" = 5
  1137. "Blue Shift" = -5
  1138. "Block List" = ["minecraft:large_fern", "minecraft:tall_grass", "minecraft:grass_block", "minecraft:fern", "minecraft:grass", "minecraft:potted_fern", "minecraft:sugar_cane"]
  1139. "Alpha Grass" = false
  1140. "Absolute Values" = false
  1141. "Red Shift" = -5
  1142. "Affect Leaves" = true
  1143.  
  1144. [oddities]
  1145. "Totem Of Holding" = true
  1146. Backpack = true
  1147. "Matrix Enchanting" = true
  1148. Magnets = true
  1149. Pipes = true
  1150.  
  1151. [oddities.totem_of_holding]
  1152. #Set this to false to remove the behaviour where totems destroy themselves if the player dies again.
  1153. "Dark Souls Mode" = true
  1154. "Spawn Totem on PVP Kill" = false
  1155. #Set this to true to make it so that if a totem is destroyed, the items it holds are destroyed alongside it rather than dropped
  1156. "Destroy Lost Items" = false
  1157. "Enable Soul Compass" = true
  1158. #Set this to false to only allow the owner of a totem to collect its items rather than any player
  1159. "Allow Anyone To Collect" = true
  1160.  
  1161. [oddities.magnets]
  1162. "Magnetic Blacklist" = ["minecraft:tripwire_hook"]
  1163. "Magnetic Whitelist" = ["minecraft:chipped_anvil", "minecraft:damaged_anvil"]
  1164. #Any items you place in this list will be derived so that any block made of it will become magnetizable
  1165. "Magnetic Derivation List" = ["minecraft:iron_ingot"]
  1166.  
  1167. [oddities.matrix_enchanting]
  1168. #Set to false to disable the ability to influence enchantment outcomes with candles (requires the Tallow and Candles module enabled)
  1169. "Allow Influencing" = true
  1170. #A list of enchantment IDs you don't want the enchantment table to be able to create
  1171. "Disallowed Enchantments" = []
  1172. #The maximum enchanting power the matrix enchanter can accept
  1173. "Max Bookshelves" = 15
  1174. #How much to multiply the frequency of pieces where at least one of the same type has been generated
  1175. "Dupe Multiplier" = 1.4
  1176. #How much the min level requirement for adding a new piece to a book should increase per each bookshelf being used
  1177. "Min Level Scale Factor Book" = 2.0
  1178. #At which piece count the calculation for the min level should default to increasing one per piece rather than using the scale factor
  1179. "Min Level Cutoff" = 10
  1180. #Should this be X, the price of a piece increase by 1 every X pieces you generate
  1181. "Piece Price Scale" = 9
  1182. #Matrix Enchanting can be done with water instead of air around the enchanting table. Set this to false to disable this behaviour.
  1183. "Allow Underwater Enchanting" = true
  1184. #How many pieces you can generate without any bookshelves
  1185. "Base Max Piece Count" = 3
  1186. #How much each candle influences an enchantment. This works as a multiplier to its weight
  1187. "Influence Power" = 0.125
  1188. #Set to false to disable the tooltip for items with pending enchantments
  1189. "Show Tooltip" = true
  1190. #Set to false to disable the ability to create Enchanted Books
  1191. "Allow Books" = true
  1192. #The higher this is, the better enchantments you'll get on books
  1193. "Book Enchantability" = 12
  1194. #An array of influences each candle should apply. This list must be 16 elements long, and is in order of wool colors.
  1195. "Influences List" = ["minecraft:unbreaking", "minecraft:fire_protection", "minecraft:knockback,minecraft:punch", "minecraft:feather_falling", "minecraft:looting,minecraft:fortune,minecraft:luck_of_the_sea", "minecraft:blast_protection", "minecraft:silk_touch,minecraft:channeling", "minecraft:bane_of_arthropods", "minecraft:protection", "minecraft:respiration,minecraft:loyalty,minecraft:infinity", "minecraft:sweeping,minecraft:multishot", "minecraft:efficiency,minecraft:sharpness,minecraft:lure,minecraft:power,minecraft:impaling,minecraft:quick_charge", "minecraft:aqua_affinity,minecraft:depth_strider,minecraft:riptide", "minecraft:thorns,minecraft:piercing", "minecraft:fire_aspect,minecraft:flame", "minecraft:smite,minecraft:projectile_protection"]
  1196. #How many pieces a single Lapis can generate
  1197. "Charge Per Lapis" = 4
  1198. #How many pieces you can generate without any bookshelves (for Books)
  1199. "Base Max Piece Count Book" = 1
  1200. #How much to multiply the frequency of pieces where incompatible pieces have been generated
  1201. "Incompatible Multiplier" = 0.0
  1202. #How much the min level requirement for adding a new piece should increase for each piece added (up until the value of Min Level Cutoff)
  1203. "Min Level Scale Factor" = 1.5
  1204. #Set this to true to allow treasure enchantments to be rolled as pieces
  1205. "Allow Treasures" = false
  1206. #By default, enchantment rarities are fuzzed a bit to feel better with the new system. Set this to false to override this behaviour.
  1207. "Normalize Rarity" = true
  1208. #The max amount of candles that can influence a single enchantment
  1209. "Influence Max" = 4
  1210.  
  1211. [oddities.backpack]
  1212. "Enable Ravager Hide" = true
  1213. "Base Ravager Hide Drop" = 1
  1214. "Extra Chance Per Looting" = 0.5
  1215. #Set this to true to allow the backpacks to be unequipped even with items in them
  1216. "Super Op Mode" = false
  1217.  
  1218. [oddities.pipes]
  1219. #Set to 0 if you don't want pipes to have a max amount of items
  1220. "Max Pipe Items" = 16
  1221. #When items eject or are absorbed by pipes, should they make sounds?
  1222. "Do Pipes Whoosh" = true
  1223. #How long it takes for an item to cross a pipe. Bigger = slower.
  1224. "Pipe Speed" = 5
  1225.  
  1226. [experimental]
  1227. "Adjustable Chat" = false
  1228. "Custom Underground Biome" = false
  1229.  
  1230. [experimental.adjustable_chat]
  1231. "Horizontal Shift" = 0
  1232. "Vertical Shift" = 0
  1233.  
  1234. #This feature is highly technical. Use only if you know what you're doing!
  1235. [experimental.custom_underground_biome]
  1236. #The format for these definitions is:
  1237. #dimensions;isDimensionBlacklist;biomeTypews;isBiomeBlacklist;rarity;minY..maxY;horizontalSize,verticalSize;horizontalVariation,verticalVariation;floorBlocks@weight;ceilingBlocks@weight;wallBlocks@weight;mimicInside
  1238. #That's a lot to take in, so here's an example. This would be for the default config of the Slime underground biome. (Spaces are allowed.)
  1239. #minecraft:overworld; false; SWAMP; false; 120; 10..40; 26,14; 14,6; minecraft:water@915, minecraft:slime_block@85; minecraft:green_terracotta@2, minecraft:lime_terracotta@3, minecraft:light_blue_terracotta@1; CEILING; false
  1240. "Biome Definitions" = []
  1241.  
  1242.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement