mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Added Smithing Table to Toolsmith Villager Jobsite
This commit is contained in:
parent
7136e54615
commit
ed2fc6601e
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ local professions = {
|
|||
"mobs_mc_villager_toolsmith.png",
|
||||
"mobs_mc_villager_toolsmith.png",
|
||||
},
|
||||
jobsite = "mcl_anvils:anvil", --FIXME: smithing table
|
||||
jobsite = "mcl_smithing_table:table",
|
||||
trades = {
|
||||
{
|
||||
{ { "mcl_core:coal_lump", 15, 15 }, E1 },
|
||||
|
|
Loading…
Reference in a new issue