oh yeah there's no etrium ore

This commit is contained in:
Pyritie 2025-06-07 17:06:43 +01:00
parent 3ccc700676
commit b36a2c1741

View file

@ -174,8 +174,7 @@ const registerGTCEULoots = (event) => {
}
else if (material == TFGHelpers.getMaterial('desh')
|| material == TFGHelpers.getMaterial('ostrum')
|| material == TFGHelpers.getMaterial('calorite')
|| material == TFGHelpers.getMaterial('etrium'))
|| material == TFGHelpers.getMaterial('calorite'))
{
rawOreBlock = "ad_astra" + rawOreBlock;
}