Now works with gtceu 1.1.0

This commit is contained in:
Dmitry 2024-01-18 11:06:50 +07:00
parent 7ce1f2e598
commit 756a0eee96
15 changed files with 271 additions and 264 deletions

View file

@ -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()) {