changed/removed terra originum shti
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.smithy.faithful.power;
|
||||
|
||||
import io.github.apace100.apoli.power.Power;
|
||||
import io.github.apace100.apoli.power.PowerType;
|
||||
import net.minecraft.entity.LivingEntity;
|
||||
|
||||
public class PreventBlockSlowness extends Power {
|
||||
public PreventBlockSlowness(PowerType<?> type, LivingEntity entity) {
|
||||
super(type, entity);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user