Advertisement
Guest User

Misty World Config

a guest
Jul 17th, 2019
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. # Configuration file
  2.  
  3. campfire {
  4. # Enable display of pottage effects. [default: false]
  5. B:showSoupEffects=false
  6.  
  7. # The stones are available for the creation of the campfire (ModID:Item:Count:Metadata:Color) [default: [mist:rocks:4:0:9bb6af], [minecraft:cobblestone:1:0:bcbcbc], [minecraft:brick:4:0:c46c58], [minecraft:netherbrick:4:0:522932], [minecraft:flint:4:0:262626], [minecraft:dye:4:4:3052c1], [minecraft:prismarine_shard:4:0:92f0de]]
  8. S:stoneAndColors <
  9. mist:rocks:4:0:9bb6af
  10. minecraft:cobblestone:1:0:bcbcbc
  11. minecraft:brick:4:0:c46c58
  12. minecraft:netherbrick:4:0:522932
  13. minecraft:flint:4:0:262626
  14. minecraft:dye:4:4:3052c1
  15. minecraft:prismarine_shard:4:0:92f0de
  16. >
  17. }
  18.  
  19.  
  20. dimension {
  21. # Specify the custom world seed, if required. Attention! This change will affect all the worlds in your save folder. If you want the seed of a Misty World to coincide with the seed of the Overworld, just delete the line.
  22. S:customSeed=
  23.  
  24. # Black list of dimensions in which it is impossible to build a portal into a Misty World.
  25. I:dimBlackList <
  26. 1
  27. >
  28.  
  29. # What ID number to assign to the misty_world dimension. Change if you are having conflicts with another mod.
  30. I:dimensionID=69
  31.  
  32. # Disable portal stone drop. [default: false]
  33. B:disableStoneDrop=false
  34.  
  35. # Disable vanilla tree growth. [default: true]
  36. B:disableVanillaTreeGrowth=true
  37. }
  38.  
  39.  
  40. game {
  41. # Disable the message about cascading worldgen lag. Temporary measure until I find a solution to the problem. [default: true]
  42. B:disableCascadingLog=true
  43. }
  44.  
  45.  
  46. time {
  47. # The number of days in a month. [range: 2 ~ 16, default: 4]
  48. I:dayInMonth=4
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement