Merge branch 'development'

This commit is contained in:
Christian Koop 2022-07-07 20:42:31 +02:00
commit cdf58e8db5
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<groupId>com.songoda</groupId>
<artifactId>EpicFurnaces</artifactId>
<version>4.9.2</version>
<version>4.9.3</version>
<name>EpicFurnaces</name>
<description>EpicFurnaces</description>
@ -125,7 +125,7 @@
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>2.6.12</version>
<version>2.6.13</version>
<scope>compile</scope>
</dependency>

View File

@ -121,7 +121,7 @@ public class Furnace {
FurnaceInventory inventory = (FurnaceInventory) ((InventoryHolder) block.getState()).getInventory();
if (event.getSource().getType().name().contains("SPONGE"))
if (event.getSource().getType().name().contains("SPONGE") || event.getSource().getType().name().contains("COBBLESTONE") || event.getSource().getType().name().contains("DEEPSLATE"))
return;
int num = Integer.parseInt(reward);