?
This commit is contained in:
parent
3bfcc9187b
commit
49f5fd44a6
5 changed files with 139 additions and 4 deletions
|
|
@ -3,8 +3,8 @@
|
|||
const modifyLootGT = (event) => {
|
||||
global.allTFCStoneTypeNames.forEach(stoneType => {
|
||||
GTRegistries.MATERIALS.forEach(material => {
|
||||
if (material.hasProperty($PropertyKey.ORE))
|
||||
{
|
||||
if (material.hasProperty($PropertyKey.ORE)) {
|
||||
|
||||
const blockName = `gtceu:tfc_${stoneType}_${material}_ore`
|
||||
|
||||
event.addBlockLootModifier(blockName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue