1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
This commit is contained in:
TheBusyBiscuit 2019-09-27 09:02:17 +02:00 committed by GitHub
parent 0f488c1479
commit 48aabe752d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ public class Smeltery extends MultiBlockMachine {
new ItemStack[] {
SlimefunItems.IRON_DUST, new ItemStack(Material.IRON_INGOT)
},
BlockFace.SELF,
BlockFace.UP,
new String[] {"chance.fireBreak"}, new Integer[] {34}
);
}