9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2026-01-04 15:41:40 +00:00

Updated display module to include eco 6.8.0 changes

This commit is contained in:
Auxilor
2021-09-19 11:36:57 +01:00
parent 235b0ac239
commit b237ac4bcf

View File

@@ -31,7 +31,7 @@ public class ReforgesDisplay extends DisplayModule {
}
@Override
protected void display(@NotNull final ItemStack itemStack,
public void display(@NotNull final ItemStack itemStack,
@NotNull final Object... args) {
ReforgeTarget target = ReforgeTarget.getForMaterial(itemStack.getType());