File tree Expand file tree Collapse file tree
src/main/java/com/sk89q/craftbook/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ allprojects {
101101 }
102102
103103 dependencies {
104- compileOnly ' org.spigotmc:spigot-api:1.21.3 -R0.1-SNAPSHOT'
105- compileOnly ' com.sk89q.worldedit:worldedit-core:7.3.8 -SNAPSHOT'
106- compileOnly ' com.sk89q.worldedit:worldedit-bukkit:7.3.8 -SNAPSHOT'
107- compileOnly ' com.sk89q.worldguard:worldguard-core:7.0.11 '
108- compileOnly ' com.sk89q.worldguard:worldguard-bukkit:7.0.11 '
104+ compileOnly ' org.spigotmc:spigot-api:1.21.5 -R0.1-SNAPSHOT'
105+ compileOnly ' com.sk89q.worldedit:worldedit-core:7.3.12 -SNAPSHOT'
106+ compileOnly ' com.sk89q.worldedit:worldedit-bukkit:7.3.12 -SNAPSHOT'
107+ compileOnly ' com.sk89q.worldguard:worldguard-core:7.0.14-SNAPSHOT '
108+ compileOnly ' com.sk89q.worldguard:worldguard-bukkit:7.0.14-SNAPSHOT '
109109 compileOnly ' com.github.MilkBowl:VaultAPI:1.7'
110110 compileOnly ' com.comphenix.protocol:ProtocolLib:5.3.0'
111111 compileOnly ' fr.neatmonster:nocheatplus:3.15.1-RC'
Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ public static ItemStack getSmeltedResult(ItemStack item) {
582582 if (Tag .LEAVES .isTagged (item .getType ())) {
583583 return new ItemStack (Material .LEAF_LITTER );
584584 }
585- return null ;
585+ return getBlastSmeltedResult ( item ) ;
586586 }
587587 }
588588
You can’t perform that action at this time.
0 commit comments