fix: Fixes crafting so it doesn't create items before world load. (#1110)
This commit is contained in:
parent
04c44e2968
commit
c6c644c966
11 changed files with 11 additions and 11 deletions
|
|
@ -7,7 +7,7 @@ public class DefAlchemy : CraftSystem
|
|||
{
|
||||
private static readonly Type typeofPotion = typeof(BasePotion);
|
||||
|
||||
public static void Configure()
|
||||
public static void Initialize()
|
||||
{
|
||||
CraftSystem = new DefAlchemy();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue