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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user