use tfg namespace insteaf of gtceu where applicable

This commit is contained in:
Dmitry 2024-04-23 08:11:02 +07:00
parent cb933705ce
commit 49751dfd02
11 changed files with 90 additions and 89 deletions

View file

@ -6,7 +6,7 @@ const registerGTCEULoots = (event) => {
GTMaterialRegistry.getRegisteredMaterials().forEach(material => {
if (material.hasProperty(PropertyKey.ORE)) {
let stoneTypeMaterial = GTMaterials.get(stoneType)
let stoneTypeMaterial = TFGHelpers.getMaterial(stoneType)
let stoneTypeDust = null
if (stoneTypeMaterial != null) stoneTypeDust = ChemicalHelper.get(TagPrefix.dust, stoneTypeMaterial, 1)