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
|
@ -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));
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:stone",
|
||||
"weight": 3,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue