Guest User

Untitled

a guest
Nov 18th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Season_Global:{
  2. seasonOrder:["spring","summer","atumn","nether","winter"]//if specified use a specific order rather then just first to last
  3. seasonDays:14//number of global days per season
  4. snowHeight:5//global default snow height
  5. fixedSeasonSpawn:false
  6. spawnSeason:"spring"//used if fixed spawn season if true
  7. multiplier_spring:0.812
  8. multiplier_summer:0.812
  9. multiplier_atumn:0.812
  10. multiplier_aether:0.812
  11. multiplier_winter:0.812
  12. }
  13. //notice how each season has it's own .json file it would make a cleaner implementation to do this
  14. Spring:{
  15. plains:"multiplier_spring"//rather then showing default values it has the string for the global variable until edited
  16. }
Add Comment
Please, Sign In to add comment