Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.

PhineasWynd

Contributor
  • Content count

    90
  • Joined

  • Last visited

Everything posted by PhineasWynd

  1. Help with Modding

    I'm doing them both again now, I have java 7 Update 71 (64 bit) and Java SE Dev Kit 7 Update 71 (64 bit).
  2. Help with Modding

    Um there are 1597 warnings, in pretty much every class. Description Resource Path Location TypeType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockCustomWall.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Vanilla line 82 Java ProblemThe value of the local variable driedAmt is not used FoodCraftingHandler.java /TFCraft-master/src/Common/com/bioxx/tfc/Handlers line 128 Java ProblemList is a raw type. References to generic type List<E> should be parameterized BlockCustomWall.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Vanilla line 79 Java ProblemThe value of the local variable isDmg is not used FoodCraftingHandler.java /TFCraft-master/src/Common/com/bioxx/tfc/Handlers line 40 Java ProblemThe value of the local variable item is not used FoodCraftingHandler.java /TFCraft-master/src/Common/com/bioxx/tfc/Handlers line 38 Java ProblemThe method isMetal(ItemStack, Metal) from the type AnvilCraftingHandler is never used locally AnvilCraftingHandler.java /TFCraft-master/src/Common/com/bioxx/tfc/Handlers line 45 Java ProblemThe value of the local variable blockAccess is not used RenderGrill.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/Blocks line 24 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemPotteryPot.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Pottery line 27 Java ProblemThe import com.bioxx.tfc.api.Entities.IAnimal.InteractionEnum is never used EntityPheasantTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/Mobs line 19 Java ProblemThe value of the local variable R is not used TEFoodPrep.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 99 Java ProblemThe value of the field EntityPheasantTFC.aiEatGrass is not used EntityPheasantTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/Mobs line 24 Java ProblemThe value of the local variable count is not used TEFoodPrep.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 227 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemPotteryPot.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Pottery line 22 Java ProblemThe value of the local variable R is not used TEFoodPrep.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 155 Java ProblemThe value of the local variable count is not used TEFoodPrep.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 195 Java ProblemThe value of the local variable itemstack1 is not used ContainerTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Containers line 189 Java ProblemList is a raw type. References to generic type List<E> should be parameterized HeatRegistry.java /TFCraft-master/src/API/com/bioxx/tfc/api line 17 Java ProblemThe value of the field ContainerGrill.charcoal is not used ContainerGrill.java /TFCraft-master/src/Common/com/bioxx/tfc/Containers line 20 Java ProblemThe value of the field ContainerGrill.grill is not used ContainerGrill.java /TFCraft-master/src/Common/com/bioxx/tfc/Containers line 17 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized HeatRegistry.java /TFCraft-master/src/API/com/bioxx/tfc/api line 21 Java ProblemType safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized ContainerGrill.java /TFCraft-master/src/Common/com/bioxx/tfc/Containers line 87 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized HeatRegistry.java /TFCraft-master/src/API/com/bioxx/tfc/api line 26 Java ProblemThe value of the field ItemGoldPan.useTimer is not used ItemGoldPan.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 34 Java ProblemThe value of the local variable blockHit is not used ItemGoldPan.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 98 Java ProblemThe value of the local variable distMod is not used ItemGoldPan.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 86 Java ProblemThe import com.bioxx.tfc.Food.ItemFoodMeat is never used EntityBear.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/Mobs line 40 Java ProblemThe value of the field EntityBear.field_25054_c is not used EntityBear.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/Mobs line 58 Java ProblemThe import com.bioxx.tfc.api.Entities.IAnimal.InteractionEnum is never used EntityBear.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/Mobs line 45 Java ProblemThe import com.bioxx.tfc.api.Entities.IAnimal.GenderEnum is never used EntityBear.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/Mobs line 44 Java ProblemType safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized ContainerTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Containers line 170 Java ProblemThe value of the local variable itemstack is not used ContainerTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Containers line 188 Java ProblemList is a raw type. References to generic type List<E> should be parameterized CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 176 Java ProblemThe method scanForOcean(World, int, int, int) from the type BlockCustomIce is never used locally BlockCustomIce.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Vanilla line 195 Java ProblemType safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 117 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 125 Java ProblemThe value of the local variable flourDecay is not used TileEntityQuern.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 95 Java ProblemType safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 77 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 94 Java ProblemHashMap is a raw type. References to generic type HashMap<K,V> should be parameterized CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 60 Java ProblemHashMap is a raw type. References to generic type HashMap<K,V> should be parameterized CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 60 Java ProblemType safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 107 Java ProblemType safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 112 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 99 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 99 Java ProblemHashMap is a raw type. References to generic type HashMap<K,V> should be parameterized TEAnvil.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 189 Java ProblemList is a raw type. References to generic type List<E> should be parameterized GetBodyTemp.java /TFCraft-master/src/Common/com/bioxx/tfc/Commands line 25 Java ProblemThe value of the field TEAnvil.isDone is not used TEAnvil.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 50 Java ProblemThe value of the field TEAnvil.workWeldRecipe is not used TEAnvil.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 56 Java ProblemType safety: The expression of type HashMap needs unchecked conversion to conform to Map<String,AnvilRecipe> TEAnvil.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 189 Java ProblemThe import java.util.BitSet is never used ItemCustomNameTag.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 3 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockStone.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 47 Java ProblemThe import net.minecraft.util.ChatComponentText is never used ItemCustomNameTag.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 9 Java ProblemList is a raw type. References to generic type List<E> should be parameterized BlockStone.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 44 Java ProblemThe value of the field BlockLoom.random is not used BlockLoom.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Devices line 39 Java ProblemThe value of the local variable var7 is not used ClientProxy.java /TFCraft-master/src/Common/com/bioxx/tfc line 365 Java ProblemThe value of the local variable rainfall is not used ClientProxy.java /TFCraft-master/src/Common/com/bioxx/tfc line 368 Java ProblemThe method getTimeMult(long, long, long) from the type ClientProxy is never used locally ClientProxy.java /TFCraft-master/src/Common/com/bioxx/tfc line 537 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockLoom.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Devices line 89 Java ProblemList is a raw type. References to generic type List<E> should be parameterized BlockLoom.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Devices line 86 Java ProblemThe value of the local variable blockAccess is not used RenderNestBox.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/Blocks line 24 Java ProblemThe value of the local variable var5 is not used ClientProxy.java /TFCraft-master/src/Common/com/bioxx/tfc line 363 Java ProblemThe value of the local variable var6 is not used ClientProxy.java /TFCraft-master/src/Common/com/bioxx/tfc line 364 Java ProblemThe static field EntityStand.defaultEquipableLength should be accessed in a static way EntityStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities line 77 Java ProblemThe static field EntityStand.defaultArmorLength should be accessed in a static way EntityStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities line 111 Java ProblemThe static field EntityStand.defaultEquipableLength should be accessed in a static way EntityStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities line 124 Java ProblemThe static field EntityStand.defaultArmorLength should be accessed in a static way EntityStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities line 110 Java ProblemThe static field EntityStand.defaultEquipableLength should be accessed in a static way EntityStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities line 111 Java ProblemThe static field EntityStand.defaultArmorLength should be accessed in a static way EntityStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities line 78 Java ProblemThe static field EntityStand.defaultEquipableLength should be accessed in a static way EntityStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities line 110 Java ProblemThe static field EntityStand.defaultArmorLength should be accessed in a static way EntityStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities line 77 Java ProblemThe static field EntityStand.defaultEquipableLength should be accessed in a static way EntityStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities line 78 Java ProblemThe static field EntityStand.defaultArmorLength should be accessed in a static way EntityStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities line 321 Java ProblemThe static field EntityStand.defaultArmorLength should be accessed in a static way EntityStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities line 286 Java ProblemThe static field EntityStand.defaultArmorLength should be accessed in a static way EntityStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities line 125 Java ProblemThe static field EntityStand.defaultEquipableLength should be accessed in a static way EntityStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities line 125 Java ProblemThe static field EntityStand.defaultArmorLength should be accessed in a static way EntityStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities line 124 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemCustomMinecart.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 59 Java ProblemThe value of the local variable seismicModifier is not used BlockCollapsable.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 248 Java ProblemThe method killPlayer(EntityPlayer) from the type BodyTempStats is never used locally BodyTempStats.java /TFCraft-master/src/Common/com/bioxx/tfc/Core/Player line 211 Java ProblemThe value of the local variable checks is not used BlockCollapsable.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 349 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemCustomMinecart.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 57 Java ProblemType safety: The expression of type ArrayList needs unchecked conversion to conform to List<PlayerInfo> PlayerManagerTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Core/Player line 20 Java ProblemThe value of the local variable biome is not used BlockCollapsable.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 250 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized PlayerManagerTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Core/Player line 20 Java ProblemThe value of the local variable collapseMap is not used BlockCollapsable.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 310 Java ProblemList is a raw type. References to generic type List<E> should be parameterized BlockStair.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 38 Java ProblemList is a raw type. References to generic type List<E> should be parameterized BlockPeatGrass.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 29 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockPeatGrass.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 31 Java ProblemThe value of the local variable yCoord is not used WorldGenFlowers.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/Generators line 26 Java ProblemThe value of the local variable meta is not used BlockWaterPlant.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Flora line 80 Java ProblemThe value of the local variable BLL is not used ModelUngulate.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/Models line 255 Java ProblemThe value of the local variable f6 is not used ModelStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/Models line 50 Java ProblemThe value of the local variable leftFootInitAngle is not used ModelUngulate.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/Models line 264 Java ProblemThe value of the local variable f7 is not used ModelStand.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/Models line 51 Java ProblemType safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized WorldGenLooseRocks.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/Generators line 74 Java ProblemThe value of the local variable BRL is not used ModelUngulate.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/Models line 254 Java ProblemType safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized WorldGenLooseRocks.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/Generators line 73 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized WorldGenLooseRocks.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/Generators line 57 Java ProblemThe import net.minecraft.entity.IEntityLivingData is never used EntitySpiderTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/Mobs line 7 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized WorldGenLooseRocks.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/Generators line 56 Java ProblemThe value of the local variable rockLayer is not used WorldGenLooseRocks.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/Generators line 46 Java ProblemThe method isPointInRegion(int, int) from the type GuiAnvilPlanButton is never used locally GuiAnvilPlanButton.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 66 Java ProblemThe value of the local variable fontrenderer is not used GuiAnvilPlanButton.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 51 Java ProblemThe value of the local variable wcm is not used TFC_CoreRender.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 256 Java ProblemThe import net.minecraftforge.fluids.FluidStack is never used LoomRecipe.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 4 Java ProblemThe value of the local variable blockAccess is not used TFC_CoreRender.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 331 Java ProblemThe value of the local variable blockAccess is not used TFC_CoreRender.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 340 Java ProblemThe value of the local variable tessellator is not used TFC_CoreRender.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 350 Java ProblemThe value of the local variable md is not used TFC_CoreRender.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 39 Java ProblemThe value of the local variable meta is not used TFC_CoreRender.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 254 Java ProblemThe value of the local variable x is not used WorldGenCustomTallTrees.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/Generators/Trees line 65 Java ProblemList is a raw type. References to generic type List<E> should be parameterized EntityAIPanicTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/AI line 64 Java ProblemThe method drawCrossedSquares(Block, int, int, int, RenderBlocks) from the type TFC_CoreRender is never used locally TFC_CoreRender.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 555 Java ProblemThe value of the local variable is is not used BlockIngotPile.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 87 Java ProblemThe value of the local variable item is not used BlockIngotPile.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 46 Java ProblemThe value of the local variable var13 is not used ItemDyeCustom.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 86 Java ProblemThe value of the local variable var12 is not used ItemDyeCustom.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 85 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemDyeCustom.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 139 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemDyeCustom.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 135 Java ProblemThe value of the local variable direction is not used BlockIngotPile.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 192 Java ProblemThe value of the local variable var4 is not used ItemWritableBookTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 76 Java ProblemThe value of the local variable direction is not used BlockIngotPile.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 179 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemWritableBookTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 86 Java ProblemThe value of the local variable direction is not used BlockIngotPile.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 165 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemWritableBookTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 95 Java ProblemThe value of the local variable bTrig is not used WorldGenPlateau.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/Generators line 54 Java ProblemThe value of the local variable aTrig is not used WorldGenPlateau.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/Generators line 53 Java ProblemThe value of the local variable tempY is not used WorldGenPlateau.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/Generators line 27 Java ProblemThe method renderSquareTop(Tessellator) from the type TESRQuern is never used locally TESRQuern.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/TESR line 123 Java ProblemThe value of the local variable superResult is not used EntityAISitTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/AI line 24 Java ProblemThe value of the local variable k is not used TESRQuern.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/TESR line 79 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ClientOverrides.java /TFCraft-master/src/ASM/com/bioxx/tfc line 42 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ClientOverrides.java /TFCraft-master/src/ASM/com/bioxx/tfc line 42 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ClientOverrides.java /TFCraft-master/src/ASM/com/bioxx/tfc line 67 Java ProblemThe value of the local variable count is not used BlockFruitWood.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Flora line 91 Java ProblemThe value of the local variable md is not used RenderWoodConstruct.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/Blocks line 29 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemCustomPickaxe.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 49 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemCustomPickaxe.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 53 Java ProblemThe value of the local variable var4 is not used ItemSteelBucket.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 55 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemSoil.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/ItemBlocks line 26 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemSoil.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/ItemBlocks line 36 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemSoil.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/ItemBlocks line 38 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 110 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 112 Java ProblemList is a raw type. References to generic type List<E> should be parameterized BlockCobble.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 45 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 113 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 115 Java ProblemList is a raw type. References to generic type List<E> should be parameterized BlockCobble.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 176 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockCobble.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 48 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockCobble.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 188 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockCobble.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 182 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 125 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockCobble.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 200 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 128 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockCobble.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 194 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 130 Java ProblemList is a raw type. References to generic type List<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 136 Java ProblemThe value of the local variable x is not used WorldGenCustomMapleShortTrees.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/Generators/Trees line 29 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 117 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 118 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 119 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 124 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 354 Java ProblemThe method getLocalizedName() from the type Fluid is deprecated GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 310 Java ProblemType safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 355 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 354 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 137 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 136 Java ProblemThe value of the local variable fontrenderer is not used GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 234 Java ProblemThe value of the local variable k is not used GuiBarrel.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 216 Java ProblemThe value of the local variable fontrenderer is not used GuiAnvilButton.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 97 Java ProblemThe method isPointInRegion(int, int) from the type GuiAnvilButton is never used locally GuiAnvilButton.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 104 Java ProblemThe value of the field GuiAnvilButton.texture is not used GuiAnvilButton.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 21 Java ProblemThe value of the local variable ItemRules is not used GuiAnvilButton.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 75 Java ProblemThe value of the local variable checks is not used WorldGenFissure.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/Generators line 216 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized SlotFoodOnly.java /TFCraft-master/src/Common/com/bioxx/tfc/Containers/Slots line 50 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized SlotFoodOnly.java /TFCraft-master/src/Common/com/bioxx/tfc/Containers/Slots line 43 Java ProblemList is a raw type. References to generic type List<E> should be parameterized SlotFoodOnly.java /TFCraft-master/src/Common/com/bioxx/tfc/Containers/Slots line 16 Java ProblemList is a raw type. References to generic type List<E> should be parameterized SlotFoodOnly.java /TFCraft-master/src/Common/com/bioxx/tfc/Containers/Slots line 15 Java ProblemThe value of the field RenderBear.scale is not used RenderBear.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 19 Java ProblemThe value of the field RenderBear.modelbear is not used RenderBear.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 20 Java ProblemIterator is a raw type. References to generic type Iterator<E> should be parameterized ItemCustomLeash.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 68 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemCustomLeash.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 64 Java ProblemThe import net.minecraft.util.StatCollector is never used ItemCustomLeash.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 22 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemCustomLeash.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 91 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiFoodPrep.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 76 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiFoodPrep.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 77 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiFoodPrep.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 78 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiFoodPrep.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 82 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiFoodPrep.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 83 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized GuiFoodPrep.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 84 Java ProblemThe value of the local variable k is not used GuiFoodPrep.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 151 Java ProblemThe value of the local variable fontrenderer is not used GuiFoodPrep.java /TFCraft-master/src/Common/com/bioxx/tfc/GUI line 170 Java ProblemThe value of the local variable offset is not used ModelCowTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/Models line 80 Java ProblemList is a raw type. References to generic type List<E> should be parameterized TENestBox.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 37 Java ProblemMultimap is a raw type. References to generic type Multimap<K,V> should be parameterized ItemCustomAxe.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 108 Java ProblemList is a raw type. References to generic type List<E> should be parameterized TENestBox.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 68 Java ProblemType safety: The method put(Object, Object) belongs to the raw type Multimap. References to generic type Multimap<K,V> should be parameterized ItemCustomAxe.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 109 Java ProblemList is a raw type. References to generic type List<E> should be parameterized CommandTransferTamed.java /TFCraft-master/src/Common/com/bioxx/tfc/Commands line 101 Java ProblemThe value of the local variable d0 is not used GenLayerVoronoiZoomTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/GenLayers line 35 Java ProblemThe import net.minecraft.util.IChatComponent is never used CommandTransferTamed.java /TFCraft-master/src/Common/com/bioxx/tfc/Commands line 14 Java ProblemThe value of the field CommandTransferTamed.__OBFID is not used CommandTransferTamed.java /TFCraft-master/src/Common/com/bioxx/tfc/Commands line 18 Java ProblemList is a raw type. References to generic type List<E> should be parameterized CommandTransferTamed.java /TFCraft-master/src/Common/com/bioxx/tfc/Commands line 20 Java ProblemType safety: The expression of type List needs unchecked conversion to conform to List<EntityTameable> CommandTransferTamed.java /TFCraft-master/src/Common/com/bioxx/tfc/Commands line 52 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemCustomAxe.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 72 Java ProblemMultimap is a raw type. References to generic type Multimap<K,V> should be parameterized ItemCustomAxe.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 106 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemCustomAxe.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 66 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemCustomAxe.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 69 Java ProblemThe import net.minecraft.item.EnumAction is never used RenderPlayerTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 9 Java ProblemThe import net.minecraft.client.entity.EntityPlayerSP is never used RenderPlayerTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 4 Java ProblemThe import net.minecraftforge.client.event.RenderPlayerEvent is never used RenderPlayerTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 17 Java ProblemThe import net.minecraft.util.MathHelper is never used RenderPlayerTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 14 Java ProblemThe value of the local variable xp is not used GenLayerRiverInitTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/GenLayers/River line 32 Java ProblemThe value of the local variable xn is not used GenLayerRiverInitTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/GenLayers/River line 31 Java ProblemThe value of the local variable zp is not used GenLayerRiverInitTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/GenLayers/River line 34 Java ProblemThe value of the local variable zn is not used GenLayerRiverInitTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/GenLayers/River line 33 Java ProblemThe import net.minecraftforge.common.MinecraftForge is never used RenderPlayerTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 18 Java ProblemThe constructor MethodInsnNode(int, String, String, String) is deprecated TF_EntityRenderer.java /TFCraft-master/src/ASM/com/bioxx/tfc/ASM/Transform line 65 Java ProblemThe import com.bioxx.tfc.Items.ItemQuiver is never used RenderPlayerTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 24 Java ProblemThe value of the field RenderPlayerTFC.modelBipedMain is not used RenderPlayerTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 32 Java ProblemThe value of the field RenderPlayerTFC.RES_ITEM_GLINT is not used RenderPlayerTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 36 Java ProblemThe method interpolateRotation(float, float, float) from the type RenderPlayerTFC is never used locally RenderPlayerTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Render line 169 Java ProblemThe constructor MethodInsnNode(int, String, String, String) is deprecated TF_EntityRenderer.java /TFCraft-master/src/ASM/com/bioxx/tfc/ASM/Transform line 55 Java ProblemList is a raw type. References to generic type List<E> should be parameterized CommandTime.java /TFCraft-master/src/Common/com/bioxx/tfc/Commands line 100 Java ProblemList is a raw type. References to generic type List<E> should be parameterized AnvilManager.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 19 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized AnvilManager.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 25 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized AnvilManager.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 26 Java ProblemList is a raw type. References to generic type List<E> should be parameterized AnvilManager.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 20 Java ProblemMap is a raw type. References to generic type Map<K,V> should be parameterized AnvilManager.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 21 Java ProblemType safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized AnvilManager.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 56 Java ProblemList is a raw type. References to generic type List<E> should be parameterized AnvilManager.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 112 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized AnvilManager.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 32 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized AnvilManager.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 38 Java ProblemMap is a raw type. References to generic type Map<K,V> should be parameterized AnvilManager.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 120 Java ProblemList is a raw type. References to generic type List<E> should be parameterized AnvilManager.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 116 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockSulfur.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 182 Java ProblemList is a raw type. References to generic type List<E> should be parameterized BlockSulfur.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 170 Java ProblemThe value of the local variable var3 is not used GetBioTempCommand.java /TFCraft-master/src/Common/com/bioxx/tfc/Commands line 22 Java ProblemThe value of the field TFC_Time.worldObj is not used TFC_Time.java /TFCraft-master/src/Common/com/bioxx/tfc/Core line 11 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockSulfur.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 218 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockSulfur.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 214 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockSulfur.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 210 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockSulfur.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 206 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockSulfur.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 202 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockSulfur.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 198 Java ProblemList is a raw type. References to generic type List<E> should be parameterized BlockSulfur.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 194 Java ProblemList is a raw type. References to generic type List<E> should be parameterized TFCWorldChunkManager.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen line 183 Java ProblemList is a raw type. References to generic type List<E> should be parameterized TFCWorldChunkManager.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen line 158 Java ProblemThe value of the local variable var48 is not used MapGenRiverRavine.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/MapGen line 143 Java ProblemList is a raw type. References to generic type List<E> should be parameterized TFCWorldChunkManager.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen line 75 Java ProblemThe value of the local variable r is not used MapGenRiverRavine.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/MapGen line 198 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized TFCWorldChunkManager.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen line 46 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized TFCWorldChunkManager.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen line 44 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized TFCWorldChunkManager.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen line 45 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized TFCWorldChunkManager.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen line 42 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized TFCWorldChunkManager.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen line 43 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized TFCWorldChunkManager.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen line 39 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized TFCWorldChunkManager.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen line 41 Java ProblemList is a raw type. References to generic type List<E> should be parameterized TFCWorldChunkManager.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen line 32 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemQuiver.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 115 Java ProblemThe value of the field EntityFishTFC.prevDirection is not used EntityFishTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/Mobs line 31 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemQuiver.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 127 Java ProblemThe value of the local variable pullForce is not used EntityFishTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/Mobs line 134 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized ItemQuiver.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 90 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized ItemQuiver.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 92 Java ProblemThe method isMouseOverSlot(Slot, int, int) from the type FMLClientEventHandler is never used locally FMLClientEventHandler.java /TFCraft-master/src/Common/com/bioxx/tfc/Handlers/Client line 113 Java ProblemThe value of the local variable shift2 is not used FMLClientEventHandler.java /TFCraft-master/src/Common/com/bioxx/tfc/Handlers/Client line 62 Java ProblemType safety: The expression of type List needs unchecked conversion to conform to List<EntityPlayer> EntityFishTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/Mobs line 386 Java ProblemThe value of the local variable tempY is not used EntityFishTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/Mobs line 406 Java ProblemThe value of the local variable xs is not used FMLClientEventHandler.java /TFCraft-master/src/Common/com/bioxx/tfc/Handlers/Client line 59 Java ProblemThe value of the local variable world is not used FMLClientEventHandler.java /TFCraft-master/src/Common/com/bioxx/tfc/Handlers/Client line 35 Java ProblemThe value of the local variable shift is not used FMLClientEventHandler.java /TFCraft-master/src/Common/com/bioxx/tfc/Handlers/Client line 61 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemQuiver.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 141 Java ProblemThe value of the field EntityAIFindNest.shelterX is not used EntityAIFindNest.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/AI line 22 Java ProblemThe value of the local variable ys is not used FMLClientEventHandler.java /TFCraft-master/src/Common/com/bioxx/tfc/Handlers/Client line 60 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemQuiver.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 145 Java ProblemThe value of the field EntityAIFindNest.shelterY is not used EntityAIFindNest.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/AI line 23 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized ItemQuiver.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 130 Java ProblemThe value of the field EntityAIFindNest.shelterZ is not used EntityAIFindNest.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/AI line 24 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemQuiver.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 135 Java ProblemThe value of the field EntityAIFindNest.movementSpeed is not used EntityAIFindNest.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/AI line 26 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemQuiver.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 128 Java ProblemType safety: Unchecked cast from List to ArrayList<EntityChickenTFC> EntityAIFindNest.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/AI line 154 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemQuiver.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 129 Java ProblemThe value of the local variable i1 is not used EntityAIFindNest.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/AI line 186 Java ProblemThe import com.bioxx.tfc.api.Entities.IAnimal.InteractionEnum is never used EntityDeer.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/Mobs line 42 Java ProblemThe value of the local variable fuelTasteProfile is not used TEGrill.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 141 Java ProblemThe value of the local variable oven is not used TEGrill.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 38 Java ProblemThe value of the local variable f3 is not used TEGrill.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 234 Java ProblemThe value of the local variable f3 is not used TEGrill.java /TFCraft-master/src/Common/com/bioxx/tfc/TileEntities line 254 Java ProblemList is a raw type. References to generic type List<E> should be parameterized CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 23 Java ProblemType safety: The expression of type List needs unchecked conversion to conform to List<Object> CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 29 Java ProblemType safety: The expression of type RecipeSorterTFC needs unchecked conversion to conform to Comparator<? super Object> CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 29 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 27 Java ProblemType safety: Unchecked invocation sort(List, RecipeSorterTFC) of the generic method sort(List<T>, Comparator<? super T>) of type Collections CraftingManagerTFC.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 29 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemOreSmall.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 26 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemOreSmall.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 29 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized ModelPotteryBase.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/Models line 114 Java ProblemType safety: The expression of type ArrayList needs unchecked conversion to conform to ArrayList<TexturedQuad> ModelPotteryBase.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/Models line 114 Java ProblemThe value of the field ModelPotteryBase.quadList is not used ModelPotteryBase.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/Models line 27 Java ProblemThe value of the field ModelPotteryBase.vertexPositions is not used ModelPotteryBase.java /TFCraft-master/src/Common/com/bioxx/tfc/Render/Models line 22 Java ProblemThe import com.bioxx.tfc.Food.ItemFoodTFC is never used EntityDeer.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/Mobs line 38 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemKnife.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 82 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockDirt.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 177 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemKnife.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 87 Java ProblemList is a raw type. References to generic type List<E> should be parameterized BlockDirt.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 171 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemKnife.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 80 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockDirt.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 59 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemKnife.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 81 Java ProblemList is a raw type. References to generic type List<E> should be parameterized BlockDirt.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 47 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemKnife.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Tools line 76 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockDirt.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 195 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockDirt.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 189 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockDirt.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Terrain line 183 Java ProblemThe value of the local variable evt is not used WorldGenPlants.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/Generators line 63 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 333 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 334 Java ProblemThe value of the local variable nbt is not used ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 437 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 266 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 263 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 273 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 267 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 330 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 277 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 332 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 331 Java ProblemThe value of the local variable stackTagCompound is not used ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 227 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 223 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 239 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 233 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 248 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 242 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 260 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 251 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemPotteryMold.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Pottery line 96 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemPotteryMold.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Pottery line 43 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemPotteryMold.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Pottery line 38 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 174 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemFoodTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Food line 176 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemPotteryMold.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Pottery line 99 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemPotteryMold.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/Pottery line 98 Java ProblemClass is a raw type. References to generic type Class<T> should be parameterized EntityAITargetNonTamedTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/AI line 16 Java ProblemThe value of the field EntityAITargetNonTamedTFC.__OBFID is not used EntityAITargetNonTamedTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/AI line 14 Java ProblemClass is a raw type. References to generic type Class<T> should be parameterized EntityAITargetNonTamedTFC.java /TFCraft-master/src/Common/com/bioxx/tfc/Entities/AI line 13 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemLargeVessel.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/ItemBlocks line 64 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemLargeVessel.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/ItemBlocks line 75 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemLargeVessel.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/ItemBlocks line 99 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemLargeVessel.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/ItemBlocks line 105 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemLargeVessel.java /TFCraft-master/src/Common/com/bioxx/tfc/Items/ItemBlocks line 113 Java ProblemThe value of the local variable f is not used BlockMetalTrapDoor.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 40 Java ProblemThe value of the field ContainerWorkbench.workbench is not used ContainerWorkbench.java /TFCraft-master/src/Common/com/bioxx/tfc/Containers line 28 Java ProblemThe value of the local variable f1 is not used BlockMetalTrapDoor.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 41 Java ProblemList is a raw type. References to generic type List<E> should be parameterized BlockMetalTrapDoor.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 57 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockMetalTrapDoor.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks line 61 Java ProblemThe value of the field ContainerLiquidVessel.posZ is not used ContainerLiquidVessel.java /TFCraft-master/src/Common/com/bioxx/tfc/Containers line 28 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemRawHide.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 76 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemRawHide.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 108 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemRawHide.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 110 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemRawHide.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 111 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemRawHide.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 112 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized BlockToolRack.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Devices line 315 Java ProblemList is a raw type. References to generic type List<E> should be parameterized BlockToolRack.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Devices line 312 Java ProblemThe method removedByPlayer(World, EntityPlayer, int, int, int) from the type Block is deprecated BlockToolRack.java /TFCraft-master/src/Common/com/bioxx/tfc/Blocks/Devices line 180 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemLooseRock.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 127 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemLooseRock.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 123 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemLooseRock.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 97 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemLooseRock.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 93 Java ProblemList is a raw type. References to generic type List<E> should be parameterized ItemLooseRock.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 88 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized ItemLooseRock.java /TFCraft-master/src/Common/com/bioxx/tfc/Items line 92 Java ProblemArrayList is a raw type. References to generic type ArrayList<E> should be parameterized LoomManager.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 22 Java ProblemList is a raw type. References to generic type List<E> should be parameterized LoomManager.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 17 Java ProblemType safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized LoomManager.java /TFCraft-master/src/API/com/bioxx/tfc/api/Crafting line 28 Java ProblemThe method func_35265_a(World, int, int, int, int) from the type WorldGenCustomWillowTrees is never used locally WorldGenCustomWillowTrees.java /TFCraft-master/src/Common/com/bioxx/tfc/WorldGen/Generators/Trees line 68 Java Problem... It goes on like this for like 3x as much.. Post too long
  3. Help with Modding

    WowThank you so much! Do I need to worry about the warnings of <> is a raw type, reverences to generic type <> should be parameterized?
  4. Help with Modding

    Ok, I see where I'm going wrong, but I don't understand how to do it right.What folder do I set as my eclipse workspace, or how do I access the 'links to the files'? Sorry for not understanding =
  5. Help with Modding

    Ah ok. Now i'm getting like 36 thousand errors of <> cannot be resolved to a type, variable etc. I ran gradlew setupDecompWorkspace and gradlew eclipse, and then I put the files into my eclipse folder so that the src folders merged, but maybe I did something wrong...
  6. Help with Modding

    OK, so I have followed this tutorial, except using the TFCraft-master gradlew.I got up to the part where he says to open with eclipse, and there is no eclipse folder to open. How do I open the project in eclipse?
  7. If I remember correctly, main concern with the split hotkey was that it would create more items, which is difficult to manage. This would not ever create new items in your inventory, only in the vessel, so I see no problem. Now the question is, is it worth it?I tested putting food into vessels. I had an inventory full of full stacks of food. Splitting takes up more inventory space, so I had to throw items on the ground while filling a few vessels at a time. It took me around 5 in-game hours, which is 5? RL minutes? Putting a stack of food into a vessel requires 17 clicks: 1 to open inventory, 2 to put knife in crafting table, 2 to put food in, 2 to split and put food in inventory, 2 to take remaining food out of crafting and into inventory, 1 to close inventory (dropping knife), 1 to right click on vessel, 4 to put 2 half foods into vessel, 1 to close inventory. Taking this down to one to four clicks, depending on how it is done, would be great.For example: 1 to open vessel, 1 to pick up food, 1 to place food in vessel (it splits, leaving half still attached to hand), 1 to place remaining half in vessel, 1 to close inventory.
  8. White Elm has holes in branches

    Version #:0.79.10.375 SSP/SMP (Single/MultiPlayer): SSP, probably SSP too Suggested Name: White Elm has holes in branches Suggested Category:Minor Description: This image shows the seed and location of the tree in question. When I cut it down, there was left a canopy, which will despawn on its own i think, but it had a gap between the main trunk and the left-over branches. Have you deleted your config files and are still able to reproduce this bug?:Yes Do you have any mods other than Forge and TFC installed?:No
  9. ^Title^Torches can be placed on the back of chiselled blocks, so hopefully it will be simple to do
  10. Make Tool Rack place on back of chiselled blocks

    I guess no-one has any objections?
  11. Slight change to back slot items

    Just a small improvement: So basically, shift clicking a back slot item from anywhere makes it go into the back slot, and shift clicking from the back slot makes it go to the first available slot (first in the hotbar, then in the inventory).This makes moving the back items around a little easier. Imgur Album
  12. Taken from 'Some observations of how people play': In context, he's talking about killing yourself to get your nutrients and health up. Which, I mean, just don't do that..But it got me thinking: It's not a good thing where you can think, 'dying is an option'. Also, people have talked about penalties for death in other threads.So my suggestion is to respawn with a penalty to your nutrients you had before you died, and a floor of, say, 20% (instead of defaulting up to 80%). Also respawn with low health, i.e. [100/975]. The max health would be unaffected by death.I'm just gonna fudge some numbers here. (-20% penalty, 20% floor) Nutrient Before: After: Fruit 80% 60% Vegetable 30% 20% Grain 10% 20% Protein 50% 30% Dairy 0% 20% the post posted itself before I could name it properly - it's supposed to say 'Respawn with low health, penalty to nutrients'
  13. Respawn with low health, same nutrients

    Wait you lose skill progress when you die? Like smithing, agriculture, fishing etc.? I just died and didn't lose any skills... Is my game bugged? Can someone confirm whether or not you are supposed to lose your skills if you die? Most of my suggestion is because I'm not experiencing the game in this way, and if it's a bug, I'd like to get it fixed and experience the game how it is meant to be experienced.Also, even if I don't kill myself to get back my nutrition and not lose any skills, (in my case, if not everyone's), dying isn't a big deal to me at the moment. I'm just like 'oh I died.. k'. My whole argument is hinging on the fact that I don't lose anything... If it is indeed a bug, I'll concede that this is less important. I'd prefer to have a penalty to nutrition than to skills anyway.
  14. Alternate Fix for Chiseling Ceilings

    If you line the ceiling of your underground build with stone bricks(or whatever), and remove the supports, I don't think there will be cave-ins any more. Is this fact? If so, creepers canbe overcome completely. Just line your ceilings. If you're making a 'build', surely you're already putting a lot of work into it, so it won't just be a raw stone hole; just do a little extra work to make it safe.
  15. Slight change to back slot items

    Also, when you pick up a sealed back slot item and your back slot is empty, it should automatically go in the back slot.I know that TFC has some bugs with shift clicking, but this is just moving items around and won't be affected by the bugs, so there shouldn't be a problem with doing this. I don't think it's a big change (I could be wrong)
  16. Fire Pit doesn't update when it dies

    Version #:0.79.9.357 SSP/SMP (Single/MultiPlayer): Both Suggested Name: Fire pit doesn't update Suggested Category:Minor Description: When the fire pit runs out of fuel, it doesn't do a block update. This means that it still emits light, and the apparent temperature around it is still high. Tiny issue at the moment, but when body temperature is in, 'twill be a more pressing issue. Have you deleted your config files and are still able to reproduce this bug?: Yes Do you have any mods other than Forge and TFC installed?:No
  17. Splitting Blooms

    Was it on a server? I've had it where the shown plan is different than the actual plan on a server.
  18. How far can fire spread?

    My hut caught fire when the fire pit was far from any blocks. Do smoke particles catch blocks on fire now?
  19. Stone Knife Mines Ores

    Suggestion: Make it possible to mine ore blocks with a (stone) knife, with a long mining time.This is believable - a stone age dude finds some stone which has copper in it. He isn't going to just ignore it, he's going to pry the ore out of the rock however he can.It won't break the balancing - It only allows him to get the ore, and very inefficiently. The metal progression is still the same.It will also be good for the stone age - finding surface ore will be exciting, instead of disappointing (as it is now, because you don't have the tools to mine it yet).
  20. Remove snow accumulation limit

    A config setting would be nice
  21. Stone Knife Mines Ores

    The reason I made this post is because I had an island seed where there was ore exposed, but not enough nuggets to make a pickaxe. I just wanted the option to get the ore to progress, and it was frustrating having the ore right in front of me. I forgot about panning, but still...
  22. Stone Knife Mines Ores

    What do you like/dislike? Maybe we can think about how to improve it
  23. [Solved][79.6] tile.bed.noSleep

    You can't just say that and then not say why! Tell us the tale!
  24. Can sheep eat dry grass?

    You could also turn the dry grass to lush grass by letting a water stream near it. May not be possible though.