fix: Fixes crafting so it doesn't create items before world load. (#1110)

This commit is contained in:
Kamron Batman 2022-07-02 02:18:28 -07:00 committed by GitHub
parent 04c44e2968
commit c6c644c966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions

View file

@ -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();
}