diff --git a/kubejs/server_scripts/src/map_recipes.js b/kubejs/server_scripts/src/map_recipes.js index a3c67ed..151e724 100644 --- a/kubejs/server_scripts/src/map_recipes.js +++ b/kubejs/server_scripts/src/map_recipes.js @@ -31,13 +31,14 @@ ServerEvents.recipes(event => { ); // map atlas shapeless - event.remove({output: 'map_atlases:atlas'}); - event.shapeless( - 'map_atlases:atlas', - [ - 'minecraft:map', - 'minecraft:book', - 'minecraft:compass' - ] - ); + // it doesn't work (sad face) + // event.remove({output: 'map_atlases:atlas'}); + // event.shapeless( + // 'map_atlases:atlas', + // [ + // 'minecraft:map', + // 'minecraft:book', + // 'minecraft:compass' + // ] + // ); });