use tfg namespace insteaf of gtceu where applicable
This commit is contained in:
parent
cb933705ce
commit
49751dfd02
11 changed files with 90 additions and 89 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue