Skip to content

Commit

Permalink
Follow HP's prefix formal
Browse files Browse the repository at this point in the history
  • Loading branch information
DrParadox7 authored and Dream-Master committed Nov 3, 2023
1 parent 022ef8f commit 089f046
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ public class MixinPartsHandler {

/**
* @author DrParadox
* @reason Breaks TC integration with TE Materials
* @reason Breaks Thermal Foundation's TConstruct material integration
*/
@Redirect(
method = "addMatrials",
at = @At(value = "INVOKE", target = "Lglassmaker/extratic/common/PartsHandler;_addM3PreciousMaterials()V"),
remap = false)
private static void _disableM3PreciousMaterials() {
private static void hodgepodge$disableM3PreciousMaterials() {
FMLLog.info("Disabled ExtraTiC material integration with Metallurgy 3 Precious Materials");
}

/**
* @author DrParadox
* @reason Breaks TC integration with TE Parts
* @reason Breaks Thermal Foundation's TConstruct parts integration
*/
@Redirect(
method = "addParts",
at = @At(value = "INVOKE", target = "Lglassmaker/extratic/common/PartsHandler;_addM3PreciousParts()V"),
remap = false)
private static void _disableM3PreciousParts() {
private static void hodgepodge$disableM3PreciousParts() {
FMLLog.info("Disabled ExtraTiC part integration with Metallurgy 3 Precious Materials");
}
}

0 comments on commit 089f046

Please sign in to comment.