nerfed ore crushing in a forge hammer to be a little less stupidly fast
This commit is contained in:
parent
ea9fa54021
commit
463784a90a
1 changed files with 3 additions and 3 deletions
|
|
@ -436,7 +436,7 @@ function registerGTCEUMetalRecipes(event) {
|
|||
let hammerRecipe = event.recipes.gtceu.forge_hammer(`hammer_poor_raw_${material.getName()}_to_crushed_ore`)
|
||||
.itemInputs(poorOreItem)
|
||||
.category(GTRecipeCategories.ORE_FORGING)
|
||||
.duration(10)
|
||||
.duration(100)
|
||||
.EUt(16)
|
||||
|
||||
if (material.hasProperty(PropertyKey.GEM)) {
|
||||
|
|
@ -506,7 +506,7 @@ function registerGTCEUMetalRecipes(event) {
|
|||
let hammerRecipe = event.recipes.gtceu.forge_hammer(`hammer_raw_${material.getName()}_to_crushed_ore`)
|
||||
.itemInputs(normalOreItem)
|
||||
.category(GTRecipeCategories.ORE_FORGING)
|
||||
.duration(10)
|
||||
.duration(100)
|
||||
.EUt(16)
|
||||
|
||||
if (material.hasProperty(PropertyKey.GEM)) {
|
||||
|
|
@ -568,7 +568,7 @@ function registerGTCEUMetalRecipes(event) {
|
|||
let hammerRecipe = event.recipes.gtceu.forge_hammer(`hammer_rich_raw_${material.getName()}_to_crushed_ore`)
|
||||
.itemInputs(richOreItem)
|
||||
.category(GTRecipeCategories.ORE_FORGING)
|
||||
.duration(10)
|
||||
.duration(100)
|
||||
.EUt(16)
|
||||
|
||||
if (material.hasProperty(PropertyKey.GEM)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue