Now works with gtceu 1.1.0
This commit is contained in:
parent
7ce1f2e598
commit
756a0eee96
15 changed files with 271 additions and 264 deletions
|
|
@ -15,7 +15,7 @@ const registerGTCEULoots = (event) => {
|
|||
let normalRawOre = ChemicalHelper.get(TagPrefix.rawOre, material, 1)
|
||||
let poorRawOre = ChemicalHelper.get(TFGTagPrefix.poorRawOre, material, 1).withChance(0.2)
|
||||
|
||||
let blockName = `gtceu:${stoneType}_${material}_ore`
|
||||
let blockName = `gtceu:${stoneType}_${material.getName()}_ore`
|
||||
|
||||
if (!richRawOre.isEmpty() && !normalRawOre.isEmpty() && !poorRawOre.isEmpty()) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue