Test compile fixes
This commit is contained in:
parent
d333b32d4f
commit
4903e806c3
9 changed files with 33 additions and 20 deletions
|
@ -84,7 +84,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ // Paper start - add test for recipe conversion
|
||||
+ when(instance.recipeIterator()).thenAnswer(ignored ->
|
||||
+ com.google.common.collect.Iterators.transform(
|
||||
+ RegistryHelper.getDataPack().getRecipeManager().byType.entries().iterator(),
|
||||
+ RegistryHelper.getDataPack().getRecipeManager().recipes.byType.entries().iterator(),
|
||||
+ input -> input.getValue().toBukkitRecipe()
|
||||
+ )
|
||||
+ );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue