mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
Updated item ids and names for 1.7
This commit is contained in:
@ -312,7 +312,7 @@ public abstract class LocalWorld {
|
||||
* @return
|
||||
*/
|
||||
public boolean isValidBlockType(int type) {
|
||||
return !((type > 32 && type < 35) || type == 36 || type == 29 || type > 96);
|
||||
return type >= 0 && type < 96;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user