Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Add constants for ItemPhysics comp
Browse files Browse the repository at this point in the history
  • Loading branch information
percivalalb committed May 27, 2020
1 parent ccd02d1 commit a4c33b1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/java/doggytalents/addon/itemphysic/ItemPhysicsAddon.java
@@ -0,0 +1,18 @@
package doggytalents.addon.itemphysic;

public class ItemPhysicsAddon {

private static final String className = "team.creative.itemphysic.api.ItemPhysicAPI";

private static final String methodName = "addSortingObjects";

private static final String swimmingItems = "swimmingItems";
private static final String burningItems = "burningItems";
private static final String undestroyableItems = "undestroyableItems";
private static final String ignitingItems = "ignitingItems";

public static void init() {

}

}

0 comments on commit a4c33b1

Please sign in to comment.