Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-26 02:50:06 +01:00
superpickaxe on a piston head wont drop an unplacable block
Dieser Commit ist enthalten in:
Ursprung
66dcc99809
Commit
86d12a62a0
@ -258,6 +258,7 @@ public abstract class LocalWorld {
|
|||||||
else if (type == 20) { } // Glass
|
else if (type == 20) { } // Glass
|
||||||
else if (type == 21) { dropItem(pt, new BaseItemStack(351, 1, (short)4), (random.nextInt(5)+4)); } // Lapis Lazuli ore
|
else if (type == 21) { dropItem(pt, new BaseItemStack(351, 1, (short)4), (random.nextInt(5)+4)); } // Lapis Lazuli ore
|
||||||
else if (type == 26) { dropItem(pt, new BaseItemStack(355)); } // Bed
|
else if (type == 26) { dropItem(pt, new BaseItemStack(355)); } // Bed
|
||||||
|
else if (type == 34) { } // Piston Head
|
||||||
else if (type == 35) { dropItem(pt, new BaseItemStack(35, 1, (short)getBlockData(pt))); } // Cloth
|
else if (type == 35) { dropItem(pt, new BaseItemStack(35, 1, (short)getBlockData(pt))); } // Cloth
|
||||||
else if (type == 43) { // Double step
|
else if (type == 43) { // Double step
|
||||||
dropItem(pt, new BaseItemStack(44, 1, (short)getBlockData(pt)), 2);
|
dropItem(pt, new BaseItemStack(44, 1, (short)getBlockData(pt)), 2);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren