Jump to content

BH202548

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by BH202548

  1. At first my tile entities were not being added so i did this: public void onBlockAdded(World par1World, int par2, int par3, int par4) { super.onBlockAdded(par1World, par2, par3, par4); par1World.setBlockTileEntity(par2, par3, par4, new TileEntityMageticSmelter()); }
  2. everybody knows how furnaces change what there front is when they are cooking. mine is not doing that and i am not sure why. i will edit it gui and make it unique latter but first i want this to work. the code is on my github: https://github.com/bh202548/Magitricity
  3. some simple games and minecraft mods: http://www.minecraftforum.net/topic/1793246-discontinued-due-to-hard-drive-failure-dual-tools-mod-version-15-for-minecraft-152/ no all self taught no a little of it but not much
  4. I am by far not an amateur but i am not an expert either. I am just bad at looking at a set of classes(like the ones in the opensource mods i look at) and from them being able to understand their power system and create my own off of theirs.
  5. Hello everbody, I am currently working on a new mod and it is going to have its own power system(just like buildcraft, ic2, ue). I have look at the code of many of the opensource mods that have there own power systems but i can't figure out how to set up a power system of my own. If anybody can point me to a tutorial, help me setup the basics of a power system, or show me code for a basic power system that i could base mine off of that would be very helpful. Please don't tell me to use an api because my type of power is very different from any other mods power. Thanks in advance.
×
×
  • Create New...

Important Information

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