mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-09 01:03:50 +01:00
fix soul torch recipe
This commit is contained in:
parent
67e026cb12
commit
dd928db9ea
@ -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" },
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user