Jump to content

Bksparkie1

Members
  • Posts

    13
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Bksparkie1's Achievements

Tree Puncher

Tree Puncher (2/8)

2

Reputation

  1. The Files I looked at are https://github.com/cpw/BuildCraft/blob/master/common/net/minecraft/src/BuildCraftEnergy.java https://github.com/cpw/BuildCraft/blob/master/buildcraft_client/net/minecraft/src/buildcraft/core/TextureLiquidsFX.java https://github.com/cpw/BuildCraft/blob/master/buildcraft_client/net/minecraft/src/mod_BuildCraftEnergy.java https://github.com/cpw/BuildCraft/blob/master/buildcraft_client/net/minecraft/src/buildcraft/energy/TextureFuelFX.java
  2. nvm thanks to cpw's buildcraft source i have fixed my issue
  3. Ok so i am trying to create an animated texture like water but its going inside a block ive but the texture is not animated when i enter the world... ive tried changing setting, the only difference i really need from the main waterfx is that my texture is in a different png and a different colour, if someone could point out my mistake please post thank you mod Class File TestBlock Class TextureFx Class id be extremely appreciative to any help anyone could give me
  4. the link lexmanos gives is for the minecraft version 1.3.1 but his is only stating those files have no client and thus are only for modders if you look at my link i give you the whole archive in which all minecraft forge files client server src they are all there
  5. um NO it is not That is the ARCHIVE OF ALL FORGE VERSIONS, maybe if you looked at it you would notice it has all versions of forge not just 1.3.1 it has forge 1.2.5...
  6. http://jenkins.minecraftforge.net:7070/view/All/job/forge/
  7. Ok I've fixed that and n my opinion the forge call is way better now using a sprite sheet , my other question is what forge call do I use to name my blocks?
  8. if you are using the newest version of forge for minecraft 1.3.1 then net.minecraft.src.forge no longer exists everything is stored in different folders import net.minecraftforge.client.MinecraftForgeClient; import net.minecraftforge.common.Configuration; import net.minecraftforge.common.MinecraftForge; look in net for minecraft forge and the various hooks
  9. thanks lex what should i e using instead of addOverride, i am working on cleaning up the code
  10. Sorry forgot to mention this happens with all my blocks and items are invisible, the specific block I show you in the pictures is the Copper Ore Block
  11. Hey, I've been working on a mod, in 1.2.5/1.3.1 I have all my blocks successfully rendered and they look as they should, but when I go to the newest build you have for 1.3.1 which is 4.0.0.180 my blocks render like this - http://tinypic.com/r/28jfp6e/6 - when it should look like this - http://tinypic.com/r/f4l3ch/6 - as well I thought I'd mention not sure if this is meant but in the main title screen your fml version is different, thank you for your time i know you are extremely busy but please get back to me on this. Block mod_Electricalage sorry my mod_Electricalage file is not all that neat
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.