Fix bed paste

This commit is contained in:
Jesse Boyd 2017-07-24 13:11:43 +10:00
parent 8150b71d2f
commit 58d7a330a0
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
2 changed files with 3 additions and 6 deletions

View File

@ -611,7 +611,6 @@ public class FaweCache {
case 82:
case 83:
case 84:
case 85:
case 87:
case 88:
case 101:
@ -635,11 +634,6 @@ public class FaweCache {
case 172:
case 173:
case 174:
case 188:
case 189:
case 190:
case 191:
case 192:
return false;
default:
return true;
@ -654,6 +648,7 @@ public class FaweCache {
*/
public static boolean hasNBT(int id) {
switch (id) {
case 26:
case 218:
case 54:
case 130:

View File

@ -162,6 +162,8 @@ public class FastWorldEditExtent extends AbstractDelegateExtent implements HasFa
data = 2;
}
return queue.setBlock(x, y, z, id, data, block.getNbtData());
case 26:
case 218:
case 130:
case 142:
case 27: