Better Builder's Wands

Better Builder's Wands

89M Downloads

Wand does not place blocks in 1.9

ProsperCraft opened this issue ยท 3 comments

commented

Using BetterBuildersWands-0.6.0-1.9r124+c748dee

The wand finds its area, shows where it is going to place blocks, then doesn't place on click.

commented

works in SP not on servers using 0.6.1
Using knoxz test pack on the curse launcher

commented

Didn't realise it was 1.9 Servers.

commented

If i had to make a guess i would guess that this is depreciated in forge 1,9
public Point3d move(ForgeDirection direction) {
int newX = x, newY = y, newZ = z;
switch(direction) {