Jump to content

tattyseal

Forge Modder
  • Posts

    194
  • Joined

  • Last visited

Everything posted by tattyseal

  1. You need to install the small boats mod on your server. The minimap works because it is client only mod, which means it works on your minecraft and no-one else can see it or has to use it to go on your server. But the Small Boats mod is server and client so you have to install forge on your server and install Small Boats Mod. -Toby
  2. I have added mobs in previous versions but can't seem to figure it out for 1.6.2 Please help.
  3. How do you make liquids in 1.6.2, I need help. Thanks
  4. In your constructor for your block This thing: add this to it: setBlockBounds(0.25F, 0.25F, 0.25F, 0.75F, 0.75F, 0.75F); The numbers are (minX, minY, minZ, maxX, maxY, maxZ) and then in the class add public boolean isOpaqueCube() { return false; } Hope this helps
  5. Hello, I am trying to make cables for my mod Electricraft. I have it set up to where the block detects if there is cables around it but I don't know how to detect if energy is needed and get energy from the other cables in the network Block Code: Tile Entity Code:
×
×
  • Create New...

Important Information

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