mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +00:00
Added Particles to boiling Cauldrons
This commit is contained in:
@@ -111,7 +111,7 @@ public class LegacyUtil {
|
||||
return type.name().endsWith("SIGN") || (!P.use1_13 && type == SIGN_POST);
|
||||
}
|
||||
|
||||
public static boolean isFireForCauldron(Block block) {
|
||||
public static boolean isCauldronHeatsource(Block block) {
|
||||
Material type = block.getType();
|
||||
return type != null && (type == Material.FIRE || type == SOUL_FIRE || type == MAGMA_BLOCK || litCampfire(block) || isLava(type));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user