1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Lowered "Magma block -> Sulfate" recipe to only require 1 magma block

This commit is contained in:
TheBusyBiscuit 2021-04-09 18:54:16 +02:00
parent dbda4d0b23
commit 2ef332a003
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@
* Ancient Pedestals can now be found under "Magical Gadgets"
* Removed all functionality from the old Automated Crafting Chamber
* Changed Cargo Motor texture
* Lowered "Magma block -> Sulfate" recipe to only require 1 magma block
* Small performance improvements
#### Fixes

View File

@ -89,7 +89,7 @@ public class OreCrusher extends MultiBlockMachine {
recipes.add(new ItemStack(Material.GRAVEL));
recipes.add(new ItemStack(Material.SAND));
recipes.add(new ItemStack(Material.MAGMA_BLOCK, 4));
recipes.add(new ItemStack(Material.MAGMA_BLOCK));
recipes.add(SlimefunItems.SULFATE);
recipes.add(SlimefunItems.CARBON);