Thallasium additional blocks, metal material class prototype, lang text
This commit is contained in:
parent
dce84e13a5
commit
302db402c1
26 changed files with 327 additions and 38 deletions
|
@ -37,16 +37,10 @@ public class AlloyingRecipes {
|
|||
.setSmeltTime(600)
|
||||
.build();
|
||||
AlloyingRecipe.Builder.create("terminite_ingot_thallasium")
|
||||
.setInput(EndItems.THALLASIUM_INGOT, EndItems.ENDER_DUST)
|
||||
.setInput(EndBlocks.THALLASIUM.ingot, EndItems.ENDER_DUST)
|
||||
.setOutput(EndItems.TERMINITE_INGOT, 1)
|
||||
.setExpiriense(2.5F)
|
||||
.setSmeltTime(450)
|
||||
.build();
|
||||
AlloyingRecipe.Builder.create("thallasium_ingot")
|
||||
.setInput(EndBlocks.THALLASIUM_ORE, EndBlocks.THALLASIUM_ORE)
|
||||
.setOutput(EndItems.THALLASIUM_INGOT, 3)
|
||||
.setExpiriense(2.1F)
|
||||
.setSmeltTime(600)
|
||||
.build();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue