Skip to content

Commit

Permalink
changes Panning machine‘s block type
Browse files Browse the repository at this point in the history
使用时发现漏斗仍会正常吸入物品,且挖掉机器时不会掉落吸入的物品,属于意料以外的情况。
将快捷淘金机的方块改为织布机,应该可以避免该情况。
  • Loading branch information
RUYSUE authored Oct 15, 2024
1 parent 0cf8cf2 commit 2ac42eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public final class FastMachinesItems {
);
public static final SlimefunItemStack FAST_PANNING_MACHINE = FastMachines.getLocalization().getItem(
"FAST_PANNING_MACHINE",
Material.HOPPER
Material.LOOM
);
public static final SlimefunItemStack FAST_JUICER = FastMachines.getLocalization().getItem(
"FAST_JUICER",
Expand Down

0 comments on commit 2ac42eb

Please sign in to comment.