You are viewing our Forum Archives. To view or take place in current topics click here.
[UNSOLVED]Requesting help on problem "Walking through custom
Posted:

[UNSOLVED]Requesting help on problem "Walking through customPosted:

Majesticfalcon
  • Resident Elite
Status: Offline
Joined: Jan 02, 201212Year Member
Posts: 232
Reputation Power: 8
Status: Offline
Joined: Jan 02, 201212Year Member
Posts: 232
Reputation Power: 8
MINECRAFT HELP



I have created some new items and i have set their bounds different then normal. For example if i made one 10 blocks
i would be able to walk through 9 of the blocks. The texture still shows though on the 10 long block. i have tryed setting
public AxisAlignedBB getSelectedBoundingBoxFromPool(World par1World, int par2, int par3, int par4)
{
float var5 = 1F;
return AxisAlignedBB.getAABBPool().addOrModifyAABBInPool((double)((float)par2 + var5), (double)par3, (double)((float)par4 + var5), (double)((float)(par2 + 1) - var5), (double)(par3 + 1), (double)((float)(par4 + 1) - var5));
}
#2. Posted:
Imp
  • Retired Staff
Status: Offline
Joined: Jan 01, 201113Year Member
Posts: 1,957
Reputation Power: 401
Status: Offline
Joined: Jan 01, 201113Year Member
Posts: 1,957
Reputation Power: 401
I notice you have posted the problem on Minecraft Forge.

The likelyhood is if they cant answer on a site dedicated to Minecraft, then you wont get much help on here.... (I am only assuming)

What the guy said on Minecraft Forge seems to be sound though, maybe a different approach to the creation of your block is the way you need to go.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.