Skip to content

Commit

Permalink
+ data override
Browse files Browse the repository at this point in the history
  • Loading branch information
bioastroiner committed Dec 16, 2023
1 parent 46bcf78 commit bf2cca5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ public class CTILiquidStackExpansion {
public static CTMaterialData association(ILiquidStack iLiquidStack) {
return CTMaterialData.association(iLiquidStack);
}

@ZenGetter
public static CTMaterialData data(ILiquidStack iLiquidStack) {
return association(iLiquidStack);
}
}

0 comments on commit bf2cca5

Please sign in to comment.