1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-16 05:07:12 +00:00

Fix a checkstyle warning

This commit is contained in:
SquidDev
2020-01-29 16:52:37 +00:00
parent d6ea3aab1c
commit 03caf9d805
2 changed files with 1 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ import java.util.function.Consumer;
/**
* Adapter for recipes which overrides the serializer and adds custom item NBT.
*/
public class RecipeWrapper implements IFinishedRecipe
public final class RecipeWrapper implements IFinishedRecipe
{
private final IFinishedRecipe recipe;
private final CompoundNBT resultData;