Skip to content

Commit

Permalink
🐛 fix(Ocean Growth Chamber): Fix recipe being wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfElements committed Sep 4, 2024
1 parent 8f84630 commit 0b7e745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ SlimefunItems.HARDENED_GLASS, new ItemStack(Material.MAGENTA_STAINED_GLASS),
.register(plugin);

new GrowthChamberOcean(ItemGroups.MACHINES, Items.GROWTH_CHAMBER_OCEAN.stack(),
Recipes.GROWTH_CHAMBER_OCEAN.getRecipeType(), Recipes.GROWTH_CHAMBER_MK2_OCEAN.getInput())
Recipes.GROWTH_CHAMBER_OCEAN.getRecipeType(), Recipes.GROWTH_CHAMBER_OCEAN.getInput())
.setCapacity(512)
.setConsumption(32)
.setProcessingSpeed(1)
Expand Down

0 comments on commit 0b7e745

Please sign in to comment.