Skip to content

Commit 7dcab4a

Browse files
committed
fix: fix energy cost of FastMobDataInfuser
1 parent 11366e7 commit 7dcab4a

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/net/guizhanss/fastmachines/implementation/items/machines/infinityexpansion

1 file changed

+1
-1
lines changed

src/main/kotlin/net/guizhanss/fastmachines/implementation/items/machines/infinityexpansion/FastMobDataInfuser.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class FastMobDataInfuser(
1616
itemStack: SlimefunItemStack,
1717
recipeType: RecipeType,
1818
recipe: Array<out ItemStack?>,
19-
) : BaseFastMachine(itemGroup, itemStack, recipeType, recipe, 100_000_000, 10_000_000) {
19+
) : BaseFastMachine(itemGroup, itemStack, recipeType, recipe, 200_000, 20_000) {
2020

2121
override val craftItemMaterial: Material
2222
get() = Material.LODESTONE

0 commit comments

Comments
 (0)