changed/removed terra originum shti

This commit is contained in:
2026-02-14 20:01:45 +02:00
parent 185522a308
commit 7dd1c66dcc
306 changed files with 97 additions and 5699 deletions

View File

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