fix broken recipe
This commit is contained in:
parent
76a8041ce7
commit
f67986152c
1 changed files with 2 additions and 2 deletions
|
|
@ -89,8 +89,8 @@ const registerTFCRecipes = (event) => {
|
|||
const itemId = element.id;
|
||||
const recipeId = `greenhouse_${itemId.replace(':', '_')}`;
|
||||
|
||||
generateGreenHouseRecipe(event, itemId, '#tfc:any_fresh_water', 8000, `8x ${itemId}`,
|
||||
recipeId, null, 8, ${itemId}, GTValues.VH[GTValues.LV]);
|
||||
generateGreenHouseRecipe(event, itemId, '#tfc:any_fresh_water', 8000, `8x ${itemId}`,
|
||||
recipeId, null, 8, itemId, GTValues.VH[GTValues.LV]);
|
||||
});
|
||||
|
||||
//#endregion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue