Recipe changes
This commit is contained in:
parent
9771ed9656
commit
8bffd166eb
3 changed files with 10 additions and 4 deletions
|
@ -71,5 +71,11 @@ public class SmithingRecipes {
|
|||
.setBase(EndBlocks.TERMINITE.boots)
|
||||
.setAddition(EndItems.AETERNIUM_INGOT)
|
||||
.build();
|
||||
|
||||
SmithingTableRecipe.create("thallasium_anvil_updrade")
|
||||
.setResult(EndBlocks.TERMINITE.anvil)
|
||||
.setBase(EndBlocks.THALLASIUM.anvil)
|
||||
.setAddition(EndBlocks.TERMINITE.block)
|
||||
.build();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue