Description
🔥Realistic Torches Plus
A mod of my Easycraft modpack <3
- Torches burn out after a certain time
- Unlit Torches can be relit with Flint And Steel and other Torches
- Torches immediately unlit when meet rain
- Torches are also immediately unlit in Inventory when the player submerges in water

If you want to add more torches, create a datapack with path /data/realistictorches/tags/items/torch_items.json
example json
{
"replace": false,
"values": [
"quad-mstv-mtv:spruce_torch",
"quad-mstv-mtv:birch_torch",
"quad-mstv-mtv:jungle_torch",
"quad-mstv-mtv:acacia_torch"
]
}
realistic_torches.json config (might has more in future)
{
"torchBurnOutTime": 36000,
"submergeInWaterUnlitTorchesInInventory": true,
"rainExtinguishTorches": true
}
Will the Mod port to other versions?: Maybe I won't do it, because I created this mod for my 1.20.1 Modpack, but I'm good to share the code to anyone who wants to port, I might post on github if many ask.


