forked from VoxeLibre/VoxeLibre
Merge pull request 'Fixed issue #2769: Cartographer villager offering to trade one glass pane for an emerald' (#2770) from herbert-west2/MineClone2:master into master
Reviewed-on: MineClone2/MineClone2#2770 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
commit
b838646efb
|
@ -265,7 +265,7 @@ local professions = {
|
|||
},
|
||||
{
|
||||
-- compass subject to special checks
|
||||
{ { "xpanes:pane_natural_flat", 1, 1 }, E1 },
|
||||
{ { "xpanes:pane_natural_flat", 11, 11 }, E1 },
|
||||
--{ { "mcl_core:emerald", 13, 13, "mcl_compass:compass", 1, 1 }, { "FIXME:ocean explorer map" 1, 1} },
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue