Bone meal fix
This commit is contained in:
parent
3719ffc3d9
commit
2571ab7ba8
2 changed files with 6 additions and 0 deletions
|
@ -80,6 +80,9 @@ public class BonemealUtil {
|
|||
GrassList list = null;
|
||||
if (map != null) {
|
||||
list = map.get(terrain);
|
||||
if (list == null) {
|
||||
list = GRASS_TYPES.get(terrain);
|
||||
}
|
||||
}
|
||||
else {
|
||||
list = GRASS_TYPES.get(terrain);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue