Problem that i've got only started after the update. The game just crashes a few seconds after it loads, tried re-installing but it works with other loads.
here are the first few lines of my crash report:
PM
Description: Ticking tile entity
java.lang.NullPointerException
at com.mrcrayfish.furniture.tileentity.TileEntityOven.solidifyItems(TileEntityOven.java:430)
at com.mrcrayfish.furniture.tileentity.TileEntityOven.func_70316_g(TileEntityOven.java:323)
at net.minecraft.world.World.func_72939_s(World.java:2209)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)