Initiating Omega protocol.
This commit is contained in:
parent
beab450a62
commit
fd437fb4ca
26 changed files with 1934 additions and 37 deletions
|
@ -1,13 +0,0 @@
|
|||
package WayofTime.alchemicalWizardry.book.registries;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
import WayofTime.alchemicalWizardry.book.compact.CompactItem;
|
||||
import WayofTime.alchemicalWizardry.book.interfaces.IReviving;
|
||||
|
||||
public class RevivingRegistry {
|
||||
public static void registerReviving(CompactItem ingredients, IReviving reviving){
|
||||
recipes.put(ingredients, reviving);
|
||||
}
|
||||
public static HashMap<CompactItem, IReviving> recipes = new HashMap<CompactItem, IReviving>();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue