View difference between Paste ID: tnZYNpD9 and 7n9sFkqx
SHOW: | | - or go back to the newest paste.
1
{
2
    "dirt": {
3
        "template": "uniform",
4
        "block": "dirt",
5
        "material": "minecraft:stone",
6
        "clusterSize": 32,
7
        "numClusters": 10,
8
        "minHeight": 0,
9
        "maxHeight": 128,
10
        "retrogen": "false",
11
        "biomeRestriction": "none",
12
        "biomes": [],
13
        "dimensionRestriction": "blacklist",
14
        "dimensions": [
15
            -1,
16
            1
17
        ]
18
    },
19
    "gravel": {
20
        "template": "uniform",
21
        "block": "gravel",
22
        "material": "stone",
23
        "clusterSize": 32,
24
        "numClusters": 5,
25
        "minHeight": 0,
26
        "maxHeight": 128,
27
        "retrogen": "false",
28
        "biomeRestriction": "none",
29
        "biomes": [],
30
        "dimensionRestriction": "blacklist",
31
        "dimensions": [
32
            -1,
33
            1
34
        ]
35
    },
36
    "coal": {
37
        "template": {"type":"uniform","generator":"large-vein"},
38
        "block": [
39
            {"name": "coal_ore", "weight": 97},
40
            {"name": "diamond_ore", "weight": 1},
41
            {"name": "ReactorCraft:reactorcraft_block_ore", "metadata": 1, "weight": 2}
42
        ],
43
        "material": "stone",
44
        "clusterSize": 640,
45
        "numClusters": 1,
46
        "chunkChance": 12,
47
        "minHeight": 20,
48
        "maxHeight": 128,
49
        "retrogen": "true",
50
        "biomeRestriction": "none",
51
        "biomes": [],
52
        "dimensionRestriction": "blacklist",
53
        "dimensions": [
54
            -1,
55
            1
56
        ]
57
    },
58
    "iron": {
59
        "template": {"type":"uniform","generator":"large-vein"},
60
        "block": [
61
            {"name": "iron_ore", "weight": 92},
62
            {"name": "ThermalFoundation:Ore", "metadata": 4, "weight": 8}
63
        ],
64
        "material": "minecraft:stone",
65
        "clusterSize": 640,
66
        "numClusters": 1,
67
        "chunkChance": 20,
68
        "minHeight": 24,
69
        "maxHeight": 64,
70
        "retrogen": "true",
71
        "biomeRestriction": "none",
72
        "biomes": [],
73
        "dimensionRestriction": "blacklist",
74
        "dimensions": [
75
            -1,
76
            1
77
        ]
78
    },
79
    "gold": {
80
        "template": {"type":"uniform","generator":"large-vein"},
81
        "block": [
82
            {"name": "gold_ore", "weight": 96},
83
            {"name": "ThermalFoundation:Ore", "metadata": 5, "weight": 4}
84
        ],
85
        "material": "minecraft:stone",
86
        "clusterSize": 128,
87
        "numClusters": 1,
88
        "chunkChance": 40,
89
        "minHeight": 2,
90
        "maxHeight": 32,
91
        "retrogen": "true",
92
        "biomeRestriction": "none",
93
        "biomes": [],
94
        "dimensionRestriction": "blacklist",
95
        "dimensions": [
96
            -1,
97
            1
98
        ]
99
    },
100
    "redstone": {
101
        "template": {"type":"uniform","generator":"large-vein"},
102
        "block": "redstone_ore",
103
        "material": "minecraft:stone",
104
        "clusterSize": 192,
105
        "numClusters": 1,
106
        "chunkChance": 16,
107
        "minHeight": 2,
108
        "maxHeight": 20,
109
        "retrogen": "true",
110
        "biomeRestriction": "none",
111
        "biomes": [],
112
        "dimensionRestriction": "blacklist",
113
        "dimensions": [
114
            -1,
115
            1
116
        ]
117
    },
118
    "diamond": {
119
        "template": {"type":"uniform","generator":"large-vein"},
120
        "block": [
121
            {"name": "diamond_ore", "weight": 32},
122
            {"name": "coal_ore", "weight": 64},
123
            {"name": "emerald_ore", "weight": 1},
124
            {"name": "ReactorCraft:reactorcraft_block_ore", "metadata": 1, "weight": 3}
125
        ],
126
        "material": "minecraft:stone",
127
        "clusterSize": 240,
128
        "numClusters": 1,
129
        "chunkChance": 64,
130
        "minHeight": 2,
131
        "maxHeight": 16,
132
        "retrogen": "true",
133
        "biomeRestriction": "none",
134
        "biomes": [],
135
        "dimensionRestriction": "blacklist",
136
        "dimensions": [
137
            -1,
138
            1
139
        ]
140
    },
141
    "lapis": {
142
        "template": {"type":"normal","generator":"large-vein"},
143
        "block": "lapis_ore",
144
        "material": "minecraft:stone",
145
        "clusterSize": 64,
146
        "numClusters": 1,
147
        "chunkChance": 32,
148
        "meanHeight": 16,
149
        "maxVariance": 16,
150
        "retrogen": "true",
151
        "biomeRestriction": "none",
152
        "biomes": [],
153
        "dimensionRestriction": "blacklist",
154
        "dimensions": [
155
            -1,
156
            1
157
        ]
158
    },
159
    "quartz": {
160
        "template": {"type":"uniform","generator":"large-vein"},
161
        "block": "quartz_ore",
162
        "material": "minecraft:netherrack",
163
        "clusterSize": 512,
164
        "numClusters": 1,
165
        "chunkChance": 16,
166
        "minHeight": 10,
167
        "maxHeight": 118,
168
        "retrogen": "true",
169
        "biomeRestriction": "whitelist",
170
        "biomes": [
171
            {"type": "dictionary", "entry": "NETHER"}
172
        ],
173
        "dimensionRestriction": "none",
174
        "dimensions": []
175
    }
176
}