update fork #6

Merged
chmodsayshello merged 260 commits from VoxeLibre/VoxeLibre:master into master 2022-05-29 21:37:34 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit dd928db9ea - Show all commits

View File

@ -822,6 +822,7 @@ mcl_torches.register_torch("soul_torch",
minetest.register_craft({
output = "mcl_blackstone:soul_torch 4",
recipe = {
{"group:coal"},
{ "mcl_nether:soul_sand" },
{ "mcl_core:stick" },
}