Upload from upload_mods.ps1
This commit is contained in:
8
Scripts/Recipe/RecipeOutputRebirth.cs
Normal file
8
Scripts/Recipe/RecipeOutputRebirth.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class RecipeOutputRebirth
|
||||
{
|
||||
public string recipeName = "";
|
||||
public string craftingArea = "";
|
||||
public List<ItemStack> OutputItems = new List<ItemStack>();
|
||||
}
|
||||
Reference in New Issue
Block a user