Skip to content

Commit

Permalink
Merge pull request #2187 from loving2/Jeb-No-Cap
Browse files Browse the repository at this point in the history
Use lowercase recipe IDs for Comb Processor
  • Loading branch information
Mitchell5200 authored Jan 2, 2025
2 parents 5550fee + db0da73 commit d1508e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejs/server_scripts/mods/gtceu/apiary_recipes.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ ServerEvents.recipes(allthemods => {
.itemInputs(inputBlock)
.circuit(1)

let combBlockMAXRecipeBuilder = allthemods.recipes.gtceu.comb_processor(id + '_block_MAX')
let combBlockMAXRecipeBuilder = allthemods.recipes.gtceu.comb_processor(id + '_block_max')
.duration(20 * 16)
.EUt(UEV)
.itemInputs(inputMAXBlock)
Expand Down

0 comments on commit d1508e9

Please sign in to comment.