fix eqwuivalency

This commit is contained in:
Sunskimmer822 2022-03-04 22:37:19 -08:00
parent 8ab4e6ba90
commit daf73cd0e7

View File

@ -20,7 +20,7 @@ public class totemOfEquivalency extends Item {
public TypedActionResult<ItemStack> use(World World, PlayerEntity PlayerEntity, Hand Hand) {
PlayerEntity.kill();
try {
TimeUnit.SECONDS.sleep(10);
TimeUnit.SECONDS.sleep(100);
} catch (InterruptedException e1) {
e1.printStackTrace();
}