Added a test loot table for later testing. Also fixed a small issue in the Routing Node documentation.
This commit is contained in:
parent
59135f5142
commit
99a4ac4fb3
2 changed files with 21 additions and 1 deletions
|
@ -105,7 +105,7 @@ public class CategoryDemon
|
|||
{
|
||||
routingPages.add(new PageTartaricForgeRecipe(nodeRecipe));
|
||||
}
|
||||
TartaricForgeRecipe inputNodeRecipe = RecipeHelper.getForgeRecipeForOutput(new ItemStack(ModBlocks.itemRoutingNode));
|
||||
TartaricForgeRecipe inputNodeRecipe = RecipeHelper.getForgeRecipeForOutput(new ItemStack(ModBlocks.inputRoutingNode));
|
||||
if (inputNodeRecipe != null)
|
||||
{
|
||||
routingPages.add(new PageTartaricForgeRecipe(inputNodeRecipe));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue