
Everything Burns
Makes all blocks other than fluids flammable.
About this Mod
What will you mine when stone turns to fire?
What will you craft when diamonds crumble to ash?
What will you build... when Everything Burns?
This mod makes all blocks, except for fluids and waterlogged blocks, flammable.
It's as simple as that.
This is, essentially, the entire code of the mod:
@Mixin(FireBlock.class)
public class FireBlockMixin {
public static final TagKey<Block> BURNING_NOT_MODIFIED = TagKey.create(Registries.BLOCK, ResourceLocation.fromNamespaceAndPath(MOD_ID, "burning_not_modified"));
@ModifyReturnValue(at = @At("RETURN"), method = "getBurnOdds(Lnet/minecraft/world/level/block/state/BlockState;)I")
private int modifyBurnOdds(int original, @Local(argsOnly = true) BlockState state) {
return original <= 0 && !state.is(BURNING_NOT_MODIFIED) && state.getFluidState().isEmpty() && !state.isAir() ? 30 : original;
}
@ModifyReturnValue(at = @At("RETURN"), method = "getIgniteOdds(Lnet/minecraft/world/level/block/state/BlockState;)I")
private int modifyIgniteOdds(int original, @Local(argsOnly = true) BlockState state) {
return original <= 0 && !state.is(BURNING_NOT_MODIFIED) && state.getFluidState().isEmpty() && !state.isAir() ? 60 : original;
}
}
Available Versions
How to Install Everything Burns on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.8).
Install Mod
Open the mod browser in the dashboard and search for "Everything Burns". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.8, 1.21.7, 1.21.6 (+5 more)
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Everything Burns server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.8). You can switch loaders with one click in the panel.
Is Everything Burns compatible with fabric?
Everything Burns officially supports fabric for Minecraft 1.21.8, 1.21.7, 1.21.6. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Everything Burns – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Everything Burns consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Everything Burns with just one click on your server.