Clipboard.

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

ApSciLiara

New Member
Jul 29, 2019
1,216
0
0
He poisoned our water supply, burned our crops and delivered a plague unto our houses!

I needed to make a joke.
 

Nisteth

New Member
Jul 29, 2019
31
-1
0
d6e.png
It was an image URL, so why not.
 
  • Like
Reactions: ApSciLiara

Lawbroken

New Member
Jul 29, 2019
1,336
0
0
$#$%#$%@#$.typefrag.com

Yer... I don't think so. Don't want anyone signing into my TS to annoy me lol ;)
 

techno156

Member
Jul 29, 2019
347
0
11
file:///run/media/root/FE502BF9502BB6F5/Users/LEW0010

I've been (ab)using SATA's ease of connection ability to move enormous files/amounts thereof around. :p
 

Strikingwolf

New Member
Jul 29, 2019
3,709
-26
1
Code:
if (this.worldObj.getBlock(x + 1, y + 2, z).equals(ModBlocks.tank) && this.worldObj.getBlock(x - 1, y + 2, z).equals(ModBlocks.tank))
            {
                if (this.worldObj.getBlock(x, y + 2, z + 1).equals(ModBlocks.tank) && this.worldObj.getBlock(x, y + 2, z - 1).equals(ModBlocks.tank))
                {
                    if (this.worldObj.getBlock(x + 1, y + 2, z + 1).equals(ModBlocks.tank) && this.worldObj.getBlock(x - 1, y + 2, z - 1).equals(ModBlocks.tank))
                    {
                        if (this.worldObj.getBlock(x - 1, y + 2, z + 1).equals(ModBlocks.tank) && this.worldObj.getBlock(x + 1, y + 2, z - 1).equals(ModBlocks.tank))
                        {
                           
                        }
                    }
                }
            }
Anyone know what this could be? :p