Jump to content

marcotesoalli

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by marcotesoalli

  1. Hello, Could someone tell me the method to make multiblock structures (e.g. railcraft coke oven or liquid tanks). Just want to know the basic idea behind these. And how I could make the whole thing render as one block and make it clickable as one block? Would be nice if someone could link me to a source code example of any mod implementing this. greets
  2. You could look at the Buildcraft mod. Especially the rendering of the engines. This pretty much explains everything, I learned it today. Source Code can be found here: https://github.com/SirSengir/BuildCraft greets
  3. Hello, I added a block to minecraft which adds its position to an array in the World.java class. In the SpawnerAnimal.java (spawning) class and EntityLiving.java (despawning) I changed the conditions for mob spawning to not just look for a player nearby, but also for the blocks. The problem is I need to modify named 3 base classes for my mod. Would it be possible to implement a hook for that? . I'm thinking of uses to make automatic mob farms using buildcraft, rp2 (...) without having to stay near the farm. I'm sorry if the idea is rubbish, but I am completely new to Minecraft modding. greets marco
×
×
  • Create New...

Important Information

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