remove Windows support, revert new guava to small version

This commit is contained in:
Sen 2025-03-25 11:31:48 +01:00
parent fd84384f10
commit 920405d8c5
264 changed files with 22715 additions and 377 deletions

View file

@ -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;
}