remove Windows support, revert new guava to small version
This commit is contained in:
parent
fd84384f10
commit
920405d8c5
264 changed files with 22715 additions and 377 deletions
|
@ -1,6 +1,6 @@
|
|||
package game.worldgen.feature;
|
||||
|
||||
import com.google.common.base.Predicates;
|
||||
import game.util.Predicates;
|
||||
|
||||
import game.block.BlockSand;
|
||||
import game.block.BlockSlab;
|
||||
|
@ -27,7 +27,7 @@ public class WorldGenDesertWells extends FeatureGenerator
|
|||
position = position.down();
|
||||
}
|
||||
|
||||
if (!field_175913_a.apply(worldIn.getState(position)))
|
||||
if (!field_175913_a.test(worldIn.getState(position)))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue