1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +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

@ -90,14 +90,6 @@ accessTransformer file('src/main/resources/META-INF/accesstransformer.cfg')
name "SquidDev"
url "https://squiddev.cc/maven"
}
ivy {
name "Charset"
artifactPattern "https://asie.pl/files/mods/Charset/LibOnly/[module]-[revision](-[classifier]).[ext]"
}
maven {
name "Amadornes"
url "https://maven.amadornes.com/"
}
maven {
name "CraftTweaker"
url "https://maven.blamejared.com/"

View File

@ -20,7 +20,7 @@
/**
* 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;