mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Added a smelting recipe to obtain chitinous shells by cooking cuccoons. You monster!
This commit is contained in:
parent
73d7081efb
commit
03d0e22e99
1 changed files with 1 additions and 0 deletions
|
@ -288,6 +288,7 @@ public class UItems {
|
|||
static void registerFuels() {
|
||||
FurnaceRecipes.instance().addSmeltingRecipe(new ItemStack(zap_apple), new ItemStack(cooked_zap_apple), 0.1F);
|
||||
FurnaceRecipes.instance().addSmeltingRecipe(new ItemStack(juice), new ItemStack(burned_juice), 0);
|
||||
FurnaceRecipes.instance().addSmeltingRecipe(new ItemStack(cuccoon), new ItemStack(chitin_shell), 0.3F);
|
||||
}
|
||||
|
||||
public static void fixRecipes() {
|
||||
|
|
Loading…
Reference in a new issue