lectern group as jobsite for librarians
This commit is contained in:
parent
ef88719332
commit
a0e02bfc45
@ -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
|
||||||
|
@ -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 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user