File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/main/java/io/github/mooy1/infinitylib/machines Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >io.github.mooy1</groupId >
88 <artifactId >InfinityLib</artifactId >
9- <version >1.3.5 </version >
9+ <version >1.3.6 </version >
1010
1111 <properties >
1212 <maven .compiler.source>1.8</maven .compiler.source>
Original file line number Diff line number Diff line change 66import java .util .Map ;
77import java .util .function .BiConsumer ;
88
9+ import lombok .Getter ;
10+
911import org .bukkit .inventory .ItemStack ;
1012
1113import io .github .mooy1 .infinitylib .core .AbstractAddon ;
1214import io .github .thebusybiscuit .slimefun4 .api .recipes .RecipeType ;
1315
1416public final class MachineRecipeType extends RecipeType {
1517
18+ @ Getter
1619 private final Map <ItemStack [], ItemStack > recipes = new LinkedHashMap <>();
1720 private final List <BiConsumer <ItemStack [], ItemStack >> callbacks = new ArrayList <>();
1821
You can’t perform that action at this time.
0 commit comments