Use tags in some recipes. Closes #2245 and #2247

This commit is contained in:
drcrazy 2020-10-14 14:14:51 +03:00
parent 7ddb035ef6
commit 1aea09d7c9
73 changed files with 86 additions and 86 deletions

View file

@ -33,7 +33,7 @@ import net.minecraft.text.Text;
import net.minecraft.text.TranslatableText;
import net.minecraft.util.Formatting;
import org.apache.commons.lang3.text.WordUtils;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import reborncore.api.IListInfoProvider;
import reborncore.api.IToolDrop;
import reborncore.api.blockentity.InventoryProvider;
@ -175,7 +175,7 @@ public class TankUnitBaseBlockEntity extends MachineBaseBlockEntity implements I
.sync(tank).addInventory().create(this, syncID);
}
@NotNull
@Nullable
@Override
public Tank getTank() {
return tank;