wintersknight94 / NC_Adamant

A mod for NodeCore that adds Adamant, a new metal.
GNU General Public License v3.0
0 stars 1 forks source link

Don't overwrite NC Lode API components #2

Closed Warr1024 closed 2 years ago

Warr1024 commented 2 years ago

This fixes a known item deletion bug discovered on VE-NC on 2021-12-05 where any metal prills cooling inside a storebox deleted the storebox. Vanilla NC Lode was affected as well because Adamant replaced key components of the Lode API with older versions.

This may also fix other future or undiscovered bugs that would otherwise be caused by Adamant partially overwriting API or recipes from Lode.

Warr1024 commented 2 years ago

FYI I did at least some basic testing, but because I don't necessarily know all the intricacies of Adamant and how it's supposed to be used, you will probably want to do more comprehensive testing to check my work and make sure it doesn't break anything I didn't know about.