ConstructionWand/src/main/java/thetadev/constructionwand/api/IWandUpgrade.java
Theta-Dev bb3d36fa56 BIG Refactoring.
Modular WandActions and WandSuppliers.
Wand Cores and Wand Reservoirs can be added to your wand, they determine which action and supplier gets used.
2021-02-14 02:20:53 +01:00

8 lines
159 B
Java

package thetadev.constructionwand.api;
import net.minecraft.util.ResourceLocation;
public interface IWandUpgrade
{
ResourceLocation getRegistryName();
}