mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 20:41:11 +01:00
Disable buggy compass trade
This commit is contained in:
parent
1c0e026259
commit
f545af54c1
1 changed files with 5 additions and 3 deletions
|
@ -142,9 +142,11 @@ local professions = {
|
|||
{ { "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
|
||||
|
|
Loading…
Reference in a new issue