Testing the creation of hell
This commit is contained in:
parent
796e75b1f9
commit
a2b006105e
2587 changed files with 0 additions and 129617 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