Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "ores": [
- {
- "type": "DIRT",
- "data": 0,
- "size": 33,
- "count": 10,
- "minHeight": 0,
- "maxHeight": 256
- },
- {
- "type": "GRAVEL",
- "data": 0,
- "size": 33,
- "count": 8,
- "minHeight": 0,
- "maxHeight": 256
- },
- {
- "type": "STONE",
- "data": 1,
- "size": 33,
- "count": 10,
- "minHeight": 0,
- "maxHeight": 80
- },
- {
- "type": "STONE",
- "data": 3,
- "size": 33,
- "count": 10,
- "minHeight": 0,
- "maxHeight": 80
- },
- {
- "type": "STONE",
- "data": 5,
- "size": 33,
- "count": 10,
- "minHeight": 0,
- "maxHeight": 80
- },
- {
- "type": "COAL_ORE",
- "data": 0,
- "size": 25,
- "count": 20,
- "minHeight": 0,
- "maxHeight": 128
- },
- {
- "type": "IRON_ORE",
- "data": 0,
- "size": 30,
- "count": 20,
- "minHeight": 0,
- "maxHeight": 64
- },
- {
- "type": "GOLD_ORE",
- "data": 0,
- "size": 14,
- "count": 3,
- "minHeight": 0,
- "maxHeight": 32
- },
- {
- "type": "REDSTONE_ORE",
- "data": 0,
- "size": 12,
- "count": 12,
- "minHeight": 0,
- "maxHeight": 16
- },
- {
- "type": "DIAMOND_ORE",
- "data": 0,
- "size": 16,
- "count": 2,
- "minHeight": 0,
- "maxHeight": 16
- },
- {
- "type": "LAPIS_ORE",
- "data": 0,
- "size": 10,
- "count": 2,
- "minHeight": 0,
- "maxHeight": 32
- },
- {
- "type": "EMERALD_ORE",
- "data": 0,
- "size": 8,
- "count": 4,
- "minHeight": 4,
- "maxHeight": 32
- }
Add Comment
Please, Sign In to add comment