From b2c8cfb4ec8b82337a95f51364277964ec968b52 Mon Sep 17 00:00:00 2001 From: Jason Mitchell Date: Mon, 1 May 2023 02:45:56 -0700 Subject: ForgeDirection (#608) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ForgeDirection WIP * Fix GTPP_Render_MachineBlock Fix handling of getTexture with facing mask for pipes Kill a bunch of magic numbers * spotlessApply (#612) Co-authored-by: GitHub GTNH Actions <> * Bump bw/tt deps --------- Co-authored-by: Léa Gris Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/main/java/gtPlusPlus/core/players/FakeFarmer.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/gtPlusPlus/core/players') diff --git a/src/main/java/gtPlusPlus/core/players/FakeFarmer.java b/src/main/java/gtPlusPlus/core/players/FakeFarmer.java index 9a0d33f7cd..ba8d5f9d77 100644 --- a/src/main/java/gtPlusPlus/core/players/FakeFarmer.java +++ b/src/main/java/gtPlusPlus/core/players/FakeFarmer.java @@ -15,6 +15,7 @@ import net.minecraft.world.World; import net.minecraft.world.WorldServer; import com.mojang.authlib.GameProfile; + import cpw.mods.fml.common.FMLCommonHandler; public class FakeFarmer extends EntityPlayerMP { -- cgit