Should fix armor rendering

This commit is contained in:
drcrazy 2019-08-01 14:34:43 +03:00
parent 9eca97e428
commit 255f277304
13 changed files with 5 additions and 3 deletions

View file

@ -29,14 +29,16 @@ import io.github.prospector.silk.fluid.FluidInstance;
import net.minecraft.block.entity.BlockEntity; import net.minecraft.block.entity.BlockEntity;
import net.minecraft.fluid.Fluids; import net.minecraft.fluid.Fluids;
import net.minecraft.util.Identifier; import net.minecraft.util.Identifier;
import org.checkerframework.checker.nullness.qual.NonNull;
import javax.annotation.Nonnull;
import reborncore.common.crafting.RebornRecipe; import reborncore.common.crafting.RebornRecipe;
import reborncore.common.crafting.RebornRecipeType; import reborncore.common.crafting.RebornRecipeType;
import techreborn.blockentity.machine.multiblock.IndustrialSawmillBlockEntity; import techreborn.blockentity.machine.multiblock.IndustrialSawmillBlockEntity;
public class IndustrialSawmillRecipe extends RebornRecipe { public class IndustrialSawmillRecipe extends RebornRecipe {
@NonNull @Nonnull
private FluidInstance fluidInstance = FluidInstance.EMPTY; private FluidInstance fluidInstance = FluidInstance.EMPTY;
public IndustrialSawmillRecipe(RebornRecipeType<?> type, Identifier name) { public IndustrialSawmillRecipe(RebornRecipeType<?> type, Identifier name) {

View file

@ -1,6 +1,6 @@
{ {
"pack":{ "pack":{
"pack_format":3, "pack_format":4,
"description":"Tech Reborn Resources" "description":"Tech Reborn Resources"
} }
} }