Skip to content

Commit

Permalink
Merge pull request #328 from Dhs92/patch-1
Browse files Browse the repository at this point in the history
Deleted duplicate recipe
  • Loading branch information
thevortex authored Aug 12, 2024
2 parents cbba051 + 74ab419 commit f9d43fe
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions kubejs/server_scripts/mods/gtceu/gtceuAdd.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,15 +268,6 @@ let gtceuAdd = (/** @type {Internal.RecipesEventJS} */ event) => {
}
})

// Cobble to gravel
tfcCobbleToSand.forEach((type) => {
event.recipes.gtceu.forge_hammer(`rock/cobble_${type.stone}_to_gravel`)
.itemInputs(`tfc:rock/cobble/${type.stone}`)
.itemOutputs(`tfc:rock/gravel/${type.stone}`)
.duration(100)
.EUt(LV)
})

// Cobble to gravel
tfcCobbleToSand.forEach((type) => {
event.recipes.gtceu.forge_hammer(`rock/cobble_${type.stone}_to_gravel`)
Expand All @@ -288,11 +279,11 @@ let gtceuAdd = (/** @type {Internal.RecipesEventJS} */ event) => {

// Gravel to sand
tfcCobbleToSand.forEach((type) => {
event.recipes.gtceu.forge_hammer(`sand/${type.stone}_to_${type.sand}_sand`)
.itemInputs(`tfc:rock/gravel/${type.stone}`)
.itemOutputs(`tfc:sand/${type.sand}`)
.duration(100)
.EUt(8)
event.recipes.gtceu.forge_hammer(`sand/${type.stone}_to_${type.sand}_sand`)
.itemInputs(`tfc:rock/gravel/${type.stone}`)
.itemOutputs(`tfc:sand/${type.sand}`)
.duration(100)
.EUt(8)
})

// Rock breaker recipes
Expand Down

0 comments on commit f9d43fe

Please sign in to comment.