Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed CC-BY-NC-ND-4.0
Published last week
Updated 3 days ago
🔥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
}