nullre / Project-RimFactory-Revived

Project RimFactory Revived
MIT License
0 stars 0 forks source link

T3 miner exclude bug? #53

Closed zymex22 closed 4 years ago

zymex22 commented 4 years ago

Hello nobo been playing with make some tweaking. but can't seem to get T3 to work?

      <li Class="ProjectRimFactory.Common.ModExtension_Miner">
        <excludeOres>
          <li>ComponentIndustrial</li>
          <li>Plasteel</li>
          <li>Jade</li>
        </excludeOres>
        <bonusYields Chance="0.01">
          <InsectJelly Weight="1" Count="30" />
        </bonusYields>
      </li>

if i use this only component gets excluded, jade and plasteel can still be mined. If i remove component from list, plasteel and jade can also still be mined.

its only on T3 / NR miner, it works just fine on PRF one am i doing something wrong?

miner
nullre commented 4 years ago

sorry. I fixed bug. T3 miners are not limited to resourceRock, It also targets ores that can be dug with DeepDrill. I have not excluded from DeepDrill ore list.

zymex22 commented 4 years ago

that fixed the problem thanks :D can you PR?