lectern group as jobsite for librarians

This commit is contained in:
cora 2023-08-14 06:00:51 +02:00 committed by ryvnf
parent ef88719332
commit a0e02bfc45
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ mobs_mc.villager = {}
mobs_mc.villager_mob = {} mobs_mc.villager_mob = {}
function mobs_mc.register_villager_profession(title, record) function mobs_mc.register_villager_profession(title, record)
-- TODO should we allow overriding jobs? -- TODO should we allow overriding jobs?
-- If so what needs to be considered? -- If so what needs to be considered?
if mobs_mc.professions[title] then if mobs_mc.professions[title] then

View File

@ -263,7 +263,7 @@ return {
librarian = { librarian = {
name = S("Librarian"), name = S("Librarian"),
texture = "mobs_mc_villager_librarian.png", texture = "mobs_mc_villager_librarian.png",
jobsite = "mcl_lectern:lectern", jobsite = "group:lectern",
trades = { trades = {
{ {
{ { "mcl_core:paper", 24, 24 }, E(), 16, 2 }, { { "mcl_core:paper", 24, 24 }, E(), 16, 2 },