Skip to content

Commit

Permalink
fix: correct the blacklisting for custom ores
Browse files Browse the repository at this point in the history
fixes #2184
  • Loading branch information
artdude543 committed Aug 15, 2018
1 parent e5ca4df commit a1a00aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 36 deletions.
8 changes: 4 additions & 4 deletions src/config/geolosys.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ general {
# modid:block:meta, deposit size, min Y, max Y, chance to gen in chunk, block to use as sample, [dimension blacklist] Example:
# actuallyadditions:block_misc:3, 32, 13, 42, 20, actuallyadditions:block_misc:1, [1, -1]
S:"Custom Ore Entries" <
astralsorcery:blockcustomore:0, 28, 3, 18, 15, astralsorcery:blockgeolosyssamplecluster:0, [1, -1]
mundaneredstone:redstone_ore:0, 36, 4, 24, 20, geolosys:ore_sample_vanilla:1, [1, -1]
galacticraftcore:basic_block_core:8, 24, 24, 48, 20, contenttweaker:sub_block_holder_0:5, [1, -1]
contenttweaker:sub_block_holder_0:4, 36, 3, 11, 18, contenttweaker:sub_block_holder_0:6, [1, -1]
astralsorcery:blockcustomore:0, 28, 3, 18, 15, astralsorcery:blockgeolosyssamplecluster:0, [1, -1, 20, 28885, 50, 51, 52, 144, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24, -25, -26, -27, -28, -29, -30, -31, -32, -33, -34, -35, -36, -37, -38, -39, -40, -41, -42, -43]
mundaneredstone:redstone_ore:0, 36, 4, 24, 20, geolosys:ore_sample_vanilla:1, [1, -1, 20, 28885, 50, 51, 52, 144, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24, -25, -26, -27, -28, -29, -30, -31, -32, -33, -34, -35, -36, -37, -38, -39, -40, -41, -42, -43]
galacticraftcore:basic_block_core:8, 24, 24, 48, 20, contenttweaker:sub_block_holder_0:5, [1, -1, 20, 28885, 50, 51, 52, 144, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24, -25, -26, -27, -28, -29, -30, -31, -32, -33, -34, -35, -36, -37, -38, -39, -40, -41, -42, -43]
contenttweaker:sub_block_holder_0:4, 36, 3, 11, 18, contenttweaker:sub_block_holder_0:6, [1, -1, 20, 28885, 50, 51, 52, 144, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24, -25, -26, -27, -28, -29, -30, -31, -32, -33, -34, -35, -36, -37, -38, -39, -40, -41, -42, -43]
>

# Format is:
Expand Down
33 changes: 1 addition & 32 deletions src/config/geolosys_ores.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,38 +47,7 @@
50,
51,
52,
144,
-13,
-14,
-15,
-16,
-17,
-18,
-19,
-20,
-21,
-22,
-23,
-24,
-25,
-26,
-27,
-28,
-29,
-30,
-31,
-32,
-33,
-34,
-35,
-36,
-37,
-38,
-39,
-40,
-41,
-42,
-43
144
]
},
"cinnabar": {
Expand Down

0 comments on commit a1a00aa

Please sign in to comment.