Should fix armor rendering
|
@ -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) {
|
||||||
|
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 266 B After Width: | Height: | Size: 266 B |
Before Width: | Height: | Size: 624 B After Width: | Height: | Size: 624 B |
Before Width: | Height: | Size: 488 B After Width: | Height: | Size: 488 B |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 884 B After Width: | Height: | Size: 884 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 884 B After Width: | Height: | Size: 884 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 878 B After Width: | Height: | Size: 878 B |
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"pack":{
|
"pack":{
|
||||||
"pack_format":3,
|
"pack_format":4,
|
||||||
"description":"Tech Reborn Resources"
|
"description":"Tech Reborn Resources"
|
||||||
}
|
}
|
||||||
}
|
}
|