Add MineTweaker 3 Integration.
This commit is contained in:
parent
25bc226994
commit
772bcf1ee6
8 changed files with 648 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
package WayofTime.alchemicalWizardry.common.tweaker;
|
||||
|
||||
import stanhebben.zenscript.annotations.ZenClass;
|
||||
import minetweaker.MineTweakerAPI;
|
||||
|
||||
/**
|
||||
* MineTweaker3 Integration by joshie *
|
||||
*/
|
||||
public class MineTweakerIntegration
|
||||
{
|
||||
public static void register()
|
||||
{
|
||||
MineTweakerAPI.registerClass(Alchemy.class);
|
||||
MineTweakerAPI.registerClass(Binding.class);
|
||||
MineTweakerAPI.registerClass(BloodAltar.class);
|
||||
MineTweakerAPI.registerClass(BloodOrb.class);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue