forked from VoxeLibre/VoxeLibre
Add villager mason profession
This commit is contained in:
parent
f7ac679c0f
commit
ff3438f729
|
@ -496,6 +496,53 @@ local professions = {
|
|||
},
|
||||
},
|
||||
},
|
||||
mason = {
|
||||
name = N("Mason"),
|
||||
texture = "mobs_mc_villager_mason.png",
|
||||
jobsite = "mcl_stonecutter:stonecutter",
|
||||
trades = {
|
||||
{
|
||||
{ { "mcl_core:clay_lump", 10, 10 }, E1 },
|
||||
{ E1, { "mcl_core:brick", 10, 10 } },
|
||||
},
|
||||
{
|
||||
{ { "mcl_core:stone", 20, 20 }, E1 },
|
||||
{ E1, { "mcl_core:stonebrickcarved", 4, 4 } },
|
||||
},
|
||||
{
|
||||
{ { "mcl_core:granite", 16, 16 }, E1 },
|
||||
{ { "mcl_core:andesite", 16, 16 }, E1 },
|
||||
{ { "mcl_core:diorite", 16, 16 }, E1 },
|
||||
{ E1, { "mcl_core:granite_smooth", 4, 4 } },
|
||||
{ E1, { "mcl_core:andesite_smooth", 4, 4 } },
|
||||
{ E1, { "mcl_core:diorite_smooth", 4, 4 } },
|
||||
},
|
||||
{
|
||||
{ { "mcl_nether:quartz", 12, 12 }, E1 },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_white", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_grey", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_silver", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_black", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_red", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_yellow", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_green", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_cyan", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_blue", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_magenta", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_orange", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_brown", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_pink", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_light_blue", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_lime", 1, 1} },
|
||||
{ E1, { "mcl_colorblocks:hardened_clay_purple", 1, 1 } },
|
||||
},
|
||||
{
|
||||
{ E1, { "mcl_nether:quartz_pillar", 1, 1 } },
|
||||
{ E1, { "mcl_nether:quartz_block", 1, 1 } },
|
||||
},
|
||||
},
|
||||
},
|
||||
nitwit = {
|
||||
name = N("Nitwit"),
|
||||
texture = "mobs_mc_villager_nitwit.png",
|
||||
|
|
Loading…
Reference in New Issue