Really fixed block placement... Really.
Dieser Commit ist enthalten in:
Ursprung
202e44ab1a
Commit
5cb6edd5a9
@ -85,13 +85,12 @@ public class ItemBlock extends Item {
|
|||||||
|
|
||||||
// Specialcase iceblocks, replace with 'glass' first (so it doesn't explode into water)
|
// Specialcase iceblocks, replace with 'glass' first (so it doesn't explode into water)
|
||||||
if (this.a == 79) {
|
if (this.a == 79) {
|
||||||
world.a(i, j, k, 20);
|
world.b(i, j, k, 20);
|
||||||
}
|
}
|
||||||
world.b(i, j, k, oldMaterial);
|
world.b(i, j, k, oldMaterial);
|
||||||
world.d(i, j, k, oldData);
|
world.d(i, j, k, oldData);
|
||||||
} else {
|
} else {
|
||||||
world.g(i, j, k);
|
world.b(i, j, k, a, a(itemstack.h()));
|
||||||
world.h(i, j, k, this.a);
|
|
||||||
|
|
||||||
Block.m[a].c(world, i, j, k, l);
|
Block.m[a].c(world, i, j, k, l);
|
||||||
Block.m[a].a(world, i, j, k, ((EntityLiving) (entityplayer)));
|
Block.m[a].a(world, i, j, k, ((EntityLiving) (entityplayer)));
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren