rebalance recipe, add tooltip

This commit is contained in:
2022-07-03 02:52:33 +01:00
parent c439fa1f6b
commit 2340f4d074
6 changed files with 12 additions and 6 deletions

View File

@ -68,8 +68,6 @@ namespace MagicStorageVoidBag.Items {
Recipe recipe = CreateRecipe();
recipe.AddIngredient<PortableAccess>();
recipe.AddIngredient(ItemID.VoidLens);
recipe.AddIngredient<RadiantJewel>();
recipe.AddTile(TileID.LunarCraftingStation);
recipe.Register();
}
}