Advertisement
Guest User

Untitled

a guest
Apr 17th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. configversion: 1
  2. #========================================
  3. # Custom Structures
  4. #========================================
  5. #Wiki: https://github.com/ryandw11/CustomStructures/wiki
  6. Schematics:
  7.  
  8. #A list containing all of the schematics.
  9. #When you add a new schematic add it to this list.
  10. List:
  11. - ironisland
  12. #Change the name bellow with what you want. (Note: change the name in the list too!)
  13. ironisland:
  14. #The schematic file. Make sure to include the .schematic
  15. Schematic: 'ironisland.schematic'
  16. #What biome this a schematic can spawn in. Change to all for all.
  17. Biome: 'all'
  18. #The chance option
  19. Chance:
  20. #The number that can be picked out of 1000. So if 1 is picked than it spawns.
  21. Number: 1000
  22. #The number that the ratio is out off.
  23. OutOf: 10001
  24. #If the structure can spawn in all worlds.
  25. AllWorlds: false
  26. #The y cord the structure will spawn on. Use -1 if you want it to be on the surface.
  27. SpawnY: -1
  28. #If the above is false then the worlds it can spawn in:
  29. AllowedWorlds:
  30. - world
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement