forked from VoxeLibre/VoxeLibre
Disable buggy compass trade
This commit is contained in:
parent
1c0e026259
commit
f545af54c1
|
@ -142,9 +142,11 @@ local professions = {
|
||||||
{ { "mcl_core:paper", 24, 36 }, E1 },
|
{ { "mcl_core:paper", 24, 36 }, E1 },
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
-- {
|
||||||
{ { "mcl_compass:compass", 1, 1 }, E1 },
|
-- TODO: compass
|
||||||
},
|
-- the difficulty lies in supporting the compass group, not the concrete item
|
||||||
|
-- { { "mcl_compass:compass", 1, 1 }, E1 },
|
||||||
|
-- },
|
||||||
|
|
||||||
{
|
{
|
||||||
-- TODO: replace with empty map
|
-- TODO: replace with empty map
|
||||||
|
|
Loading…
Reference in New Issue