Added a test loot table for later testing. Also fixed a small issue in the Routing Node documentation.

This commit is contained in:
WayofTime 2016-09-02 11:36:28 -04:00
parent 59135f5142
commit 99a4ac4fb3
2 changed files with 21 additions and 1 deletions

View file

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

View file

@ -0,0 +1,20 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:stone",
"weight": 3,
"functions": [
{
"function": "set_data",
"data": 0
}
]
}
]
}
]
}