Lombokify
This commit is contained in:
parent
798d4b926c
commit
6fc22c170e
3 changed files with 6 additions and 8 deletions
|
@ -2,10 +2,12 @@ package WayofTime.bloodmagic.api.altar;
|
|||
|
||||
import WayofTime.bloodmagic.api.ItemStackWrapper;
|
||||
import lombok.Getter;
|
||||
import lombok.ToString;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
@Getter
|
||||
@ToString
|
||||
public class AltarRecipe {
|
||||
|
||||
public final int syphon, consumeRate, drainRate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue