fix soul torch recipe

This commit is contained in:
cora 2022-04-25 13:55:39 +02:00
parent 67e026cb12
commit dd928db9ea
1 changed files with 1 additions and 0 deletions

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" },
}